[Qemu-devel] Updated RFC: linux user problems]]

2007-09-20 Thread J. Mayer
Forwarded Message > From: Jocelyn Mayer <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED], qemu-devel@nongnu.org > To: qemu-devel@nongnu.org > Subject: Re: [Fwd: [Qemu-devel] RFC: linux user problems] > Date: Wed, 19 Sep 2007 11:23:03 +0200 > > On Wed, 2007-09-19 at 10:07 +0100,

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

2007-09-20 Thread Jocelyn Mayer
CVSROOT:/sources/qemu Module name:qemu Changes by: Jocelyn Mayer 07/09/21 06:32:17 Modified files: target-ppc : helper.c Log message: Avoid compilation warnings on 32 bits hosts. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/target-ppc/helper.c?cvsro

[Qemu-devel] qemu block-raw.c block-vmdk.c

2007-09-20 Thread Jocelyn Mayer
CVSROOT:/sources/qemu Module name:qemu Changes by: Jocelyn Mayer 07/09/21 06:09:39 Modified files: . : block-raw.c block-vmdk.c Log message: Avoid compilation warnings on 64 bits hosts. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/block-raw

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

2007-09-20 Thread Jocelyn Mayer
CVSROOT:/sources/qemu Module name:qemu Changes by: Jocelyn Mayer 07/09/21 05:50:37 Modified files: target-ppc : STATUS cpu.h helper.c translate.c translate_init.c Log message: More PowerPC definitions, from POWER 2.04 specifications

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

2007-09-20 Thread Jocelyn Mayer
CVSROOT:/sources/qemu Module name:qemu Changes by: Jocelyn Mayer 07/09/21 05:28:33 Modified files: target-ppc : op.c op_helper.c op_helper.h translate.c Log message: Rework PowerPC 440 TLB management (thanks to Hollis Blanchard) CVSWeb URLs: http://cvs.savan

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

2007-09-20 Thread Jocelyn Mayer
CVSROOT:/sources/qemu Module name:qemu Changes by: Jocelyn Mayer 07/09/21 05:23:26 Modified files: target-ppc : cpu.h helper.c Log message: Make CPU hflags be a masked version of the PowerPC MSR. As a side effect, avoid potential bits shadowing in TB

Re: [Qemu-devel] gdbstub breakpoints not working across virtual address spaces

2007-09-20 Thread Bradley Schatz
Trying things a different way, I find that issuing a: breakpoint *0xc... will break properly. On 9/20/07, Bradley Schatz <[EMAIL PROTECTED]> wrote: > I am running a windows2k guest, which in turn is running coLinux. I > wish to set a breakpoint in the linux instance. > > A windows driver loads

[Qemu-devel] qemu target-i386/translate.c cpu-exec.c exec-al...

