]> xenbits.xensource.com Git - qemu-xen-4.0-testing.git/commit
passthrough: support passthrough in stubdoms
authorIan Jackson <ian.jackson@eu.citrix.com>
Tue, 13 Oct 2009 17:16:42 +0000 (18:16 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Tue, 13 Oct 2009 17:16:42 +0000 (18:16 +0100)
commit71324566f3b95bb88105659439adaef1d5bd155c
tree9060845657a537fdd128568274c43f93f37f07d8
parenta05958b6e32f1748ea70b1efca13394956c0698b
passthrough: support passthrough in stubdoms

Few changes are needed in qemu to enable pci passthrough in stubdoms:

- we need to explicitely ask for PCI_FILL_IDENT and PCI_FILL_CLASS to
pcilib, otherwise it won't return them by default;

- we need to postpone pcilib initialization otherwise it will fail
because the pci backend is not configured yet in the pci hotplug case;

- we have to read the pci related nodes on xenstore from the guest's
path.

[PATCH 7 of 7] qemu: passthrough support in stubdoms
Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
hw/pass-through.c
xenstore.c