[PATCH 06/16] Support for device capability

2009-03-12 Thread Sheng Yang
This framework can be easily extended to support device capability, like MSI/MSI-x. Signed-off-by: Sheng Yang --- qemu/hw/pci.c | 77 +++- qemu/hw/pci.h | 29 + 2 files changed, 104 insertions(+), 2 deletions(-) diff --

[PATCH 06/16] Support for device capability

2009-03-16 Thread Sheng Yang
This framework can be easily extended to support device capability, like MSI/MSI-x. Signed-off-by: Sheng Yang --- qemu/hw/pci.c | 77 +++- qemu/hw/pci.h | 29 + 2 files changed, 104 insertions(+), 2 deletions(-) diff --

Re: [kvm] [PATCH 06/16] Support for device capability

2009-04-03 Thread Alex Williamson
On Tue, 2009-03-17 at 11:50 +0800, Sheng Yang wrote: > This framework can be easily extended to support device capability, like > MSI/MSI-x. Sheng, Are you already looking at adding support for PM and EXP capabilities? The bnx2 driver is an example that won't claim the device if these capabilitie

Re: [kvm] [PATCH 06/16] Support for device capability

2009-04-06 Thread Sheng Yang
On Saturday 04 April 2009 03:23:31 Alex Williamson wrote: > On Tue, 2009-03-17 at 11:50 +0800, Sheng Yang wrote: > > This framework can be easily extended to support device capability, like > > MSI/MSI-x. > > Sheng, > > Are you already looking at adding support for PM and EXP capabilities? > The bn