diff options
author | 2012-06-21 15:45:25 +0200 | |
---|---|---|
committer | 2012-06-21 16:33:00 +0200 | |
commit | fd4fd420b4d2745be1a99aaf1926b63e1e4f7d8a (patch) | |
tree | 76186a0f04883dbb54ea1c9c1607f81d698ff381 /docs/schemas | |
parent | virsh: add support for virConnectListAllDomains and clean up cmdList (diff) | |
download | libvirt-fd4fd420b4d2745be1a99aaf1926b63e1e4f7d8a.tar.gz libvirt-fd4fd420b4d2745be1a99aaf1926b63e1e4f7d8a.tar.bz2 libvirt-fd4fd420b4d2745be1a99aaf1926b63e1e4f7d8a.zip |
qemu: Add xhci support
qemu 1.1 features a xhci controller,
this patch adds support for it.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'docs/schemas')
-rw-r--r-- | docs/schemas/domaincommon.rng | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/schemas/domaincommon.rng b/docs/schemas/domaincommon.rng index 46e539da0..86306252d 100644 --- a/docs/schemas/domaincommon.rng +++ b/docs/schemas/domaincommon.rng @@ -1201,6 +1201,7 @@ <value>ich9-uhci3</value> <value>vt82c686b-uhci</value> <value>pci-ohci</value> + <value>nec-xhci</value> </choice> </attribute> </optional> |