Re: [Qemu-devel] [PATCH 1/2] qdev: Add a DEV_NVECTORS_UNSPECIFIED enum for unspecified nr of MSI vectors

2010-03-09 Thread Anthony Liguori
On 02/25/2010 05:54 AM, Amit Shah wrote: net.c used a constant to signify no MSI vectors were specified. Extend that to all qdev devices. Signed-off-by: Amit Shahamit.s...@redhat.com Reported-by: Michael S. Tsirkinm...@redhat.com Applied. Thanks. Regards, Anthony Liguori ---

[Qemu-devel] [PATCH 1/2] qdev: Add a DEV_NVECTORS_UNSPECIFIED enum for unspecified nr of MSI vectors

2010-02-25 Thread Amit Shah
net.c used a constant to signify no MSI vectors were specified. Extend that to all qdev devices. Signed-off-by: Amit Shah amit.s...@redhat.com Reported-by: Michael S. Tsirkin m...@redhat.com --- hw/qdev.c |2 +- hw/qdev.h |4 net.c |6 -- net.h |3 --- 4 files