[Qemu-devel] error: syntax error before tcg_ctx

2008-02-27 Thread Zeno Davatz
Dear List I am not a developer but I just tested the latest qemu-snapshot-2008-02-27_05 on my Gentoo Maschine and I get the following error after doing ./configure and and sudo make: gcc-3.3.6 -I. -I.. -I/home/zeno/.software/qemu-snapshot-2008-02-27_05/target-i386

[Qemu-devel] Still compile problems with TCG

2008-02-27 Thread Johannes Schindelin
Hi, I still have problems (Pentium M, gcc (GCC) 4.1.2 20061115 (prerelease) (SUSE Linux)): make -C i386-linux-user all make[1]: Entering directory `/home/gitte/qemu/i386-linux-user' gcc -Wall -O2 -g -fno-strict-aliasing -fno-reorder-blocks -fno-gcse -fno-tree-ch -fno-optimize-sibling-calls

[Qemu-devel] Re: [kvm-devel] [PATCH 0/15] acpi processor hotplug

2008-02-27 Thread Avi Kivity
Glauber Costa wrote: Hi, I'm resending the series with avi's few comments merged, and a couple of others on my own: * _STA returns 0xF instead of 0x1. According to the specification, it means that the device, besides present, is also functional, enabled, and a couple of other cool things.

Re: [Qemu-devel] error: syntax error before tcg_ctx

2008-02-27 Thread Zeno Davatz
Dear List Thank you for your replies. I do: wget http://qemu-forum.ipi.fi/qemu-snapshots/qemu-snapshot-2008-02-27_05.tar.bz2 tar -xjf qemu-snapshot-2008-02-27_05.tar.bz2 ./configure sudo make And then I get that error. Is the code that I download from the website as mentioned above not

Re: [Qemu-devel] error: syntax error before tcg_ctx

2008-02-27 Thread Johannes Schindelin
Hi, On Wed, 27 Feb 2008, Thiemo Seufer wrote: Zeno Davatz wrote: I am not a developer but I just tested the latest qemu-snapshot-2008-02-27_05 on my Gentoo Maschine and I get the following error after doing ./configure and and sudo make: gcc-3.3.6 -I. -I..

Re: [Qemu-devel] error: syntax error before tcg_ctx

2008-02-27 Thread Johannes Schindelin
Hi, On Wed, 27 Feb 2008, Zeno Davatz wrote: I do: wget http://qemu-forum.ipi.fi/qemu-snapshots/qemu-snapshot-2008-02-27_05.tar.bz2 tar -xjf qemu-snapshot-2008-02-27_05.tar.bz2 ./configure sudo make And then I get that error. Apparently whoever creates those snapshots has incomplete

[Qemu-devel] Hanging when using hw/lsi53c895a.c

2008-02-27 Thread Brian Campbell
When using qemu-system-arm from CVS or 0.9.1 I've noticed that the emulator locks up occasionally on heavy disk access. Forcing a fsck on start up is normally enough to trigger it. The root cause is that scsi_read_data can be reentered before updating sector and sector_count: lsi_do_dma calls

Re: [Qemu-devel] error: syntax error before tcg_ctx

2008-02-27 Thread Zeno Davatz
Ah got it, sorry. It goes into the directory qemu. Best Zeno On Wed, Feb 27, 2008 at 2:26 PM, Zeno Davatz [EMAIL PROTECTED] wrote: Hi Thank you for your Feedback. Ok, the download worked but when I do tar -xzf qemu-1272d6f4f17c75825543a7dda75866313e89bb78.tar.gz Nothing happens,

Re: [Qemu-devel] bug (?) related to kqemu and/or Minix3

2008-02-27 Thread Matej Kosik
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mulyadi Santosa wrote: Hi... The screen capture didn't show anything suspicious...maybe the issue is related to segmentation? Linux...AFAIK doesn't use CS segment that much in GDT I do not know. What I was trying to say is that it is weird

Re: [Qemu-devel] error: syntax error before tcg_ctx

2008-02-27 Thread Zeno Davatz
Hi Thank you for your Feedback. Ok, the download worked but when I do tar -xzf qemu-1272d6f4f17c75825543a7dda75866313e89bb78.tar.gz Nothing happens, the software is not put into a new directory or even been unzipped. Am I doing something wrong? Best Zeno On Wed, Feb 27, 2008 at 1:57 PM,

[Qemu-devel] [PATCH] Let the USB tablet reach the far bottom and right pixels

2008-02-27 Thread Samuel Thibault
Hello, While using a virtual usbtablet, I noticed that I could not reach the extreme bottom and right pixels. That is because of the conversion from screen coordinates to 0..0x7FFF, below is a patch that fixes it. Samuel Index: cocoa.m

[Qemu-devel] [PATCH] Remove magic numbers in fdc.c

2008-02-27 Thread Hervé Poussineau
Hi, fdc.c file full of magic numbers. Attached patch replaces some of them by constants names ; I think that it makes the code more understandable. Hervé Index: fdc.c === RCS file: /sources/qemu/qemu/hw/fdc.c,v retrieving

[Qemu-devel] Why QEMU ARM Versatile doesn't support RGB?

2008-02-27 Thread Song Yuan
Hi, I'm trying to boot linux with file system of DirectFB/Gtk+ stack from QEMU ARM Versatile emulation. Then the emulation's framebuffer supports BGR16, though the original PL110 graphics controller support both BGR and RGB (as mentioned by Wenqi Chen in mail thread as follows). But DirectFB does

Re: [Qemu-devel] [PATCH] Let the USB tablet reach the far bottom and right pixels

2008-02-27 Thread Johannes Schindelin
Hi, On Wed, 27 Feb 2008, Samuel Thibault wrote: Index: cocoa.m === RCS file: /sources/qemu/qemu/cocoa.m,v retrieving revision 1.15 diff -u -p -r1.15 cocoa.m --- cocoa.m 22 Jan 2008 23:25:15 - 1.15 +++ cocoa.m 27

[Qemu-devel] Re: error: syntax error before tcg_ctx

2008-02-27 Thread Lorenzo Campedelli
Zeno Davatz zdavatz at gmail.com writes: Dear List Thank you for your replies. I do: wget http://qemu-forum.ipi.fi/qemu-snapshots/qemu-snapshot-2008-02-27_05.tar.bz2 tar -xjf qemu-snapshot-2008-02-27_05.tar.bz2 ./configure sudo make ... Hello, maybe I'm missing something, but is

Re: [Qemu-devel] Still compile problems with TCG

2008-02-27 Thread Paul Brook
I still have problems (Pentium M, gcc (GCC) 4.1.2 20061115 (prerelease) gcc4 isn't supposed to work. Paul

Re: [Qemu-devel] Still compile problems with TCG

2008-02-27 Thread Andreas Färber
Am 27.02.2008 um 17:14 schrieb Paul Brook: I still have problems (Pentium M, gcc (GCC) 4.1.2 20061115 (prerelease) gcc4 isn't supposed to work. And I thought that was the whole point in breaking non-x86 hosts! Andreas

Re: [Qemu-devel] [PATCH] Let the USB tablet reach the far bottom and right pixels

2008-02-27 Thread Samuel Thibault
Johannes Schindelin, le Wed 27 Feb 2008 15:35:01 +, a écrit : Index: cocoa.m === RCS file: /sources/qemu/qemu/cocoa.m,v retrieving revision 1.15 diff -u -p -r1.15 cocoa.m --- cocoa.m 22 Jan 2008 23:25:15 -

[Qemu-devel] [PATCH] allow update of MSR_EFER_SVM

2008-02-27 Thread Bernhard Kauer
The wrmsr_helper should allow to set the SVM flag in EFER. Bernhard Kauer Index: target-i386/helper.c === RCS file: /sources/qemu/qemu/target-i386/helper.c,v retrieving revision 1.101 diff -u -r1.101 helper.c ---

Re: [Qemu-devel] Still compile problems with TCG

2008-02-27 Thread Paul Brook
On Wednesday 27 February 2008, Andreas Färber wrote: Am 27.02.2008 um 17:14 schrieb Paul Brook: I still have problems (Pentium M, gcc (GCC) 4.1.2 20061115 (prerelease) gcc4 isn't supposed to work. And I thought that was the whole point in breaking non-x86 hosts! In the long term, yes.

Re: [Qemu-devel] [PATCH] Let the USB tablet reach the far bottom and right pixels

2008-02-27 Thread Johannes Schindelin
Hi, On Wed, 27 Feb 2008, Samuel Thibault wrote: Johannes Schindelin, le Wed 27 Feb 2008 15:35:01 +, a écrit : Index: cocoa.m === RCS file: /sources/qemu/qemu/cocoa.m,v retrieving revision 1.15 diff -u -p -r1.15

Re: [Qemu-devel] [PATCH] allow update of MSR_EFER_SVM

2008-02-27 Thread Alexander Graf
On Feb 27, 2008, at 5:07 PM, Bernhard Kauer wrote: qemu_efer.diff MSR_EFER_SVM is not defined in my qemu version. What does the bit change if set?

[Qemu-devel] [PATCH] Properly bomb out on errors in Makefile shell fragments

2008-02-27 Thread Ian Jackson
Without `set -e', or the use of , errors in commands run from Makefiles in multi-command fragments are not trapped. ( ) are redundant in multi-command shell fragments. Ian. diff --git a/Makefile b/Makefile index d74aa6e..89c4bd6 100644 --- a/Makefile +++ b/Makefile @@ -193,14 +193,14 @@ ifneq

