On Mon, Jul 09, 2012 at 14:18:58 +0200, Gerd Hoffmann wrote:
qemu 1.1 features a xhci controller,
this patch adds support for it.
Signed-off-by: Gerd Hoffmann <kraxel(a)redhat.com>
---
docs/formatdomain.html.in | 4 ++--
docs/schemas/domaincommon.rng | 1 +
src/conf/domain_conf.c | 3 ++-
src/conf/domain_conf.h | 1 +
src/qemu/qemu_capabilities.c | 3 +++
src/qemu/qemu_capabilities.h | 1 +
src/qemu/qemu_command.c | 5 ++++-
7 files changed, 14 insertions(+), 4 deletions(-)
This patch is already included in 0.9.13 as:
commit fd4fd420b4d2745be1a99aaf1926b63e1e4f7d8a
Author: Gerd Hoffmann <kraxel(a)redhat.com>
AuthorDate: Thu Jun 21 15:45:25 2012 +0200
Commit: Michal Privoznik <mprivozn(a)redhat.com>
CommitDate: Thu Jun 21 16:33:00 2012 +0200
qemu: Add xhci support
qemu 1.1 features a xhci controller,
this patch adds support for it.
Signed-off-by: Gerd Hoffmann <kraxel(a)redhat.com>
Jirka