Re: [Qemu-devel] [PATCHv3 05/13] qemu: MSI-X support functions

2009-06-10 Thread Michael S. Tsirkin
On Tue, Jun 09, 2009 at 02:26:27PM -0300, Glauber Costa wrote: > On Fri, Jun 05, 2009 at 01:23:31PM +0300, Michael S. Tsirkin wrote: > > Add functions implementing MSI-X support. First user will be virtio-pci. > > Note that platform must set a flag to declare MSI supported. > > For PC this will be

Re: [Qemu-devel] [PATCHv3 05/13] qemu: MSI-X support functions

2009-06-09 Thread Glauber Costa
On Fri, Jun 05, 2009 at 01:23:31PM +0300, Michael S. Tsirkin wrote: > Add functions implementing MSI-X support. First user will be virtio-pci. > Note that platform must set a flag to declare MSI supported. > For PC this will be set by APIC. > > Signed-off-by: Michael S. Tsirkin > --- > Makefile.