Re: [Qemu-devel] Problem with QEMU on KVM

2010-05-04 Thread Anthony Liguori
On 05/04/2010 12:09 AM, Gerhard Wiesinger wrote: On Sat, 24 Apr 2010, Gerhard Wiesinger wrote: Guess problems comes from the following commit (not yet verified): commit 37c34d9d5d87ea9d51760310c8863b82cb8c055a Author: Anthony Liguori Date: Wed Mar 10 09:38:29 2010 -0600 input: make vnc us

Re: [Qemu-devel] Problem with QEMU on KVM

2010-05-03 Thread Gerhard Wiesinger
On Sat, 24 Apr 2010, Gerhard Wiesinger wrote: Guess problems comes from the following commit (not yet verified): commit 37c34d9d5d87ea9d51760310c8863b82cb8c055a Author: Anthony Liguori Date: Wed Mar 10 09:38:29 2010 -0600 input: make vnc use mouse mode notifiers When we switch to absol

Re: [Qemu-devel] Problem with QEMU on KVM

2010-04-23 Thread Gerhard Wiesinger
On Fri, 23 Apr 2010, Gerhard Wiesinger wrote: On Thu, 22 Apr 2010, Gerd Hoffmann wrote: Hi, Had also a look at ps2.c/ps2.h, pckbd.c: There were no changes which could explain such a behaviour. Also keyboard is very strange which switches to CAPS LOCK (shift state) very unmotivated. Hmm.

Re: [Qemu-devel] Problem with QEMU on KVM

2010-04-23 Thread Gerhard Wiesinger
On Thu, 22 Apr 2010, Gerd Hoffmann wrote: Hi, Had also a look at ps2.c/ps2.h, pckbd.c: There were no changes which could explain such a behaviour. Also keyboard is very strange which switches to CAPS LOCK (shift state) very unmotivated. Hmm. Recent qemu tries hard to make sure vncviewer an

Re: [Qemu-devel] Problem with QEMU on KVM

2010-04-22 Thread Gerd Hoffmann
Hi, Had also a look at ps2.c/ps2.h, pckbd.c: There were no changes which could explain such a behaviour. Also keyboard is very strange which switches to CAPS LOCK (shift state) very unmotivated. Hmm. Recent qemu tries hard to make sure vncviewer and guest capslock/numlock state are in sync

Re: [Qemu-devel] Problem with QEMU on KVM

2010-04-21 Thread Gerhard Wiesinger
On Wed, 21 Apr 2010, Jamie Lokier wrote: Gerhard Wiesinger wrote: Any ideas from which change this might come (PS/2 mouse code seems to be stable only keyboard LEDs added by Gerd)? No, but you might find it with "git bisect" since you have a working and non-working version. Tried that, but

Re: [Qemu-devel] Problem with QEMU on KVM

2010-04-20 Thread Jamie Lokier
Gerhard Wiesinger wrote: > Any ideas from which change this might come (PS/2 mouse code seems to be > stable only keyboard LEDs added by Gerd)? No, but you might find it with "git bisect" since you have a working and non-working version. -- Jamie

Re: [Qemu-devel] Problem with QEMU on KVM

2010-04-19 Thread Gerhard Wiesinger
On Sat, 10 Apr 2010, Gerhard Wiesinger wrote: Hello, Booting DOS 6.22 with NT4 Bootloader works fine. With enabled KVM it boots, but hangs at counting down the boot loader selection menu (30s, 29s, hang). Booting Knoppix 6.2 from CD wwith KVM orks well. Versions (0.12.3): x86_64-softmmu: OK

Re: [Qemu-devel] Problem with QEMU on KVM

2010-04-13 Thread Gerhard Wiesinger
On Mon, 12 Apr 2010, Jamie Lokier wrote: Mulyadi Santosa wrote: Hi Gerhard... On Sun, Apr 11, 2010 at 20:52, Gerhard Wiesinger wrote: OK, uses the following ports: Port 0x20: 8259 interrupt controller Port 0x40: 8253 timer Interrupt 0x1A: ah=0x00: fetches system timer counters ah=0x02: read

Re: [Qemu-devel] Problem with QEMU on KVM

2010-04-12 Thread Mulyadi Santosa
Hi Jamie... On Mon, Apr 12, 2010 at 19:07, Jamie Lokier wrote: > There are various -no-kvm-XXX options to try: > > -no-kvm-irqchip disable KVM kernel mode PIC/IOAPIC/LAPIC > -no-kvm-pit     disable KVM kernel mode PIT > -no-kvm-pit-reinjection disable KVM kernel mode PIT interrupt reinjection I

Re: [Qemu-devel] Problem with QEMU on KVM

2010-04-12 Thread Jamie Lokier
Mulyadi Santosa wrote: > Hi Gerhard... > > On Sun, Apr 11, 2010 at 20:52, Gerhard Wiesinger wrote: > > OK, uses the following ports: > > Port 0x20: 8259 interrupt controller > > Port 0x40: 8253 timer > > > > Interrupt 0x1A: > > ah=0x00: fetches system timer counters > > ah=0x02: reads the clock >

Re: [Qemu-devel] Problem with QEMU on KVM

2010-04-12 Thread Mulyadi Santosa
Hi Gerhard... On Sun, Apr 11, 2010 at 20:52, Gerhard Wiesinger wrote: > OK, uses the following ports: > Port 0x20: 8259 interrupt controller > Port 0x40: 8253 timer > > Interrupt 0x1A: > ah=0x00: fetches system timer counters > ah=0x02: reads the clock > ah=0x04: fetches date > > So there must be

Re: [Qemu-devel] Problem with QEMU on KVM

2010-04-11 Thread Gerhard Wiesinger
On Sun, 11 Apr 2010, Mulyadi Santosa wrote: Hi... On Sun, Apr 11, 2010 at 03:09, Gerhard Wiesinger wrote: Hello, Booting DOS 6.22 with NT4 Bootloader works fine. With enabled KVM it boots, but hangs at counting down the boot loader selection menu (30s, 29s, hang). Booting Knoppix 6.2 from CD

Re: [Qemu-devel] Problem with QEMU on KVM

2010-04-11 Thread Mulyadi Santosa
Hi... On Sun, Apr 11, 2010 at 03:09, Gerhard Wiesinger wrote: > Hello, > > Booting DOS 6.22 with NT4 Bootloader works fine. With enabled KVM it boots, > but hangs at counting down the boot loader selection menu (30s, 29s, hang). > Booting Knoppix 6.2 from CD wwith KVM orks well. > > Versions (0.1