[Qemu-devel] Standard vga breakage

2009-11-14 Thread malc
debian-503-i386-netinst.iso when booted on a machine with `-vga std' just shows black screen (after bios' setup screen) Same issue was also present with cirrus vga until it was "fixed" by 91011d4f3b7c311a42b842f6682ac64a2372d2b7 I was unsuccessful in trying to bisect it. -- mailto:av1...@comtv

[Qemu-devel] Re: [PATCH] sparc32 irq clearing (guest Solaris performance+NetBSD) fix

2009-11-14 Thread Artyom Tarasenko
2009/11/14 Blue Swirl : > On Sat, Nov 14, 2009 at 3:03 AM, Artyom Tarasenko > wrote: >> According to NCR89C105 documentation >> http://www.ibiblio.org/pub/historic-linux/early-ports/Sparc/NCR/NCR89C105.txt >> >> Interrupts are cleared by disabling and then re-enabling them. >> This patch implement

[Qemu-devel] Re: ppc64 target broken

2009-11-14 Thread Blue Swirl
On Tue, Nov 10, 2009 at 8:04 PM, Alexander Graf wrote: > Hi list, > > For quite some time the PPC64 target (-M mac99 -cpu 970fx) is broken in > early init code: > > <6>OF: ** translation for device > /p...@f200/p...@d/mac...@10/interrupt-control...@4 ** > <6>OF: bus is default (na=1, ns=1)

Re: [Qemu-devel] Stack corruption problem with SeaBIOS/gPXE under QEMU

2009-11-14 Thread Kevin O'Connor
Hi, On Thu, Nov 12, 2009 at 01:20:58PM +0200, Naphtali Sprei wrote: > I've found a problem with the usage of SeaBIOS/gPXE in Qemu. The > scenario is when failing to boot from network and falling back to > booting from hard-disk (-boot nc). The cause of the problem is that > both SeaBIOS and gPXE

[Qemu-devel] Build failure on mingw

2009-11-14 Thread Sebastian Herbszt
v0.11.0-rc0-1630-g51cc2e7 fails to build on mingw with gcc version 3.4.5 (mingw32 special) and GNU Make version 3.79.1. gcc -I/home/sh/vm/qemu/v0.11.0-rc0-1630-g51cc2e7/slirp -Wold-style-definition -I. -I/home/sh/vm/qemu/v0.11.0-rc0-1630-g51cc2e7 -U_FORTIFY_SOURCE -D_GNU_SOURCE -D_FILE_OFFSET_

[Qemu-devel] Re: [PATCH] sparc32 irq clearing (guest Solaris performance+NetBSD) fix

2009-11-14 Thread Blue Swirl
On Sat, Nov 14, 2009 at 3:03 AM, Artyom Tarasenko wrote: > According to NCR89C105 documentation > http://www.ibiblio.org/pub/historic-linux/early-ports/Sparc/NCR/NCR89C105.txt > > Interrupts are cleared by disabling and then re-enabling them. > This patch implements the specified behaviour. The mo

[Qemu-devel] Re: [PATCH 1/6] Make fw_cfg interface 32-bit aware

2009-11-14 Thread Alexander Graf
Am 13.11.2009 um 11:59 schrieb Juan Quintela : Alexander Graf wrote: On 13.11.2009, at 01:48, Glauber Costa wrote: Because that would mean I'd have to deal with it in the code later on and I don't see the point of writing code that's not in the load/save cycle because of limitations there.