[Qemu-devel] qemu/pc-bios README openbios-sparc32 openbios-s...

2007-06-28 Thread Blue Swirl
CVSROOT:/cvsroot/qemu Module name:qemu Changes by: Blue Swirl blueswir1 07/06/28 07:28:22 Modified files: pc-bios: README openbios-sparc32 openbios-sparc64 Log message: Update Sparc32 and Sparc64 OpenBIOS image to SVN revision 157. Changes: r150:

Re: [Qemu-devel] qemu vl.c

2007-06-28 Thread Andreas Färber
Hello, Am 25.06.2007 um 13:48 schrieb Thiemo Seufer: CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/06/25 11:48:07 Modified files: . : vl.c Log message: Enable serial (tty) support on Solaris host, by Marion

Re: [Qemu-devel] qemu/target-mips op_helper.c

2007-06-28 Thread Fabrice Bellard
floatX_to_intY should already do the rounding according to the current rounding direction. Fabrice. Thiemo Seufer wrote: Fabrice Bellard wrote: IMHO, calling floatX_round_to_int before floatX_to_intY is not useful... I don't understand. floatX_round_to_int does round/ceil/floor but keeps

Re: [Qemu-devel] qemu vl.c

2007-06-28 Thread Andreas Färber
Am 25.06.2007 um 13:48 schrieb Thiemo Seufer: CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/06/25 11:48:07 Modified files: . : vl.c Log message: Enable serial (tty) support on Solaris host, by Marion Hakanson.

Re: [Qemu-devel] sparc guest

2007-06-28 Thread Andreas Färber
Am 27.06.2007 um 22:43 schrieb Blue Swirl: On 6/27/07, Nigel Horne [EMAIL PROTECTED] wrote: Thiemo Seufer wrote: Blue Swirl wrote: On 6/25/07, Thiemo Seufer [EMAIL PROTECTED] wrote: Nigel Horne wrote: Good news, sparc emulation with -nographic no longer core dumps. The bad news,

Re: [Qemu-devel] qemu/pc-bios README openbios-sparc32 openbios-s...

2007-06-28 Thread Johannes Schindelin
Hi, On Thu, 28 Jun 2007, Blue Swirl wrote: Update Sparc32 and Sparc64 OpenBIOS image to SVN revision 157. Since when is QEmu tracked with Subversion? Thanks, Dscho

Re: [Qemu-devel] qemu/pc-bios README openbios-sparc32 openbios-s...

2007-06-28 Thread Blue Swirl
On 6/28/07, Johannes Schindelin [EMAIL PROTECTED] wrote: Hi, On Thu, 28 Jun 2007, Blue Swirl wrote: Update Sparc32 and Sparc64 OpenBIOS image to SVN revision 157. Since when is QEmu tracked with Subversion? OpenBIOS SVN, not QEMU.

[Qemu-devel] qemu vl.c

2007-06-28 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/06/28 14:05:38 Modified files: . : vl.c Log message: Fix segfault when printing the help text, spotted by Stefan Weil. CVSWeb URLs:

[Qemu-devel] qemu/target-mips op_helper.c

2007-06-28 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/06/28 14:07:06 Modified files: target-mips: op_helper.c Log message: Simplify round/ceil/floor implementation, spotted by Fabrice Bellard. CVSWeb URLs:

Re: [Qemu-devel] qemu/pc-bios README openbios-sparc32 openbios-s...

2007-06-28 Thread Johannes Schindelin
Hi, On Thu, 28 Jun 2007, Blue Swirl wrote: On 6/28/07, Johannes Schindelin [EMAIL PROTECTED] wrote: On Thu, 28 Jun 2007, Blue Swirl wrote: Update Sparc32 and Sparc64 OpenBIOS image to SVN revision 157. Since when is QEmu tracked with Subversion? OpenBIOS SVN, not QEMU.

[Qemu-devel] [PATCH] ARM (Thumb) read from R15

2007-06-28 Thread Ulrich Hecht
Hi! QEMU does not set the Thumb bit when reading from R15 in Thumb mode. Here's the fix: Index: target-arm/translate.c === RCS file: /sources/qemu/qemu/target-arm/translate.c,v retrieving revision 1.53 diff -u -r1.53 translate.c

Re: [Qemu-devel] [PATCH] starting qemu vnc session on a pre-allocated port

2007-06-28 Thread Anthony Liguori
Gilad Ben-Yossef wrote: It also implies that the daemon will be running for the entire lifetime of the VM. No. In fact, running an extra daemon for the entire life time of the VM is exactly what I'm trying to avoid (one of the things, anyway). Now I see why you think the unix domain socket

Re: [Qemu-devel] sparc guest

2007-06-28 Thread Blue Swirl
I found the problem, it wasn't related to Debian's 2.6 kernel after all, but pcnet just didn't work on a 32-bit host. I'm committing a fix. On 6/28/07, Andreas Färber [EMAIL PROTECTED] wrote: So maybe it's a more general problem with interrupt handling? Lance complains about timeouts, too, and

[Qemu-devel] qemu/hw pcnet.c

2007-06-28 Thread Blue Swirl
CVSROOT:/cvsroot/qemu Module name:qemu Changes by: Blue Swirl blueswir1 07/06/28 15:28:18 Modified files: hw : pcnet.c Log message: Fix Lance on 32-bit hosts CVSWeb URLs:

Re: [Qemu-devel] [PATCH] ARM (Thumb) read from R15

2007-06-28 Thread Ulrich Hecht
On Thursday 28 June 2007 16:31, Ulrich Hecht wrote: QEMU does not set the Thumb bit when reading from R15 in Thumb mode. Here's the fix: Maybe not; this seems to break some cases ... :( CU Uli -- SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg)

Re: [Qemu-devel] [PATCH] ARM (Thumb) read from R15

2007-06-28 Thread Ulrich Hecht
On Thursday 28 June 2007 17:30, Ulrich Hecht wrote: On Thursday 28 June 2007 16:31, Ulrich Hecht wrote: QEMU does not set the Thumb bit when reading from R15 in Thumb mode. Here's the fix: Maybe not; this seems to break some cases ... :( This works in all my cases, although I am not sure

[Qemu-devel] Problem with triggering interrupts

2007-06-28 Thread Michael Hanselmann
Hello I'm trying to implement the “system_powerdown” command for i386/x86_64. After way too much time, I've now to hope for someone else being able to help me, I just don't get it anymore. Due to the available infrastructure, I decided to use an ACPI power button event. You can find my current

Re: [Qemu-devel] sparc guest

2007-06-28 Thread Andreas Färber
Am 28.06.2007 um 17:26 schrieb Blue Swirl: I found the problem, it wasn't related to Debian's 2.6 kernel after all, but pcnet just didn't work on a 32-bit host. I'm committing a fix. Big thanks for fixing this! Works now. :-) Andreas

Re: [Qemu-devel] rtl8139 not working with VISTA 32bit

2007-06-28 Thread Steven Hu
This is a tested step by step enable the network and audio under vista32 on Xen. 1. Download latest Vista driver for the RTL8139 series cards from the Realtek site. There is one dated 2007/4/26, version 6.103. I used this file. 2. Install the files, follow setup. If your Vista crashed, please