Re: [Qemu-devel] [PATCH] virtio-pci: fix bus master bug setting on load

2010-06-22 Thread Anthony Liguori
On 06/17/2010 10:15 AM, Alex Williamson wrote: The comment suggests we're checking for the driver in the ready state and bus master disabled, but the code is checking that it's not in the ready state. Signed-off-by: Alex Williamson Found-by: Amit Shah Applied. Thanks. Regards, Anthony L

[Qemu-devel] [PATCH] virtio-pci: fix bus master bug setting on load

2010-06-17 Thread Alex Williamson
The comment suggests we're checking for the driver in the ready state and bus master disabled, but the code is checking that it's not in the ready state. Signed-off-by: Alex Williamson Found-by: Amit Shah --- hw/virtio-pci.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --g