Public bug reported:
With 2.1.2 on FC20 fedora-virt-preview, both the Gtk Interface and the
SDL Interface have bugs. The Gtk Interface has only one:
Fullscreen is broken, menu remains visible (w GTK3)
The SDL interface is completely broken. -no-frame is not respected.
Shortcuts don't work (neith
Public bug reported:
Qemu passes through all devices on Bus 3 with host-usb all right when
issued so on the command line such as
... -device usb-ehci,id=USBCtrl -device host-
usb,bus=USBCtrl.0,hostaddr=5
but it does not pass through the devices newly hotplugged to the host
after Qemu has already
*** This bug is a duplicate of bug 1294898 ***
https://bugs.launchpad.net/bugs/1294898
** This bug has been marked a duplicate of bug 1294898
gtk: menubar visible in fullscreen mode with gtk3
--
You received this bug notification because you are a member of qemu-
devel-ml, which is subscr
Please note that since I did not specify a Device ID (a.k.a. Host
Address) but only the bus (3), I'd expect all devices on bus 3 to be
(automatically) added to the guest usb, even if they are plugged into
the host after Qemu is started. I take the liberty of changing the
status to "Opinion", if you
I just noticed that I had mistakenly written "hostaddr=5" in the initial
post. That should have been hostbus=3. But I'll make sure my description
is correct again and will close if it turns out not to be. Sorry for the
confusion.
--
You received this bug notification because you are a member of q
Just closing anyway. If I find my description to correct I'll open a new
bug with the correct description this time.
** Changed in: qemu
Status: Opinion => Invalid
--
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.l
Public bug reported:
A commandline such as
qemu-kvm -device usb-ehci,id=USBCtrl -device host-
usb,bus=USBCtrl.0,hostbus=3
should automatically add all devices on the given bus (here: 3) not only
initially, but also when new devices appear on that bus while Qemu runs.
Currently, all devices on th
*** This bug is a duplicate of bug 1377163 ***
https://bugs.launchpad.net/bugs/1377163
** This bug has been marked a duplicate of bug 1377163
Does not add usb-host devices as they are hotplugged
--
You received this bug notification because you are a member of qemu-
devel-ml, which is sub
For what it's worth, Gerd replied on the list that
> Patch trades one bug for another. Hiding the menu bar also kills the
> accelerator keys, which is especially problematic for the fullscreen
> hotkey as there is no way out of fullscreen mode then.
--
You received this bug notification because