]> xenbits.xensource.com Git - xen.git/commit
libxl: disallow PCI device assignment for HVM guest when PoD is enabled
authorWei Liu <wei.liu2@citrix.com>
Mon, 13 Jan 2014 11:52:28 +0000 (11:52 +0000)
committerIan Campbell <ian.campbell@citrix.com>
Wed, 15 Jan 2014 13:20:24 +0000 (13:20 +0000)
commitc63868ff0164fa1927b0d39f9aef5c7074ee04e2
tree9ee89fb7be982a38ca6a03dc26af08e8a72ca4c0
parentc938f5414b2b7ffa5b6f65daa9f4522db360987b
libxl: disallow PCI device assignment for HVM guest when PoD is enabled

This replicates a Xend behavior, see ec789523749 ("xend: Dis-allow
device assignment if PoD is enabled.").

This change is restricted to HVM guest, as only HVM is relevant in the
counterpart in Xend. We're late in release cycle so the change should
only do what's necessary. Probably we can revisit it if we need to do
the same thing for PV guest in the future.

Signed-off-by: Wei Liu <wei.liu2@citrix.com>
Cc: Ian Campbell <ian.campbell@citrix.com>
Cc: Ian Jackson <ian.jackson@eu.citrix.com>
tools/libxl/libxl_create.c