Re: [Qemu-devel] [PATCH v4] virtio: make virtio device's structures public.

2013-03-18 Thread Anthony Liguori
Applied. Thanks. Regards, Anthony Liguori

Re: [Qemu-devel] [PATCH v4] virtio: make virtio device's structures public.

2013-03-12 Thread Peter Maydell
On 12 March 2013 08:37, wrote: > From: KONRAD Frederic > > These structures must be made public to avoid two memory allocations for > refactored virtio devices. > > Signed-off-by: KONRAD Frederic > Reviewed-by: Andreas Färber Reviewed-by: Peter Maydell -- PMM

[Qemu-devel] [PATCH v4] virtio: make virtio device's structures public.

2013-03-12 Thread fred . konrad
From: KONRAD Frederic These structures must be made public to avoid two memory allocations for refactored virtio devices. Signed-off-by: KONRAD Frederic Reviewed-by: Andreas Färber Changes V4 <- V3: * Rebased on current git. Changes V3 <- V2: * Style correction spotted by Andreas (vir