2007-09-20 Thread Jocelyn Mayer
CVSROOT:/sources/qemu Module name:qemu Changes by: Jocelyn Mayer 07/09/20 22:47:42 Modified files: target-i386: translate.c . : cpu-exec.c exec-all.h target-mips: translate.c Log message: Extend TB flags to 64 bits (Alexande

[Qemu-devel] Re: MIPS FP rounding

2007-09-20 Thread Thiemo Seufer
Daniel Jacobowitz wrote: > Thiemo, in May you added this: > > -update_fcr31(); \ > +update_fcr31(); \ > +if (GET_FP_CAUSE(env->fcr31) & FP_INVALID)\ > +FST2 = 0x7fbf;\ > +

Re: [Qemu-devel] Publicating with QEMU

2007-09-20 Thread Clemens Kolbitsch
On Thursday 20 September 2007 18:34:22 Thiemo Seufer wrote: > Clemens Kolbitsch wrote: > > On Thursday 20 September 2007 16:08:51 Thiemo Seufer wrote: > > > Clemens Kolbitsch wrote: > > > > Hi guys! > > > > Short question: I'm having a speech at BlackHat Japan in Oktober > > > > about something I m

Re: [Qemu-devel] Publicating with QEMU

2007-09-20 Thread Thiemo Seufer
Clemens Kolbitsch wrote: > On Thursday 20 September 2007 16:08:51 Thiemo Seufer wrote: > > Clemens Kolbitsch wrote: > > > Hi guys! > > > Short question: I'm having a speech at BlackHat Japan in Oktober about > > > something I made with qemu. Basically it is a new hardware type (so it is > > > just

[Qemu-devel] qemu/hw iommu.c

2007-09-20 Thread Blue Swirl
CVSROOT:/cvsroot/qemu Module name:qemu Changes by: Blue Swirl 07/09/20 16:01:51 Modified files: hw : iommu.c Log message: Change ldl_phys to cpu_physical_memory_read, fix pte address CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/hw/iommu.c?

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

2007-09-20 Thread Blue Swirl
CVSROOT:/cvsroot/qemu Module name:qemu Changes by: Blue Swirl 07/09/20 15:21:32 Modified files: target-sparc : op.c Log message: Fix tadd op generation with GCC 4.x CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/target-sparc/op.c?cvsroot=qemu&r1=1.38&

Re: [Qemu-devel] Publicating with QEMU

2007-09-20 Thread Gilad Ben-Yossef
Clemens Kolbitsch wrote: once we get all the publication stuff behind us, you'll hear from us -- promised :-) to turn our code into a standard network card shouldn't be too much of work and it's acually quite cool to have a wireless network inside qemu. doesn't help much besides increasing t

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

2007-09-20 Thread Blue Swirl
CVSROOT:/cvsroot/qemu Module name:qemu Changes by: Blue Swirl 07/09/20 14:54:22 Modified files: target-sparc : cpu.h helper.c op.c op_helper.c op_mem.h translate.c Log message: Detabify CVSWeb URLs: http://cvs.savannah.gnu.org/viewc

Re: [Qemu-devel] Publicating with QEMU

2007-09-20 Thread Clemens Kolbitsch
On Thursday 20 September 2007 16:08:51 Thiemo Seufer wrote: > Clemens Kolbitsch wrote: > > Hi guys! > > Short question: I'm having a speech at BlackHat Japan in Oktober about > > something I made with qemu. Basically it is a new hardware type (so it is > > just an additional file in the hw-subdirec

Re: [Qemu-devel] Publicating with QEMU

2007-09-20 Thread Thiemo Seufer
Clemens Kolbitsch wrote: > Hi guys! > Short question: I'm having a speech at BlackHat Japan in Oktober about > something I made with qemu. Basically it is a new hardware type (so it is > just an additional file in the hw-subdirectory) --- it's the wireless device > I have been asking questions f

Re: [Qemu-devel] -usbdevice tablet with Fedora-6 64bit guest

2007-09-20 Thread Daniel P. Berrange
On Thu, Sep 20, 2007 at 03:36:26PM +0200, Dan Kenigsberg wrote: > Hi, > > I saw that using the tablet with Linux guest is possible > http://thread.gmane.org/gmane.comp.emulators.qemu/11516 > yet I fail to do that. > > I managed to compile, configure and load the evtouch X module, but still > ther

[Qemu-devel] -usbdevice tablet with Fedora-6 64bit guest

2007-09-20 Thread Dan Kenigsberg
Hi, I saw that using the tablet with Linux guest is possible http://thread.gmane.org/gmane.comp.emulators.qemu/11516 yet I fail to do that. I managed to compile, configure and load the evtouch X module, but still there is no movement of the mouse (after I disabled the default X pointer). I attach

[Qemu-devel] qemu block-raw.c exec-all.h vl.h hw/omap.c

2007-09-20 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski 07/09/20 13:24:53 Modified files: . : block-raw.c exec-all.h vl.h hw : omap.c Log message: Make likely/unlikely accessible also in hw/. Revert the

[Qemu-devel] qemu block-raw.c

2007-09-20 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski 07/09/20 12:42:24 Modified files: . : block-raw.c Log message: Use logfile only when loglevel is set (http://bugzilla.openmoko.org/cgi-bin/bugz illa/show_bug.cgi?id=88

[Qemu-devel] qemu exec-all.h target-alpha/cpu.h target-ppc/c...

2007-09-20 Thread Jocelyn Mayer
CVSROOT:/sources/qemu Module name:qemu Changes by: Jocelyn Mayer 07/09/20 09:44:49 Modified files: . : exec-all.h target-alpha : cpu.h target-ppc : cpu.h Log message: Move likely and unlikely macros in a common place (Aurelien

Re: [Qemu-devel] [PATCH] Move likely()/unlikely() to exec-all.h

2007-09-20 Thread J. Mayer
On Wed, 2007-09-19 at 22:48 +0200, Aurelien Jarno wrote: > Hi all, Hi, > The patch below moves likely()/unlikely() definitions to exec-all.h > from target-alpha/cpu.h and target-ppc/cpu.h. This way they can be used > on other targets. Good idea, I will apply this. Regards. -- J. Mayer <[EMAIL

Re: [Qemu-devel] [PATCH] Partial IDE DVD emulation

2007-09-20 Thread Filip Navara
No changes are required for Bochs BIOS. Sorry for late reply, the message was discarded by spam filter :-/ Best regards, Filip Navara On 9/8/07, Alex Beregszaszi <[EMAIL PROTECTED]> wrote: > > Hi, > > On Sat, 2007-09-08 at 21:21 +0200, Filip Navara wrote: > > Attached patch implements enough of t