]> xenbits.xensource.com Git - xcp/xen-api.git/commit
CA-46050: allow more than 2 PCI devices to be hotplugged into a domain (!)
authorDavid Scott <dave.scott@eu.citrix.com>
Mon, 11 Oct 2010 22:00:16 +0000 (23:00 +0100)
committerDavid Scott <dave.scott@eu.citrix.com>
Mon, 11 Oct 2010 22:00:16 +0000 (23:00 +0100)
commit25f5e14869b02d369e16ab3980900b71fea2f78e
tree81b538a4285ba7ed33ddf8da73b6afc778c27f04
parent36c78e7620d9f1be3c9d68d05c329828267117a4
CA-46050: allow more than 2 PCI devices to be hotplugged into a domain (!)

There is much confusion about the meaning of the X in
(X, (domain, bus, path, func)). Sometimes it means "order the device was
plugged"; other times it means something more device related.

With this change, more than 2 devices can be plugged into a domain and the
#devices and plug order remains constant over reboot.

Signed-off-by: David Scott <dave.scott@eu.citrix.com>
ocaml/xapi/vmops.ml
ocaml/xenops/device.ml
ocaml/xenops/device.mli
ocaml/xenops/xenops.ml