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
-I/home/zeno/.software/qemu-
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
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.
*
Zeno Davatz wrote:
> 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/targe
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
"complet
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..
> > -I/hom
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 incomp
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
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
>
> Nothin
-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 we
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, Joha
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
===
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 revision
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
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
Zeno Davatz 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
> I still have problems (Pentium M, gcc (GCC) 4.1.2 20061115 (prerelease)
gcc4 isn't supposed to work.
Paul
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
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 -00
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
--- target-i386/
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
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
On Feb 27, 2008, at 5:07 PM, Bernhard Kauer wrote:
MSR_EFER_SVM is not defined in my qemu version. What does the bit
change if set?
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
CVSROOT:/cvsroot/qemu
Module name:qemu
Changes by: Blue Swirl 08/02/27 17:44:04
Modified files:
target-sparc : op_mem.h translate.c
Log message:
Temporary fix for i386 host
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/target-sparc/op_mem.h?cvsroot=q
CVSROOT:/cvsroot/qemu
Module name:qemu
Changes by: Blue Swirl 08/02/27 17:51:14
New directory:
tcg/sparc
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/tcg/sparc/?cvsroot=qemu
CVSROOT:/cvsroot/qemu
Module name:qemu
Changes by: Blue Swirl 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
CVSWeb URLs:
ht
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 fram
# 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_system_cpu_h
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Edgar E. Iglesias08/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:
http://cvs.sa
Hi..
On Wed, Feb 27, 2008 at 8:10 PM, Matej Kosik <[EMAIL PROTECTED]> wrote:
> I do not know. What I was trying to say is that it is weird if Minix (note
> that I was not meaning
> Linux) works fine:
> - - on bare hardware
> - - on QEMU (without kqemu)
> but does not work on QEMU with kqemu.
31 matches
Mail list logo