[Qemu-devel] TCG doesn't seem to like gcc 4.3

2008-02-03 Thread Ismail Dönmez
Hi all, I can't seem to get TCG work with gcc 4.3, I get : gcc -Wall -O2 -g -fno-strict-aliasing -fno-reorder-blocks -fno-gcse -fno-tree-ch -fno-optimize-sibling-calls -fno-crossjumping -fno-align-labels -fno-align-jumps -fno-align-functions -fno-section-anchors -mpreferred-stack-boun

[Qemu-devel] Re: [PATCH 2/6] Use correct types to enable > 2G support (v2)

2008-02-03 Thread Anthony Liguori
Hi Izik, Anthony Liguori wrote: Index: qemu/cpu-all.h === --- qemu.orig/cpu-all.h 2008-02-01 15:24:45.0 -0600 +++ qemu/cpu-all.h 2008-02-01 15:28:48.0 -0600 @@ -695,7 +695,7 @@ /* page related stuff */ -#de

[Qemu-devel] qemu/tcg README tcg-op.h tcg-opc.h tcg.c tcg.h

2008-02-03 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard08/02/04 00:37:54 Modified files: tcg: README tcg-op.h tcg-opc.h tcg.c tcg.h Log message: fixed sign extensions - added explicit side effect op flag - added discard instruction

[Qemu-devel] Re: [kqemu] gpf in memory access

2008-02-03 Thread andrzej zaborowski
Ok, here's a patch that also makes -kernel-kqemu behave (with the previous patch it would abort with a "triple fault"). Due to the way kqemu sets up the mmu there should never be a GP fault in the mem access operations, so it would normally indicate some breakage and kqemu correctly aborts. Howeve

Re: [Qemu-devel] qemu-img convert does not handle -O correctly

2008-02-03 Thread Dean Payne
Andreas Färber wrote: Hello, When running `qemu-img convert haikuware.vmdk -O qcow2 haikuware.qcow2` on OSX, it complains it cannot open '-O'. According to `qemu-img convert --help` my syntax is correct. Andreas I had similar problems and needed to change the order of parameters on the

[Qemu-devel] qemu/tcg/i386 tcg-target.c

2008-02-03 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard08/02/03 21:06:23 Modified files: tcg/i386 : tcg-target.c Log message: compare fix CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/tcg/i386/tcg-target.c?cvsroot=qemu&r1=1.1&r2=1

[Qemu-devel] qemu/tcg/x86_64 tcg-target.c

2008-02-03 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard08/02/03 21:06:03 Modified files: tcg/x86_64 : tcg-target.c Log message: compare fix CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/tcg/x86_64/tcg-target.c?cvsroot=qemu&r1=1.1&r2

[Qemu-devel] qemu target-i386/translate.c tcg/tcg-op.h tcg/t...

2008-02-03 Thread Paul Brook
CVSROOT:/sources/qemu Module name:qemu Changes by: Paul Brook 08/02/03 19:56:34 Modified files: target-i386: translate.c tcg: tcg-op.h tcg.c tcg.h Log message: Add TCG variable opaque type. CVSWeb URLs: http://cvs.savannah.gnu.org/vi

Re: [Qemu-devel] qemu configure

2008-02-03 Thread C.W. Betts
mingw doesn't have "readlink" - Original Message - From: "andrzej zaborowski" <[EMAIL PROTECTED]> To: "C.W. Betts" <[EMAIL PROTECTED]> Cc: Sent: Sunday, February 03, 2008 8:58 AM Subject: Re: [Qemu-devel] qemu configure On 03/02/2008, C.W. Betts <[EMAIL PROTECTED]> wrote: That's all

[Qemu-devel] qemu configure

2008-02-03 Thread Paul Brook
CVSROOT:/sources/qemu Module name:qemu Changes by: Paul Brook 08/02/03 19:20:13 Modified files: . : configure Log message: Robustify source directory check. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/configure?cvsroot=qemu&r1=1.186&r2

[Qemu-devel] [PATCH] loadvm for read-only snapshot files

2008-02-03 Thread Eddie Kohler
Hi all, The following patch, against cvs, supports read-only snapshots on read-only qcow2 image files. Snapshots can be loaded, but not saved. This is really useful in my context, which is operating systems projects; a read-only memory snapshot allows students to share a snapshot that skips

[Qemu-devel] qemu exec-all.h

2008-02-03 Thread Paul Brook
CVSROOT:/sources/qemu Module name:qemu Changes by: Paul Brook 08/02/03 17:35:41 Modified files: . : exec-all.h Log message: Fix opparam_buf size estimate. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/exec-all.h?cvsroot=qemu&r1=1.74&r2=1

[Qemu-devel] [kqemu] gpf in memory access

2008-02-03 Thread andrzej zaborowski
I was playing with gpm (mouse daemon) in Linux guest and apparently my gpm binary is broken and with the "ps2" plugin it segfaults because of a general protection fault when trying to load a quadword from the address 0xff00. Under qemu as well as on the my physical amd64 it just segfaul

[Qemu-devel] qemu configure

2008-02-03 Thread Paul Brook
CVSROOT:/sources/qemu Module name:qemu Changes by: Paul Brook 08/02/03 16:27:13 Modified files: . : configure Log message: Use ARCH_CFLAGS in configure tests. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/configure?cvsroot=qemu&r1=1.185&

Re: [Qemu-devel] qemu configure

2008-02-03 Thread andrzej zaborowski
On 03/02/2008, C.W. Betts <[EMAIL PROTECTED]> wrote: > That's all nice and good, but it doesn't seem to work with systems that > don't use symlinks, such as mingw (the ln command creates duplicates). Can you give an example scenario that would fail under a system that doesn't use symlinks? AFAICT

[Qemu-devel] qemu-img convert does not handle -O correctly

2008-02-03 Thread Andreas Färber
Hello, When running `qemu-img convert haikuware.vmdk -O qcow2 haikuware.qcow2` on OSX, it complains it cannot open '-O'. According to `qemu-img convert --help` my syntax is correct. Andreas

Re: [Qemu-devel] PS/2 mouse support for FC4 guest broken in QEMU 0.9.1

2008-02-03 Thread Even Rouault
Le Sunday 03 February 2008 04:15:52 andrzej zaborowski, vous avez écrit : > I have no clue about ps2 but seeing as redirecting the command from > kbd to mouse (0 -> 1 in the kbd_queue call) fixes the keyboard issue > for Gujin, but breaks mouse, the obvious conclusion is that the > command should

[Qemu-devel] Re: [kvm-devel] [PATCH 1/6] Use correct types to enable > 2G support

2008-02-03 Thread Izik Eidus
On Thu, 2008-01-31 at 16:36 -0600, Anthony Liguori wrote: > KVM supports more than 2GB of memory for x86_64 hosts. The following patch > fixes a number of type related issues where int's were being used when they > shouldn't have been. It also introduces CMOS support so the BIOS can build > the