Re: [Qemu-devel] [PATCH V8 RESEND 3/8] Introduce HostPCIDevice to access a pci device on the host.
On Fri, 16 Mar 2012, Anthony PERARD wrote: > Signed-off-by: Anthony PERARD ack > Makefile.target |3 + > hw/host-pci-device.c | 278 > ++ > hw/host-pci-device.h | 75 ++ > 3 files changed, 356 insertions(+), 0 deletions(-)
[Qemu-devel] [PATCH V8 RESEND 3/8] Introduce HostPCIDevice to access a pci device on the host.
Signed-off-by: Anthony PERARD --- Makefile.target |3 + hw/host-pci-device.c | 278 ++ hw/host-pci-device.h | 75 ++ 3 files changed, 356 insertions(+), 0 deletions(-) create mode 100644 hw/host-pci-device.c create mode 100