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
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
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
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
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
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
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
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
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
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
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
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
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
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&
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
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
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
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
18 matches
Mail list logo