[Qemu-devel] [PATCH v2 6/6] virtio-ballon: drop reset handler

2016-08-19 Thread Roman Kagan
Since the release of ->stat_vq_elem is now ensured by the vm state change handler, there's no need in the reset handler doing it. Signed-off-by: Roman Kagan Cc: "Michael S. Tsirkin" Cc: Ladi Prosek Cc: Stefan Hajnoczi --- hw/virtio/virtio-balloon.c | 11 --- 1 file changed, 11 deletio

Re: [Qemu-devel] [PATCH v2 6/6] virtio-ballon: drop reset handler

2016-08-19 Thread Roman Kagan
On Fri, Aug 19, 2016 at 04:39:25PM +0300, Roman Kagan wrote: > Since the release of ->stat_vq_elem is now ensured by the vm state > change handler, there's no need in the reset handler doing it. Oops, sorry, this is a duplicate of the same message modulo typo in the subject, please ignore. Roman.