[Bug 1079713] Re: [Qemu-devel] [PATCH 1.3] qapi: handle visitor->type_size() in QapiDeallocVisitor

2012-11-26 Thread Michael Roth
; $ qemu-system-x86_64 -netdev tap,sndbuf=0,id=netdev0 \ >-device virtio-blk-pci,netdev=netdev0 > > The 'sndbuf' option has type "size". > > Signed-off-by: Stefan Hajnoczi Reviewed-by: Michael Roth > --- > This patch ensures tha

[Bug 1079713] Re: [Qemu-devel] [PATCH 1.3] qapi: handle visitor->type_size() in QapiDeallocVisitor

2012-11-26 Thread Michael Roth
On Mon, Nov 26, 2012 at 02:22:58PM +0100, Stefan Hajnoczi wrote: > On Mon, Nov 26, 2012 at 1:43 PM, Andreas Färber wrote: > > Am 26.11.2012 13:10, schrieb Stefan Hajnoczi: > >> visit_type_size() requires either visitor->type_size() or > >> visitor_uint64() to be implemented, otherwise a NULL funct