diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2012-06-21 15:45:25 +0200 |
---|---|---|
committer | Michal Privoznik <mprivozn@redhat.com> | 2012-06-21 16:33:00 +0200 |
commit | fd4fd420b4d2745be1a99aaf1926b63e1e4f7d8a (patch) | |
tree | 76186a0f04883dbb54ea1c9c1607f81d698ff381 /docs/formatdomain.html.in | |
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/formatdomain.html.in')
-rw-r--r-- | docs/formatdomain.html.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in index 1f3077248..e1c0af522 100644 --- a/docs/formatdomain.html.in +++ b/docs/formatdomain.html.in @@ -1820,8 +1820,8 @@ A "usb" controller has an optional attribute <code>model</code>, which is one of "piix3-uhci", "piix4-uhci", "ehci", "ich9-ehci1", "ich9-uhci1", "ich9-uhci2", "ich9-uhci3", - "vt82c686b-uhci" or "pci-ohci". The PowerPC64 "spapr-vio" - addresses do not have an associated controller. + "vt82c686b-uhci", "pci-ohci" or "nec-xhci". The PowerPC64 + "spapr-vio" addresses do not have an associated controller. </p> <p> |