
On 11/16/12 11:01, Paolo Bonzini wrote:
Il 14/11/2012 15:51, Ján Tomko ha scritto:
Allow bootindex to be specified for redirected USB devices and host USB devices.
Bug: https://bugzilla.redhat.com/show_bug.cgi?id=805414
--- Bootindex for these devices is supported since QEMU 1.1.0 (or commit 65bb3a5c) but the actual booting from usb-host devices is broken since a844ed84 (before 1.2.0). I haven't tested it with usb-redir yet. --- docs/schemas/domaincommon.rng | 3 +++ src/conf/domain_conf.h | 4 ++-- src/qemu/qemu_capabilities.c | 10 ++++++++++ src/qemu/qemu_capabilities.h | 2 ++ src/qemu/qemu_command.c | 37 ++++++++++++++++++++++++++++++------- 5 files changed, 47 insertions(+), 9 deletions(-)
Documentation missing? (Testcases too).
Paolo
Yes, I plan to do those after getting it to work with usb-redir.