
On 21.06.2012 15:45, Gerd Hoffmann wrote:
qemu 1.1 features a xhci controller, this patch adds support for it.
[v2: rebased, added docs/ updates ]
Signed-off-by: Gerd Hoffmann <kraxel@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(-)
ACK with this squashing in: diff --git a/AUTHORS b/AUTHORS index c89ea3d..195a007 100644 --- a/AUTHORS +++ b/AUTHORS @@ -243,6 +243,7 @@ Patches have also been contributed by: Beat Jörg <Beat.Joerg@ssatr.ch> Gao feng <gaofeng@cn.fujitsu.com> Dipankar Sarma <dipankar@in.ibm.com> + Gerd Hoffmann <kraxel@redhat.com> [....send patches to get your name here....] diff --git a/tests/qemuhelptest.c b/tests/qemuhelptest.c index b7192c0..012ba26 100644 --- a/tests/qemuhelptest.c +++ b/tests/qemuhelptest.c @@ -753,7 +753,8 @@ mymain(void) QEMU_CAPS_SCSI_CD, QEMU_CAPS_IDE_CD, QEMU_CAPS_NO_USER_CONFIG, - QEMU_CAPS_HDA_MICRO); + QEMU_CAPS_HDA_MICRO, + QEMU_CAPS_NEC_USB_XHCI); return ret == 0 ? EXIT_SUCCESS : EXIT_FAILURE; } So squashed in tweaked a commit message a bit and pushed. I like the idea of qemu and libvirt devels working more closely. Thanks! Michal