[PATCH] virtio: fix balloon without VIRTIO_BALLOON_F_STATS_VQ

2010-02-08 Thread Rusty Russell
When running under qemu-kvm-0.11.0: BUG: unable to handle kernel paging request at 56e58955 ... Process vballoon (pid: 1297, ti=c7976000 task=c70a6ca0 task.ti=c7 ... Call Trace: [c88253a3] ? balloon+0x1b3/0x440 [virtio_balloon] [c041c2d7]

Re: [PATCH] virtio: fix balloon without VIRTIO_BALLOON_F_STATS_VQ

2010-02-08 Thread Adam Litke
On Mon, 2010-02-08 at 21:02 +1030, Rusty Russell wrote: need_stats_update should be zero-initialized. Yes indeed. Acked-by: Adam Litke a...@us.ibm.com Signed-off-by: Rusty Russell ru...@rustcorp.com.au Cc: Adam Litke a...@us.ibm.com diff --git a/drivers/virtio/virtio_balloon.c