]> xenbits.xen.org Git - xenclient/ioemu.git/commit
ioemu: Do slot parsing inside of next_bdf
authorIan Jackson <ian.jackson@eu.citrix.com>
Tue, 31 Mar 2009 10:38:55 +0000 (11:38 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Tue, 31 Mar 2009 10:38:55 +0000 (11:38 +0100)
commitc7ee42315cde5e2c6cb13bb34b6bc1a62e036246
tree0c38235ca4a44991a5ab49ccfa9683df0c2f43fe
parent485fc28751b0b14fa6c02130c014e97f2c71279c
ioemu: Do slot parsing inside of next_bdf

Currently only hotplug provides vslot information from xend.
A subsequent patch will have xend provide this information
for boot-time inserted pass-through devices too.

With this in mind, this patch makes some infrastructure
to parse bdf + slot information.

Signed-off-by: Simon Horman <horms@verge.net.au>
hw/pass-through.c