[Qemu-devel] Re: [PATCH] pc: move port 92 stuff back to pc.c from pckbd.c

2010-12-28 Thread Stefan Hajnoczi
On Tue, Dec 28, 2010 at 9:45 PM, Peter Lieven wrote: > What happens if I set the A20 Gate via the keyboard controller and then read > its status via ioport 0x92? This doesn't work, or does it? > What was wrong reading the A20 via > > int ioport_get_a20(void) > { >    return ((first_cpu->a20_mask

Re: [Qemu-devel] [Bug 577908] Re: qemu 0.12.3 default networking DNS broken

2010-12-28 Thread Stefan Hajnoczi
Can you try 'info network' on the QEMU monitor (Ctrl+Alt+2)? You should get something like this: VLAN 0 devices: user.0: net=10.0.2.0, restricted=n e1000.0: model=e1000,macaddr=52:54:00:12:34:56 Devices not on any VLAN: QEMU's user networking will not provide the DNS and gateway information

Re: [Qemu-devel] [PATCH] pc: move port 92 stuff back to pc.c from pckbd.c

2010-12-28 Thread Andreas Färber
Am 28.12.2010 um 22:24 schrieb Blue Swirl: 956a3e6bb7386de48b642d4fee11f7f86a2fcf9a introduced a bug concerning reset bit for port 92. Since the keyboard output port and port 92 are not compatible anyway, let's separate them. Reported-by: Peter Lieven Signed-off-by: Blue Swirl Looks good t

[Qemu-devel] Re: [PATCH] pc: move port 92 stuff back to pc.c from pckbd.c

2010-12-28 Thread Peter Lieven
Am 28.12.2010 um 22:24 schrieb Blue Swirl: > 956a3e6bb7386de48b642d4fee11f7f86a2fcf9a introduced a bug concerning > reset bit for port 92. > > Since the keyboard output port and port 92 are not compatible anyway, > let's separate them. > > Reported-by: Peter Lieven > Signed-off-by: Blue Swirl

[Qemu-devel] [PATCH] pc: move port 92 stuff back to pc.c from pckbd.c

2010-12-28 Thread Blue Swirl
956a3e6bb7386de48b642d4fee11f7f86a2fcf9a introduced a bug concerning reset bit for port 92. Since the keyboard output port and port 92 are not compatible anyway, let's separate them. Reported-by: Peter Lieven Signed-off-by: Blue Swirl --- hw/pc.c| 68 +

[Qemu-devel] Re: [PATCH] target-sparc: fix udiv(cc) and sdiv(cc)

2010-12-28 Thread Blue Swirl
Thanks, applied. On Sat, Dec 25, 2010 at 10:25 PM, Aurelien Jarno wrote: > Since commit 5a4bb580cdb10b066f9fd67658b31cac4a4ea5e5, Xorg crashes on > a Debian Etch image. The commit itself is fine, but it triggers a bug > due to wrong computation of flags for udiv(cc) and sdiv(cc). > > This patch o

[Qemu-devel] Re: [PATCH] piix: use pci_config_set_prog_interface()

2010-12-28 Thread Michael S. Tsirkin
On Tue, Dec 28, 2010 at 07:48:23PM +0100, Sebastian Herbszt wrote: > Michael S. Tsirkin wrote: > >On Tue, Dec 28, 2010 at 05:24:06PM +0100, Sebastian Herbszt wrote: > >>Michael S. Tsirkin wrote: > >>>On Mon, Dec 20, 2010 at 10:18:01PM +0100, Sebastian Herbszt wrote: > Use pci_config_set_prog_in

Re: [Qemu-devel] possible regression in qemu-kvm 0.13.0 (memtest)

2010-12-28 Thread Blue Swirl
On Mon, Dec 27, 2010 at 3:47 AM, Stefan Hajnoczi wrote: > On Sat, Dec 25, 2010 at 7:02 PM, Peter Lieven wrote: >> this was the outcome of my bisect session: >> >> 956a3e6bb7386de48b642d4fee11f7f86a2fcf9a is first bad commit >> commit 956a3e6bb7386de48b642d4fee11f7f86a2fcf9a >> Author: Blue Swirl

[Qemu-devel] Re: [PATCH] piix: use pci_config_set_prog_interface()

2010-12-28 Thread Sebastian Herbszt
Michael S. Tsirkin wrote: On Tue, Dec 28, 2010 at 05:24:06PM +0100, Sebastian Herbszt wrote: Michael S. Tsirkin wrote: >On Mon, Dec 20, 2010 at 10:18:01PM +0100, Sebastian Herbszt wrote: >>Use pci_config_set_prog_interface(). >> >>Signed-off-by: Sebastian Herbszt > >Since I was asked explicitly

[Qemu-devel] Re: [PATCH] piix: use pci_config_set_prog_interface()

2010-12-28 Thread Michael S. Tsirkin
On Tue, Dec 28, 2010 at 05:24:06PM +0100, Sebastian Herbszt wrote: > Michael S. Tsirkin wrote: > >On Mon, Dec 20, 2010 at 10:18:01PM +0100, Sebastian Herbszt wrote: > >>Use pci_config_set_prog_interface(). > >> > >>Signed-off-by: Sebastian Herbszt > > > >Since I was asked explicitly - I don't have

[Qemu-devel] Re: [PATCH] piix: use pci_config_set_prog_interface()

2010-12-28 Thread Sebastian Herbszt
Michael S. Tsirkin wrote: On Mon, Dec 20, 2010 at 10:18:01PM +0100, Sebastian Herbszt wrote: Use pci_config_set_prog_interface(). Signed-off-by: Sebastian Herbszt Since I was asked explicitly - I don't have a problem with these changes: both class and prog interface. However, they aren't all

[Qemu-devel] [Bug 577908] Re: qemu 0.12.3 default networking DNS broken

2010-12-28 Thread Irek Szczesniak
I tested the SLIRP's DNS server of compiled QEMU v. 0.12.5 and v. 0.13. I created the thread on the Qemu-devel mailing list (http://lists.nongnu.org/archive/html/qemu-devel/2010-12/msg01893.html), but I think it's good to restate what I wrote there, especially since the thread stalled. I have a p

Re: FIXED: Re: [Qemu-devel] possible regression in qemu-kvm 0.13.0 (memtest)

2010-12-28 Thread Peter Lieven
On 27.12.2010 04:51, Stefan Hajnoczi wrote: On Sun, Dec 26, 2010 at 9:21 PM, Peter Lieven wrote: Am 25.12.2010 um 20:02 schrieb Peter Lieven: Am 23.12.2010 um 03:42 schrieb Stefan Hajnoczi: On Wed, Dec 22, 2010 at 10:02 AM, Peter Lieven wrote: If I start a VM with the following parameter

[Qemu-devel] [GIT PULL] kvm upstream updates

2010-12-28 Thread Avi Kivity
The following changes since commit 4cdc1cd137e0b98766916a7cdf2d5a9b3c6632fa: target-mips: fix host CPU consumption when guest is idle (2010-12-27 00:58:06 +0100) are available in the git repository at: git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git uq/master Jan Kiszka (4): kvm:

[Qemu-devel] [Bug 688085] Re: Guest kernel hang during boot when KVM is active on i386 host

2010-12-28 Thread Fathi Boudra
** Bug watch added: Meego #10075 http://bugs.meego.com/show_bug.cgi?id=10075 ** Also affects: meego via http://bugs.meego.com/show_bug.cgi?id=10075 Importance: Unknown Status: Unknown -- You received this bug notification because you are a member of qemu- devel-ml, which is subsc