[Qemu-devel] [Bug 752476] Re: monitor command mouse_button 1 moves mouse

2017-07-18 Thread Launchpad Bug Tracker
[Expired for QEMU because there has been no activity for 60 days.] ** Changed in: qemu Status: Incomplete => Expired -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/752476 Title: monitor comm

[Qemu-devel] [Bug 752476] Re: monitor command mouse_button 1 moves mouse

2017-05-19 Thread Thomas Huth
Triaging old bug tickets ... can you somehow still reproduce this problem with the latest version of QEMU (currently v2.9), or could we close this ticket nowadays? ** Changed in: qemu Status: New => Incomplete -- You received this bug notification because you are a member of qemu- devel-m

[Qemu-devel] [Bug 752476] Re: monitor command mouse_button 1 moves mouse

2013-06-16 Thread Andreas Färber
Here's my attempt of fixing it: http://lists.nongnu.org/archive/html/qemu-devel/2013-06/msg02506.html -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/752476 Title: monitor command mouse_button 1 move

[Qemu-devel] [Bug 752476] Re: monitor command mouse_button 1 moves mouse

2013-04-05 Thread Paolo Bonzini
I think the right fix would be to remember the last position in ui/input.c, and use a new function kbd_mouse_button_event. mouse_move, followed by moving the mouse in the UI, followed by mouse_button 5 minutes later should not remember the position of the first mouse_move. Also, mouse_move should

[Qemu-devel] [Bug 752476] Re: monitor command mouse_button 1 moves mouse

2013-04-05 Thread Andreas Färber
Apart from the patch missing a Signed-off-by, I have doubts whether reusing the coordinates from the last monitor command is generally correct. It should rather be the current coordinates, whether set by monitor or via VNC/SDL, I guess. -- You received this bug notification because you are a memb

[Qemu-devel] [Bug 752476] Re: monitor command mouse_button 1 moves mouse

2013-04-05 Thread Ludwig Nussel
Bard, are you going to submit the patch for inclusion in qemu? -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/752476 Title: monitor command mouse_button 1 moves mouse Status in QEMU: New Bug des

[Qemu-devel] [Bug 752476] Re: monitor command mouse_button 1 moves mouse

2013-04-05 Thread Ludwig Nussel
Ah, there was a discussion where a better solution was supposed to be found. Maybe a new try is needed with the argumentation that it doesn't make the current code worse at all: http://lists.gnu.org/archive/html/qemu-devel/2011-04/msg00742.html -- You received this bug notification because you

[Qemu-devel] [Bug 752476] Re: monitor command mouse_button 1 moves mouse

2011-04-07 Thread Bernhard M. Wiedemann
Hi. I build a kvm-0.14 with this patch on top and it finally allowed me to issue a click using mouse_button via monitor. Great! Thanks! For my automated tests I use kvm like this: /usr/bin/qemu-kvm -m 1024 -net user -monitor tcp:127.0.0.1:15222,server,nowait -net nic,model=virtio,macaddr=52:54

[Qemu-devel] [Bug 752476] Re: monitor command mouse_button 1 moves mouse

2011-04-07 Thread Brad Hards
Can you try the attached patch? ** Patch added: "0001-monitor-Avoid-moving-the-cursor-when-doing-mouse_but.patch" https://bugs.launchpad.net/qemu/+bug/752476/+attachment/1998150/+files/0001-monitor-Avoid-moving-the-cursor-when-doing-mouse_but.patch -- You received this bug notification beca

[Qemu-devel] [Bug 752476] Re: monitor command mouse_button 1 moves mouse

2011-04-07 Thread Brad Hards
Hi. Thanks for reporting this issue. I'm able to (partly) reproduce this, but it might help if I could understand your configuration a bit more. Does mouse movement work for you using the normal interface (SDL or VNC)? Do you have the pointer device configured in an absolute mode (e.g. something