Re: [Qemu-devel] [PATCH 0/2] virtio: cosmetic tweaks

2016-10-14 Thread Stefan Hajnoczi
On Tue, Oct 11, 2016 at 11:22:02AM +0200, Ladi Prosek wrote: > Just a trivial couple of patches addressing minor style issues. > > Enforcing the correct order of operations (pop, unpop, push, rewind) with an > assert, > which was another potential change discussed previously, would add a > non-t

[Qemu-devel] [PATCH 0/2] virtio: cosmetic tweaks

2016-10-11 Thread Ladi Prosek
Just a trivial couple of patches addressing minor style issues. Enforcing the correct order of operations (pop, unpop, push, rewind) with an assert, which was another potential change discussed previously, would add a non-trivial amount of code and is not worth the effort in my opinion. A simple