public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* no mouse
@ 2008-03-12  4:10 aGaTHoS
  2008-03-12  9:02 ` Dor Laor
  2008-03-12 14:16 ` Uri Lublin
  0 siblings, 2 replies; 4+ messages in thread
From: aGaTHoS @ 2008-03-12  4:10 UTC (permalink / raw)
  To: kvm-devel

CPU: AMD Athlon(tm) 64 X2 Dual Core Processor 4800+
kvm version: 62
kernel: 2.6.23-hardened-r7 (with gentoo standard and hardened patches, it is anyway compiled without ssp and pie)
arch: x86_64
guest OS: various, windows XP and various linux livecds
command line:

 1 (windows) # kvm -hda /root/kvm/windows.img -m 192 -localtime -k es -net nic -net tap,script=/etc/kvm/br1

 2 (livecd f.e puppy) # kvm -hda /root/kvm/live.img -cdrom /home/agathos/data/downloads/puppy-3.01-seamonkey.iso -boot d -name live -m 192 -localtime -k es -std-vga -net nic -net tap,script=/etc/kvm/br1

with -no-kvm : it crashes after entering command

description of the bug:
	I can remember the exact version since the problem occurs, but with the last versions of kvm I have no mouse, it appears when starting windows or X in linux and when I try to move it, simply deappears. I've also tried with "-usb -usbdevice mouse" with the same result.

-- 
Hugo Amorós Salvador <agathos@fobos.org>

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: no mouse
  2008-03-12  4:10 no mouse aGaTHoS
@ 2008-03-12  9:02 ` Dor Laor
  2008-03-12 14:16 ` Uri Lublin
  1 sibling, 0 replies; 4+ messages in thread
From: Dor Laor @ 2008-03-12  9:02 UTC (permalink / raw)
  To: aGaTHoS; +Cc: kvm-devel


On Wed, 2008-03-12 at 05:10 +0100, aGaTHoS wrote:
> CPU: AMD Athlon(tm) 64 X2 Dual Core Processor 4800+
> kvm version: 62
> kernel: 2.6.23-hardened-r7 (with gentoo standard and hardened patches, it is anyway compiled without ssp and pie)
> arch: x86_64
> guest OS: various, windows XP and various linux livecds
> command line:
> 
>  1 (windows) # kvm -hda /root/kvm/windows.img -m 192 -localtime -k es -net nic -net tap,script=/etc/kvm/br1
> 
>  2 (livecd f.e puppy) # kvm -hda /root/kvm/live.img -cdrom /home/agathos/data/downloads/puppy-3.01-seamonkey.iso -boot d -name live -m 192 -localtime -k es -std-vga -net nic -net tap,script=/etc/kvm/br1
> 
> with -no-kvm : it crashes after entering command
> 
> description of the bug:
> 	I can remember the exact version since the problem occurs, but with the last versions of kvm I have no mouse, it appears when starting windows or X in linux and when I try to move it, simply deappears. I've also tried with "-usb -usbdevice mouse" with the same result.

Can you bisec the kvm version that did work?

Besides that you can also try working with vmmouse.
> 


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: no mouse
  2008-03-12  4:10 no mouse aGaTHoS
  2008-03-12  9:02 ` Dor Laor
@ 2008-03-12 14:16 ` Uri Lublin
  2008-03-12 16:11   ` aGaTHoS
  1 sibling, 1 reply; 4+ messages in thread
From: Uri Lublin @ 2008-03-12 14:16 UTC (permalink / raw)
  To: aGaTHoS; +Cc: kvm-devel


[-- Attachment #1.1: Type: text/plain, Size: 1106 bytes --]

From: aGaTHoS
>CPU: AMD Athlon(tm) 64 X2 Dual Core Processor 4800+
>kvm version: 62
>kernel: 2.6.23-hardened-r7 (with gentoo standard and hardened patches, it is anyway compiled without ssp and pie)
>arch: x86_64
>guest OS: various, windows XP and various linux livecds
>command line:
>
> 1 (windows) # kvm -hda /root/kvm/windows.img -m 192 -localtime -k es -net nic -net tap,script=/etc/kvm/br1
>
> 2 (livecd f.e puppy) # kvm -hda /root/kvm/live.img -cdrom /home/agathos/data/downloads/puppy-3.01-seamonkey.iso -boot d -name live -m 192 -localtime -k es -std-vga -net nic >-net tap,script=/etc/kvm/br1
>
>with -no-kvm : it crashes after entering command
>
>-- 
>Hugo Amorós Salvador <agathos@fobos.org>
-------------------------------------------------------------------------
Hi,

I was able to reproduce the problem on an AMD machine (but not on an Intel machine).
(kvm-62, AMD, x86_64, fedora 7, puppy linux live guest)

Adding '-no-kvm' to the command line just made things slower (no crush).
Adding '-no-acpi' or '-clock unix' seems to workaround the mouse problem.

Uri.


[-- Attachment #1.2: Type: text/html, Size: 1634 bytes --]

[-- Attachment #2: Type: text/plain, Size: 228 bytes --]

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/

[-- Attachment #3: Type: text/plain, Size: 158 bytes --]

_______________________________________________
kvm-devel mailing list
kvm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kvm-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: no mouse
  2008-03-12 14:16 ` Uri Lublin
@ 2008-03-12 16:11   ` aGaTHoS
  0 siblings, 0 replies; 4+ messages in thread
From: aGaTHoS @ 2008-03-12 16:11 UTC (permalink / raw)
  To: Uri Lublin; +Cc: kvm-devel

With those options I still have the same problem, and with -no-kvm it always crashes for me at least.

On Wed, 12 Mar 2008 07:16:09 -0700
"Uri Lublin" <uri.lublin@qumranet.com> wrote:

> From: aGaTHoS
> >CPU: AMD Athlon(tm) 64 X2 Dual Core Processor 4800+
> >kvm version: 62
> >kernel: 2.6.23-hardened-r7 (with gentoo standard and hardened patches, it is anyway compiled without ssp and pie)
> >arch: x86_64
> >guest OS: various, windows XP and various linux livecds
> >command line:
> >
> > 1 (windows) # kvm -hda /root/kvm/windows.img -m 192 -localtime -k es -net nic -net tap,script=/etc/kvm/br1
> >
> > 2 (livecd f.e puppy) # kvm -hda /root/kvm/live.img -cdrom /home/agathos/data/downloads/puppy-3.01-seamonkey.iso -boot d -name live -m 192 -localtime -k es -std-vga -net nic >-net tap,script=/etc/kvm/br1
> >
> >with -no-kvm : it crashes after entering command
> >
> >-- 
> >Hugo Amorós Salvador <agathos@fobos.org>
> -------------------------------------------------------------------------
> Hi,
> 
> I was able to reproduce the problem on an AMD machine (but not on an Intel machine).
> (kvm-62, AMD, x86_64, fedora 7, puppy linux live guest)
> 
> Adding '-no-kvm' to the command line just made things slower (no crush).
> Adding '-no-acpi' or '-clock unix' seems to workaround the mouse problem.
> 
> Uri.
> 
> 


-- 
aGaTHoS <agathos@fobos.org>

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2008-03-12 16:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-12  4:10 no mouse aGaTHoS
2008-03-12  9:02 ` Dor Laor
2008-03-12 14:16 ` Uri Lublin
2008-03-12 16:11   ` aGaTHoS

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox