[Qemu-devel] unubscribe

2007-10-01 Thread Ronald
unubscribe jjQ6hDYc [EMAIL PROTECTED]

RE: [Qemu-devel] EHCI emulation patch

2007-10-01 Thread Per Åstrand
Ok! I'll cross my fingers and hope they'll be finished soon then... I saw that you too are working on a ehci emulation patch. How is that coming along? /Per -Original Message- From: [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED] On Behalf Of Arnon Gilboa Sent: söndag den 30 september 2007

Re: Re: [Qemu-devel] qcow2 vs. image file format --> pci device

2007-10-01 Thread Clemens Kolbitsch
> Clemens Kolbitsch wrote: > > hi everyone! > > i have a strange problem (at least to me it seems strange :-) ): > > > > i have implemented a pci device (Network IC) and it works just fine when > > using a standard image. however i now want to support snapshotting... > > > > i started to convert m

Re: [Qemu-devel] qcow2 vs. image file format --> pci device

2007-10-01 Thread Dor Laor
Clemens Kolbitsch wrote: Clemens Kolbitsch wrote: hi everyone! i have a strange problem (at least to me it seems strange :-) ): i have implemented a pci device (Network IC) and it works just fine when using a standard image. however i now want to support snapshotting... i started to conv

Re: [Qemu-devel] qemu/pc-bios ppc_rom.bin

2007-10-01 Thread Bob Deblier
On Mon, 2007-10-01 at 09:05 +0200, Avi Kivity wrote: > Jocelyn Mayer wrote: > > CVSROOT:/sources/qemu > > Module name:qemu > > Changes by: Jocelyn Mayer 07/10/01 06:44:33 > > > > Modified files: > > pc-bios: ppc_rom.bin > > > > Log message: > > Quickly hack PowerPC BIO

Re: [Qemu-devel] qemu/pc-bios ppc_rom.bin

2007-10-01 Thread Aurelien Jarno
Bob Deblier a écrit : > On Mon, 2007-10-01 at 09:05 +0200, Avi Kivity wrote: >> Jocelyn Mayer wrote: >>> CVSROOT:/sources/qemu >>> Module name:qemu >>> Changes by: Jocelyn Mayer 07/10/01 06:44:33 >>> >>> Modified files: >>> pc-bios: ppc_rom.bin >>> >>> Log message: >>>

Re: [Qemu-devel] qemu/pc-bios ppc_rom.bin

2007-10-01 Thread Bob Deblier
On Mon, 2007-10-01 at 13:40 +0200, Aurelien Jarno wrote: > Bob Deblier a écrit : > > On Mon, 2007-10-01 at 09:05 +0200, Avi Kivity wrote: > >> Jocelyn Mayer wrote: > >>> CVSROOT: /sources/qemu > >>> Module name: qemu > >>> Changes by: Jocelyn Mayer 07/10/01 06:44:33 > >>> > >>> Modifie

Re: [Qemu-devel] qemu/pc-bios ppc_rom.bin

2007-10-01 Thread Andreas Färber
Am 01.10.2007 um 09:12 schrieb Bob Deblier: Ideally we should have an OpenBIOS compiled for QEMU/PPC. Is anyone working on this? I had looked into this recently but it turned out that PearPC and others using OpenBIOS/ppc use an ELF format OpenBIOS binary that is incompatible with QEMU, ex

Re: [Qemu-devel] qemu/pc-bios ppc_rom.bin

2007-10-01 Thread Blue Swirl
On 10/1/07, Andreas Färber <[EMAIL PROTECTED]> wrote: > > Am 01.10.2007 um 09:12 schrieb Bob Deblier: > > > Ideally we should have an OpenBIOS compiled for QEMU/PPC. Is anyone > > working on this? > > I had looked into this recently but it turned out that PearPC and > others using OpenBIOS/ppc use

[Qemu-devel] redundant qemu_rearm_alarm_timer() in qemu_del_timer()

2007-10-01 Thread Dan Kenigsberg
There is no need to rearm the alarm timer when a qemu timer is deleted. The current code contains a redundant rearm whenever qemu_del_timer() is used, which is very often - in every qemu_mod_timer(). The rearm in qemu_mod_timer() is redundant because a currently-set timer could not be brought forw

[Qemu-devel] typo in qemu_next_deadline()

2007-10-01 Thread Dan Kenigsberg
(int64_t)UINT64_MAX is -1 and should not be assigned to nearest_delta_us Index: vl.c === RCS file: /sources/qemu/qemu/vl.c,v retrieving revision 1.343 diff -u -p -r1.343 vl.c --- vl.c29 Sep 2007 19:24:40 - 1.343 +++ v

Re: [Qemu-devel] qemu/pc-bios ppc_rom.bin

2007-10-01 Thread Jocelyn Mayer
On Mon, 2007-10-01 at 17:55 +0300, Blue Swirl wrote: > On 10/1/07, Andreas Färber <[EMAIL PROTECTED]> wrote: > > > > Am 01.10.2007 um 09:12 schrieb Bob Deblier: > > > > > Ideally we should have an OpenBIOS compiled for QEMU/PPC. Is anyone > > > working on this? > > > > I had looked into this recent

Re: [Qemu-devel] qemu/pc-bios ppc_rom.bin

2007-10-01 Thread Blue Swirl
On 10/1/07, Jocelyn Mayer <[EMAIL PROTECTED]> wrote: > On Mon, 2007-10-01 at 17:55 +0300, Blue Swirl wrote: > > On 10/1/07, Andreas Färber <[EMAIL PROTECTED]> wrote: > > > > > > Am 01.10.2007 um 09:12 schrieb Bob Deblier: > > > > > > > Ideally we should have an OpenBIOS compiled for QEMU/PPC. Is an

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

2007-10-01 Thread Blue Swirl
CVSROOT:/cvsroot/qemu Module name:qemu Changes by: Blue Swirl 07/10/01 17:07:58 Modified files: target-sparc : op_helper.c Log message: Fix block load ASIs CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/target-sparc/op_helper.c?cvsroot=qemu&r1=1.40&r2

Re: [Qemu-devel] qemu/pc-bios ppc_rom.bin

2007-10-01 Thread Jocelyn Mayer
On Mon, 2007-10-01 at 19:36 +0300, Blue Swirl wrote: > On 10/1/07, Jocelyn Mayer <[EMAIL PROTECTED]> wrote: > > On Mon, 2007-10-01 at 17:55 +0300, Blue Swirl wrote: > > > On 10/1/07, Andreas Färber <[EMAIL PROTECTED]> wrote: > > > > > > > > Am 01.10.2007 um 09:12 schrieb Bob Deblier: > > > > > > >

Re: [Qemu-devel] qemu/pc-bios ppc_rom.bin

2007-10-01 Thread J. Mayer
On Mon, 2007-10-01 at 09:05 +0200, Avi Kivity wrote: > Jocelyn Mayer wrote: > > CVSROOT:/sources/qemu > > Module name:qemu > > Changes by: Jocelyn Mayer 07/10/01 06:44:33 > > > > Modified files: > > pc-bios: ppc_rom.bin > > > > Log message: > > Quickly hack PowerPC BIO

Re: [Qemu-devel] qemu/pc-bios ppc_rom.bin

2007-10-01 Thread Thiemo Seufer
Blue Swirl wrote: > On 10/1/07, Jocelyn Mayer <[EMAIL PROTECTED]> wrote: > > On Mon, 2007-10-01 at 17:55 +0300, Blue Swirl wrote: > > > On 10/1/07, Andreas Färber <[EMAIL PROTECTED]> wrote: > > > > > > > > Am 01.10.2007 um 09:12 schrieb Bob Deblier: > > > > > > > > > Ideally we should have an OpenB

Re: [Qemu-devel] qemu/pc-bios ppc_rom.bin

2007-10-01 Thread Blue Swirl
On 10/1/07, Thiemo Seufer <[EMAIL PROTECTED]> wrote: > Blue Swirl wrote: > > On 10/1/07, Jocelyn Mayer <[EMAIL PROTECTED]> wrote: > > > On Mon, 2007-10-01 at 17:55 +0300, Blue Swirl wrote: > > > > On 10/1/07, Andreas Färber <[EMAIL PROTECTED]> wrote: > > > > > > > > > > Am 01.10.2007 um 09:12 schri

Re: [Qemu-devel] qemu/pc-bios ppc_rom.bin

