Re: [Qemu-devel] [PATCH] [PULL] virtio-ccw fix.

2013-03-27 Thread Anthony Liguori
Pulled. Thanks. Regards, Anthony Liguori

[Qemu-devel] [PATCH] [PULL] virtio-ccw fix.

2013-03-26 Thread Cornelia Huck
The ccw notify hypercall handler was missing a sanity check for the queue number, making it possible for an ill-behaving caller to crash qemu. Not good. Please pull. The following changes since commit e769bdc26ded6d7681cddd9f67c5f87a4b5ba53c: hw/qdev: Abort rather than ignoring errors adding d