Re: [Qemu-devel] [PATCH 0/8] virtio: set config size using host features

2013-02-19 Thread Anthony Liguori
Jesse Larrew writes: > To ensure compatibility between qemu versions, virtio drivers should set > the size of their config structs according to the feature bits that are > set. This should keep the size from changing as new features are introduced > and avoid breaking older drivers. > > [PATCH 1/

[Qemu-devel] [PATCH 0/8] virtio: set config size using host features

2013-02-18 Thread Jesse Larrew
To ensure compatibility between qemu versions, virtio drivers should set the size of their config structs according to the feature bits that are set. This should keep the size from changing as new features are introduced and avoid breaking older drivers. [PATCH 1/8] virtio-net: replace redundant c