Re: [Qemu-devel] [PATCH 02/17] chardev: Shorten references into ChardevBackend

2016-02-22 Thread Daniel P. Berrange
On Fri, Feb 19, 2016 at 05:19:32PM -0700, Eric Blake wrote: > An upcoming patch will alter how simple unions, like ChardevBackend, > are laid out, which will impact all lines of the form 'backend->u.XXX'. > To minimize the impact of that patch, use a temporary variable to > reduce the number of

[Qemu-devel] [PATCH 02/17] chardev: Shorten references into ChardevBackend

2016-02-19 Thread Eric Blake
An upcoming patch will alter how simple unions, like ChardevBackend, are laid out, which will impact all lines of the form 'backend->u.XXX'. To minimize the impact of that patch, use a temporary variable to reduce the number of lines needing modification when an internal reference within