[Qemu-devel] [Bug 1320360] Re: usb passthrough not working anymore

2014-05-16 Thread Lekensteyn
Be sure to add the -usb option. What is your command line? See also http://git.qemu.org/?p=qemu.git;a=blob;f=docs/usb2.txt;h=c7a445afcd55fe1f12033d529d668a1306d5a9f4;hb=HEAD#l111 -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU.

[Qemu-devel] [Bug 1209180] Re: hw/usb/core.c:415: usb_handle_packet: Assertion `p-ep-type != 3 || (dev-flags (1 USB_DEV_FLAG_IS_HOST))' failed

2013-08-25 Thread Lekensteyn
** Changed in: qemu Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1209180 Title: hw/usb/core.c:415: usb_handle_packet: Assertion `p-ep-type != 3 ||

[Qemu-devel] [Bug 1209180] Re: hw/usb/core.c:415: usb_handle_packet: Assertion `p-ep-type != 3 || (dev-flags (1 USB_DEV_FLAG_IS_HOST))' failed

2013-08-08 Thread Lekensteyn
Thanks, this works as expected. Can this get backported to 1.5.x? -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1209180 Title: hw/usb/core.c:415: usb_handle_packet: Assertion `p-ep-type != 3 ||

[Qemu-devel] [Bug 1209180] [NEW] hw/usb/core.c:415: usb_handle_packet: Assertion `p-ep-type != 3 || (dev-flags (1 USB_DEV_FLAG_IS_HOST))' failed

2013-08-07 Thread Lekensteyn
Public bug reported: After the patch at http://lists.nongnu.org/archive/html/qemu- devel/2013-05/msg01567.html, I cannot get my Logitech Unifying USB receiver passed to the guest anymore. Minimal reproduction command: qemu-system-x86_64 -usbdevice host:046d:c52b Debug patch: diff --git

[Qemu-devel] [Bug 504368] Re: sdl window intermittently scales instead of resizing

2013-06-13 Thread Lekensteyn
Scaling can be triggered by: - Pressing ctrl-alt-{minus,plus} (on certain keyboard layouts) - a SDL_VIDEORESIZE event SDL_VIDEORESIZE is always sent on an X ConfigureNotify event when a SDL_VideoSurface is active. (SDL_VideoSurface is NULL if a resize was done in SDL_SetVideoMode). So it really

[Qemu-devel] [Bug 504368] Re: sdl window intermittently scales instead of resizing

2013-06-13 Thread Lekensteyn
I cannot reproduce with KWin FWIW, but have an openbox box somewhere (no pun intended). Can you apply the attached debug patch, reproduce your bug (move with alt+click) and attach the output? If the log grows too large, try: uniq -f1 -c log What version of SDL are you using? ** Patch added:

[Qemu-devel] [Bug 504368] Re: sdl window intermittently scales instead of resizing

2013-06-11 Thread Lekensteyn
I have attached a screenshot that shows the *contents* of a SDL window *not* being scaled despite the window being maximized. Is this the same issue or not? If not, can you attach a screenshot describing the issue? ** Attachment added: screenshot of maximized window with scaling bug

[Qemu-devel] [Bug 705931] Re: make ui sdl error 1 on git devel

2013-06-11 Thread Lekensteyn
qalbi, do you still have issues? -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/705931 Title: make ui sdl error 1 on git devel Status in QEMU: New Bug description: after clone git devel, try

[Qemu-devel] [Bug 1187319] [NEW] Ctrl-Alt-- and Ctrl-Alt-+ have no effect in SDL

2013-06-04 Thread Lekensteyn
Public bug reported: The manual page mentions Ctrl-Alt-- for shrinking a window and Ctrl- Alt-+ for enlarging it. Pressing these keys do not seem to have any effect. I tried -/= with and without holding shift and the numpad. By the way, the numpad plus and min do not have any effect in GTK

[Qemu-devel] [Bug 1186935] [NEW] [1.5] QEMU monitor gets overlapped by GTK menu bar

2013-06-03 Thread Lekensteyn
Public bug reported: The QEMU minitor gets partially hidden by the menu bar which was introduced in QEMU version 1.5.0. Steps to reproduce: 1. Run `qemu-system-x86_64` 2. Press Ctrl + Alt + 2 (or use the menu bar) 3. Observe that the monitor output is partially shown, without the

[Qemu-devel] [Bug 1186935] Re: [1.5] QEMU monitor gets overlapped by GTK menu bar

2013-06-03 Thread Lekensteyn
This seems to be a bug when building against gtk3. When building against gtk 3.8.2: - monitor text gets hidden behind menu bar - a bar appears on the bottom, growing as the window is resized. When the contents overflows (a scrollbar appears), this bar is gone. Building against gtk 2.24.18 / vte

[Qemu-devel] [Bug 1186935] Re: [1.5] QEMU monitor gets overlapped by GTK menu bar

2013-06-03 Thread Lekensteyn
** Changed in: qemu Status: New = Confirmed -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1186935 Title: [1.5] QEMU monitor gets overlapped by GTK menu bar Status in QEMU: Confirmed Bug

[Qemu-devel] [Bug 1186935] Re: [1.5] QEMU monitor gets overlapped by GTK menu bar

2013-06-03 Thread Lekensteyn
gtk 3.8.2 -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1186935 Title: [1.5] QEMU monitor gets overlapped by GTK menu bar Status in QEMU: New Bug description: The QEMU minitor gets partially