2007-10-01 Thread J. Mayer
On Mon, 2007-10-01 at 22:31 +0300, Blue Swirl wrote: > On 10/1/07, Thiemo Seufer <[EMAIL PROTECTED]> wrote: > > Blue Swirl wrote: > > > On 10/1/07, Jocelyn Mayer <[EMAIL PROTECTED]> wrote: > > > > On Mon, 2007-10-01 at 17:55 +0300, Blue Swirl wrote: > > > > > On 10/1/07, Andreas Färber <[EMAIL PROT

[Qemu-devel] [Patch] Fix compiler warnings

2007-10-01 Thread Stefan Weil
Hello, this patch fixes some compiler warnings in two QEMU source files: * missing include unistd.h for syscall * comparision of unsigned value with -1 (mmap returns pointer with error value MAP_FAILED) I also replaced leading tabs in mmap.c by blanks. Please add this patch to CVS head. Reg

Re: [Qemu-devel] qemu/pc-bios ppc_rom.bin

2007-10-01 Thread Fabrice Bellard
Blue Swirl wrote: On 10/1/07, Jocelyn Mayer <[EMAIL PROTECTED]> wrote: On Mon, 2007-10-01 at 17:55 +0300, Blue Swirl wrote: On 10/1/07, Andreas Färber <[EMAIL PROTECTED]> wrote: Am 01.10.2007 um 09:12 schrieb Bob Deblier: Ideally we should have an OpenBIOS compiled for QEMU/PPC. Is anyone wo

Re: [Qemu-devel] qemu/pc-bios ppc_rom.bin

2007-10-01 Thread Aurelien Jarno
Blue Swirl a écrit : > On 10/1/07, Thiemo Seufer <[EMAIL PROTECTED]> wrote: >> Blue Swirl wrote: >> The one doesn't exclude the other. That said, I regard the ability to >> boot unaltered real-world firmare as an important test of the quality >> of a system emulation. > > Maybe. The CPU probes fo

Re: [Qemu-devel] qemu/pc-bios ppc_rom.bin

2007-10-01 Thread Laurent Desnogues
Aurelien Jarno a écrit : Maybe. The CPU probes for cacheline size, checks for errata #42 vs #45, reads debug registers, attempts to identify the bus speed by comparing I/O access times, tries to verify the system using a TPM and fails all cases. What can you do? Emulate a simpler architecture l

[Qemu-devel] qemu/target-ppc cpu.h helper.c op.c

2007-10-01 Thread Jocelyn Mayer
CVSROOT:/sources/qemu Module name:qemu Changes by: Jocelyn Mayer 07/10/01 21:49:57 Modified files: target-ppc : cpu.h helper.c op.c Log message: Fix reproductible crash: call cpu_loop_exit from micro-op, not from helper.c CVSWeb URLs: http://cvs.savannah.gn

[Qemu-devel] qemu/target-ppc op.c

2007-10-01 Thread Jocelyn Mayer
CVSROOT:/sources/qemu Module name:qemu Changes by: Jocelyn Mayer 07/10/01 21:51:40 Modified files: target-ppc : op.c Log message: Fix nasty sign-extensions when running 32 bits CPU in the 64 bits emulator on 32 bits hosts. CVSWeb URLs: http://cvs.sa

Re: [Qemu-devel] qemu/pc-bios ppc_rom.bin

2007-10-01 Thread Thiemo Seufer
Blue Swirl wrote: [snip] > > > Qemu is not also aimed for 100% accurate emulation of the hardware. > > > There are no caches or cycle counters and hardware devices run > > > unrealistically fast from CPU standpoint. Emulating performance > > > counters or the errata the most CPUs have would be extr

[Qemu-devel] sparc32 CVS broken

2007-10-01 Thread Robert Reif
Sparc32 CVS exits after illegal instruction trap. Nvram id QEMU_BIOS, version 1, machine id 0x80 CPUs: 1 Welcome to OpenBIOS v1.0RC1 built on Aug 11 2007 08:00 Type 'help' for detailed information [sparc] Kernel already loaded qemu: fatal: Trap 0x02 while interrupts disabled, Error state

Re: [Qemu-devel] [PATCH] getpriority() shouldn't use libc wrapper

2007-10-01 Thread Thayne Harbaugh
On Wed, 2007-09-26 at 14:06 -0600, Thayne Harbaugh wrote: > The linux-user getpriority() syscall goes through the libc wrapper. > This causes a problem because the libc wrapper remaps the return value > from the kernel. This patch calls the kernel getpriority syscall > directly. I didn't see any

[Qemu-devel] [PATCH] mixed types in target_mremap() return incorrect value

2007-10-01 Thread Thayne Harbaugh
There are mixed types (long vs target_ulong) in linux-user/mmap.c:target_mremap() and consequently the wrong value is returned (automatic type casting fails) when the host long is larger than the guest long and -1 is returned for an error condition. Consider the initial lines of target_mremap() wh