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

2013-02-18 Thread KONRAD Frédéric
On 18/02/2013 09:59, Andreas Färber wrote: Am 18.02.2013 09:53, schrieb KONRAD Frédéric: On 18/02/2013 09:47, Andreas Färber wrote: Am 12.02.2013 18:00, schrieb fred.kon...@greensocs.com: From: KONRAD Frederic These structures must be made public to avoid two memory allocations for refactore

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

2013-02-18 Thread Andreas Färber
Am 18.02.2013 09:53, schrieb KONRAD Frédéric: > On 18/02/2013 09:47, Andreas Färber wrote: >> Am 12.02.2013 18:00, schrieb fred.kon...@greensocs.com: >>> From: KONRAD Frederic >>> >>> These structures must be made public to avoid two memory allocations for >>> refactored virtio devices. >>> >>> Ch

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

2013-02-18 Thread KONRAD Frédéric
On 18/02/2013 09:47, Andreas Färber wrote: Am 12.02.2013 18:00, schrieb fred.kon...@greensocs.com: From: KONRAD Frederic These structures must be made public to avoid two memory allocations for refactored virtio devices. Changes V2 <- V1: * Move the dataplane include into the header (vir

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

2013-02-18 Thread Andreas Färber
Am 12.02.2013 18:00, schrieb fred.kon...@greensocs.com: > From: KONRAD Frederic > > These structures must be made public to avoid two memory allocations for > refactored virtio devices. > > Changes V2 <- V1: > * Move the dataplane include into the header (virtio-blk). > > Signed-off-by: KON

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

2013-02-18 Thread KONRAD Frédéric
Is this ok for everybody? On 12/02/2013 18:00, fred.kon...@greensocs.com wrote: From: KONRAD Frederic These structures must be made public to avoid two memory allocations for refactored virtio devices. Changes V2 <- V1: * Move the dataplane include into the header (virtio-blk). Signed-o

[Qemu-devel] [PATCH V2 for-1.5] virtio: make virtio device's structures public.

2013-02-12 Thread fred . konrad
From: KONRAD Frederic These structures must be made public to avoid two memory allocations for refactored virtio devices. Changes V2 <- V1: * Move the dataplane include into the header (virtio-blk). Signed-off-by: KONRAD Frederic --- hw/virtio-balloon.c| 15 --- hw/virtio-