[Qemu-devel] Crashes of quemu 0.6.1 in Windows.

2005-04-28 Thread D O
Hi there. I dont know if this problems can be watched also in Linux, I guess so You can visit the place http://m2.dad-answers.com/qemu-forum/viewtopic.php?t=588 There a guy redirect me here, then I only post here for make you the notification. There are two diferent crashes: The first that I

[Qemu-devel] QEMU 0.7.0 - IDE patch for Solaris-X86

2005-04-28 Thread Michael McConnell
This is a forward-port of the patch for 0.6.1 (that I found on the web, may have been this list, a while back) needed to get Solaris-X86 to run with the IDE interface in PCI mode. --- qemu-0.7.0/hw/ide.c.orig2005-04-27 21:52:05.0 +0100 +++ qemu-0.7.0/hw/ide.c 2005-04-28

[Qemu-devel] Windows XP Home on qemu 0.6.0 and Mac OS X 10.3.8

2005-04-28 Thread martin
Hi guys I recently installed Windows XP Home on qemu 0.6.0 (using the installer from freeoszoo) and Mac OS X 10.3.8. motivation: use some cd-roms that run only on Wintel. Maybe someone is interested in my instructions: http://members.fortunecity.com/tinux1/sites/qemuWinXPMOSX.html summary: - it

[Qemu-devel] [PATCH] qemu-0.7.0 Solaris Host patch

2005-04-28 Thread Ben Taylor
This patch is mostly a collation of several sets of Solaris host patches that have been around. It deals with several issues, mostly around the configure script since Solaris doesn't have bash functionality in /bin/sh. I've also added the ability to use OSS Audio support at configure time.

RE: [Qemu-devel] Windows Server 2003 SP1 problems

2005-04-28 Thread Andreas Bollhalder
I reseached a bit more. Have stripped down the HTML code which freezes Win2003SP1 when loaded in IE. It seems, that the gradient in the footer is done by DirectX and this filter function does the freezes. If someone could find out the name of the DLL where this function is implemented or have some

[Qemu-devel] qemu/hw ide.c

2005-04-28 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard [EMAIL PROTECTED] 05/04/28 19:26:35 Modified files: hw : ide.c Log message: BMDMA interrupt fix (aka Solaris x86 IDE bug fix) CVSWeb URLs:

[Qemu-devel] qemu block-dmg.c

2005-04-28 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard [EMAIL PROTECTED] 05/04/28 20:49:24 Modified files: . : block-dmg.c Log message: raw dmg support CVSWeb URLs:

[Qemu-devel] qemu block.c block-qcow.c block-cow.c block-vpc.c

2005-04-28 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard [EMAIL PROTECTED] 05/04/28 21:09:32 Modified files: . : block.c block-qcow.c block-cow.c block-vpc.c Log message: probing fixes CVSWeb URLs:

Re: [Qemu-devel] [patch] Remove requirement for -hda with -kernel

2005-04-28 Thread Ross Kendall Axe
Fabrice Bellard wrote: Ross Kendall Axe wrote: The requirement to provide an -hda argument when doing a direct boot of a linux kernel has irritated me for some time. This patch removes that requirement by creating a temporary 1 sector hda as needed. Ross I like the idea, but your