[Qemu-devel] [PATCH ] Fix ARM1136, ARM11MPCORE and CORTEXA8 cpuid bug

2008-02-18 Thread HYEONSEUNG JANG
I found that ARM1136, ARM11MPCore and CortexA8 targets failed to run because of the following copy-and-paste bug. HyeonSeung Jang. --- target-arm/helper.c |7 --- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/target-arm/helper.c b/target-arm/helper.c index 86470db..

Re: [Qemu-devel] qemu-system-sparc and Solaris 1.1.2 / SunOS 4.1.4

2008-02-18 Thread Paul Brook
> SunOS might run in TME (http://people.csail.mit.edu/fredette/tme/). I > don't think anything other than Linux runs in QEMU's Sun emulation (or > for that matter, any of the non-PC QEMU emulators). While linux is certainly the most most widely tested, I'm fairly sure both vxWorks and SymbianOS h

Re: [Qemu-devel] qemu-system-sparc and Solaris 1.1.2 / SunOS 4.1.4

2008-02-18 Thread andrzej zaborowski
On 19/02/2008, Andrew Warkentin <[EMAIL PROTECTED]> wrote: > SunOS might run in TME (http://people.csail.mit.edu/fredette/tme/). I > don't think anything other than Linux runs in QEMU's Sun emulation (or > for that matter, any of the non-PC QEMU emulators). PalmOS, NetBSD and OpenBSD run in one an

Re: [Qemu-devel] More about slow clock in guest OS

2008-02-18 Thread Mulyadi Santosa
Hi.. Just want to reply shortlyI guess you can lead your own research from here since I almost reach my knowledge limit especially dealing with Qemu internals. However, I greatly appreciate your effort and time sharing your discoveries to me and the rest of Qemu's community. keep up the good

Re: [Qemu-devel] qemu-system-sparc and Solaris 1.1.2 / SunOS 4.1.4

2008-02-18 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> Andrew Warkentin <[EMAIL PROTECTED]> writes: : Robert Reif wrote: : : > Jan Holzhueter wrote: : > : >> Hi everyone, : >> we are planing to get rid of some old sparc hardware. : >> The problem is that there are applications on it that require : >> sun4m a

Re: [Qemu-devel] qemu-system-sparc and Solaris 1.1.2 / SunOS 4.1.4

2008-02-18 Thread Andrew Warkentin
Robert Reif wrote: Jan Holzhueter wrote: Hi everyone, we are planing to get rid of some old sparc hardware. The problem is that there are applications on it that require sun4m and Solaris 1.1.2 / SunOS 4.1.4. As known qemu-system-sparc is not able to boot the Solaris Kernel at the moment. I g

Re: [Qemu-devel] qemu-system-sparc and Solaris 1.1.2 / SunOS 4.1.4

2008-02-18 Thread Robert Reif
Jan Holzhueter wrote: Hi everyone, we are planing to get rid of some old sparc hardware. The problem is that there are applications on it that require sun4m and Solaris 1.1.2 / SunOS 4.1.4. As known qemu-system-sparc is not able to boot the Solaris Kernel at the moment. I get as far as: [spar

[Qemu-devel] [MIPS] Optimize MIPS timer read/write functions

2008-02-18 Thread Aurelien Jarno
The patch below optimize the MIPS timer read/write functions and improves its precision. cpu_mips_update_count() is replaced by cpu_mips_timer_update() which does not call cpu_mips_store_count() and do fewer things. As this function is called by the callback function, it is called very often a

[Qemu-devel] endianness and network emulation for PowerPC

2008-02-18 Thread Hollis Blanchard
I've been debugging network problems in qemu for a week or two, and there seem to be some pervasive misunderstandings about endianness. I'm trying to use a big-endian target on a big-endian guest, and this has exposed a lot of breakage, including qemu's pci-host.h, isa_mmio.c, rtl8139.c and ne2000.

Re: [Qemu-devel] Patch for compiling with GCC 4

2008-02-18 Thread Thiemo Seufer
Alexander Graf wrote: > > On Feb 17, 2008, at 9:22 PM, Christian Roue wrote: > >> Well, I somehow felt like it was a bit brutal and probably fixing the >> symptoms which is apparently the case. >> Looking more carefully, compile fails in : >> sh4-linux-user for function op_cmp_str_T0_T1 >> gcc opti

Re: [Qemu-devel] Patch for compiling with GCC 4

2008-02-18 Thread Christian Roue
Alex, thanks for the hint. I'll have a look at TCG. Bye Chris. On Feb 18, 2008 1:07 PM, Alexander Graf <[EMAIL PROTECTED]> wrote: > > On Feb 17, 2008, at 9:22 PM, Christian Roue wrote: > > > Well, I somehow felt like it was a bit brutal and probably fixing the > > symptoms which is apparently th

Re: [Qemu-devel] Problems with dynticks clock

2008-02-18 Thread Sergey Bychkov
- Original Message - From: "Victor Shkamerda" <[EMAIL PROTECTED]> To: Sent: 4.02.2008 14:09 Subject: [Qemu-devel] Problems with dynticks clock Any DOS game that I've tried eventually hangs the QEMU. GDB shows that QEMU is running in infinite loop in translated basic block and does not

Re: [Qemu-devel] More about slow clock in guest OS

2008-02-18 Thread Sergey Bychkov
- Original Message - From: "Mulyadi Santosa" <[EMAIL PROTECTED]> To: Cc: <[EMAIL PROTECTED]> Sent: 1.02.2008 4:41 Subject: Re: [Qemu-devel] More about slow clock in guest OS After some investigations I can say that with the latest (2008/01/30) qemu from cvs, compiled with gcc-3.4 on l

Re: [Qemu-devel] Patch for compiling with GCC 4

2008-02-18 Thread Alexander Graf
On Feb 17, 2008, at 9:22 PM, Christian Roue wrote: Well, I somehow felt like it was a bit brutal and probably fixing the symptoms which is apparently the case. Looking more carefully, compile fails in : sh4-linux-user for function op_cmp_str_T0_T1 gcc optimization leads to a ret followed by a l

Re: [Qemu-devel] [PATCH] Honor TMPDIR environment variable

2008-02-18 Thread Aurelien Jarno
Any news about this patch? Aurelien Jarno a écrit : > The patch below adds support for the -snapshot option to use the TMPDIR > environment variable. > > --- > block.c |6 +- > 1 files changed, 5 insertions(+), 1 deletions(-) > > diff --git a/block.c b/block.c > index 0f8ad7b..0730954 1