[Qemu-devel] qemu/target-sparc op_mem.h translate.c

2008-02-27 Thread Blue Swirl
CVSROOT:/cvsroot/qemu Module name:qemu Changes by: Blue Swirl blueswir1 08/02/27 17:44:04 Modified files: target-sparc : op_mem.h translate.c Log message: Temporary fix for i386 host CVSWeb URLs:

[Qemu-devel] qemu/tcg/sparc

2008-02-27 Thread Blue Swirl
CVSROOT:/cvsroot/qemu Module name:qemu Changes by: Blue Swirl blueswir1 08/02/27 17:51:14 New directory: tcg/sparc CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/tcg/sparc/?cvsroot=qemu

[Qemu-devel] qemu Makefile.target dyngen.c tcg/sparc/tcg-tar...

2008-02-27 Thread Blue Swirl
CVSROOT:/cvsroot/qemu Module name:qemu Changes by: Blue Swirl blueswir1 08/02/27 17:53:28 Modified files: . : Makefile.target dyngen.c Added files: tcg/sparc : tcg-target.c tcg-target.h Log message: Preliminary Sparc TCG target

Re: [Qemu-devel] Why QEMU ARM Versatile doesn't support RGB?

2008-02-27 Thread Wenqi Chen
take your time machine back to oct 2006 .. http://www.mail-archive.com/[EMAIL PROTECTED]/msg81440.html On 27/02/2008, Song Yuan [EMAIL PROTECTED] wrote: Hi, I'm trying to boot linux with file system of DirectFB/Gtk+ stack from QEMU ARM Versatile emulation. Then the emulation's

[Qemu-devel] [PATCH] Fix qemu PPC breakage in monitor.c

2008-02-27 Thread Jerone Young
# HG changeset patch # User Jerone Young [EMAIL PROTECTED] # Date 1204150440 21600 # Branch merge # Node ID f255b23b6ef9461be4ee18fa0745f30c4fb66e6a # Parent 64a281615f436e65ca7fb2f3c2721c374fbfc8be Fix qemu PPC breakage in monitor.c Recent pull of qemu_cvs has added function

[Qemu-devel] qemu dis-asm.h

2008-02-27 Thread Edgar E. Iglesias
CVSROOT:/sources/qemu Module name:qemu Changes by: Edgar E. Iglesias edgar_igl 08/02/27 15:25:25 Modified files: . : dis-asm.h Log message: Initialize disasinfo-private_data, binutils does it and some disassemblers depend on it. CVSWeb URLs: