Re: [Qemu-devel] qemu-i386 does not start on x86_64 or i686

2007-10-25 Thread Thayne Harbaugh
On Thu, 2007-10-25 at 19:52 -0500, Rob Landley wrote: > On Monday 22 October 2007 8:44:59 am Thayne Harbaugh wrote: > > On Thu, 2007-10-18 at 23:46 +0200, Ronan Keryell wrote: > > > Anybody kind enough to have a look at : > > > http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=446868 > > > > > > I'

[Qemu-devel] qemu-2007-10-26 build error (Added gcc32 -ver)

2007-10-25 Thread 황윤성
gcc32 -g -o qemu-system-cris vl.o osdep.o readline.o monitor.o pci.o console.o loader.o isa_mmio.o cutils.o block.o block-raw.o block-cow.o block-qcow.o aes.o block-vmdk.o block-cloop.o block-dmg.o block-bochs.o block-vpc.o block-vvfat.o block-qcow2.o block-parallels.o irq.o i2c.o smbus.o scsi-

[Qemu-devel] qemu/target-ppc op_helper_mem.h

2007-10-25 Thread Jocelyn Mayer
CVSROOT:/sources/qemu Module name:qemu Changes by: Jocelyn Mayer 07/10/26 00:55:17 Modified files: target-ppc : op_helper_mem.h Log message: For consistency, align the address to the cache line before using it, when invalidating the instruction cach

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

2007-10-25 Thread Jocelyn Mayer
CVSROOT:/sources/qemu Module name:qemu Changes by: Jocelyn Mayer 07/10/26 00:48:01 Modified files: target-ppc : translate.c Log message: Bugfix in PowerPC dcbi instruction: we must do a load before the store, or we'll store random data. Updat

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

2007-10-25 Thread Jocelyn Mayer
CVSROOT:/sources/qemu Module name:qemu Changes by: Jocelyn Mayer 07/10/26 00:46:07 Modified files: target-ppc : translate.c Log message: Pretty dump for specific PowerPC instructions names. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/target-ppc/tra

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

2007-10-25 Thread Jocelyn Mayer
CVSROOT:/sources/qemu Module name:qemu Changes by: Jocelyn Mayer 07/10/26 00:38:38 Modified files: target-ppc : helper.c Log message: Make PowerPC hypervisor resources able to compile, even if not enabled for now. CVSWeb URLs: http://cvs.savannah.gnu.org/vi

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

2007-10-25 Thread Jocelyn Mayer
CVSROOT:/sources/qemu Module name:qemu Changes by: Jocelyn Mayer 07/10/26 00:37:04 Modified files: target-ppc : helper.c Log message: Bugfix: PowerPC 64 slbia never invalidates the first segment entry. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/ta

Re: [Qemu-devel] qemu-i386 does not start on x86_64 or i686

2007-10-25 Thread Rob Landley
On Monday 22 October 2007 8:44:59 am Thayne Harbaugh wrote: > On Thu, 2007-10-18 at 23:46 +0200, Ronan Keryell wrote: > > Anybody kind enough to have a look at : > > http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=446868 > > > > I've asked some other people and they hit the same issue. > > It's no

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

2007-10-25 Thread Jocelyn Mayer
CVSROOT:/sources/qemu Module name:qemu Changes by: Jocelyn Mayer 07/10/25 23:36:08 Modified files: target-ppc : op_helper.c Log message: Fix PowerPC 64x64 bits multiplication overflow check. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/target-ppc/op

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

2007-10-25 Thread Jocelyn Mayer
CVSROOT:/sources/qemu Module name:qemu Changes by: Jocelyn Mayer 07/10/25 23:34:44 Modified files: target-alpha : op.c op_helper.c op_helper.h Log message: Use host-utils for Alpha 64x64 bits multiplications. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qe

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

2007-10-25 Thread Jocelyn Mayer
CVSROOT:/sources/qemu Module name:qemu Changes by: Jocelyn Mayer 07/10/25 23:28:36 Modified files: target-ppc : op.c op_helper.c op_helper.h Log message: Use host-utils for PowerPC 64 64x64 bits multiplications. CVSWeb URLs: http://cvs.savannah.gnu.org/viewc

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

2007-10-25 Thread Jocelyn Mayer
CVSROOT:/sources/qemu Module name:qemu Changes by: Jocelyn Mayer 07/10/25 23:27:04 Modified files: target-ppc : cpu.h Log message: Add PowerPC power-management state check callback. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/target-ppc/cpu.h?cvsro

[Qemu-devel] qemu/target-ppc helper_regs.h translate_init.c

2007-10-25 Thread Jocelyn Mayer
CVSROOT:/sources/qemu Module name:qemu Changes by: Jocelyn Mayer 07/10/25 23:14:51 Modified files: target-ppc : helper_regs.h translate_init.c Log message: Implement power-management for all defined PowerPC CPUs. Fix PowerPC 970MP definition. CVSWeb

Re: [Qemu-devel] qemu host-utils.c

2007-10-25 Thread Thiemo Seufer
J. Mayer wrote: > > On Wed, 2007-10-24 at 18:37 +0100, Thiemo Seufer wrote: > > J. Mayer wrote: > > > > > > On Wed, 2007-10-24 at 12:20 +0200, Fabrice Bellard wrote: > > > > I strongly suggest to reuse my code which was in target-i386/helper.c > > > > revision 1.80 which was far easier to valida

[Qemu-devel] qemu host-utils.c

2007-10-25 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 07/10/25 23:00:04 Modified files: . : host-utils.c Log message: Restore a more maintainable version of the 64bit multiply code. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qem

Re: [Qemu-devel] qemu alpha?

2007-10-25 Thread Rob Landley
On Saturday 20 October 2007 3:59:30 am Sunil Amitkumar Janki wrote: > Rob Landley wrote: > > I'm interested in testing Alpha too, but I haven't seem a > > qemu-system-alpha > > show up yet. Alas, I have no hardware or specific expertise in this > > platform, I'm just trying to build and boot Linux

[Qemu-devel] qemu/target-ppc STATUS

2007-10-25 Thread Jocelyn Mayer
CVSROOT:/sources/qemu Module name:qemu Changes by: Jocelyn Mayer 07/10/25 21:38:16 Modified files: target-ppc : STATUS Log message: Update PowerPC emulation status file. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/target-ppc/STATUS?cvsroot=qemu&r1=

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

2007-10-25 Thread Jocelyn Mayer
CVSROOT:/sources/qemu Module name:qemu Changes by: Jocelyn Mayer 07/10/25 21:37:25 Modified files: target-ppc : translate_init.c Log message: Allow selection of all defined PowerPC 74xx (aka G4) CPUs. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/tar

[Qemu-devel] qemu gdbstub.c monitor.c linux-user/main.c targ...

2007-10-25 Thread Jocelyn Mayer
CVSROOT:/sources/qemu Module name:qemu Changes by: Jocelyn Mayer 07/10/25 21:35:50 Modified files: . : gdbstub.c monitor.c linux-user : main.c target-ppc : cpu.h exec.h helper.c op.c op_helper.c op_helper.h t

[Qemu-devel] qemu gdbstub.c

2007-10-25 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 07/10/25 21:30:37 Modified files: . : gdbstub.c Log message: Fix gdb stub for MIPS64. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/gdbstub.c?cvsroot=qemu&r1=1.66&r2=1.67

Re: [Qemu-devel] [PATCH] Physical hard disk drive for win32

2007-10-25 Thread Thiemo Seufer
Johannes Schindelin wrote: > Hi, > > On Wed, 24 Oct 2007, Thiemo Seufer wrote: > > > Johannes Schindelin wrote: > > > > > Staying backwards compatible in this case is so easy, it is not even > > > funny. (And certainly no reason to groan over having to support it.) > > > > A undirected remark

Re: [Qemu-devel] [Patch] set boot sequence from command line - Take 2

2007-10-25 Thread Dan Kenigsberg
On Thu, Oct 25, 2007 at 10:49:25AM +0200, Bernhard Kauer wrote: > It is perhaps not the best idea to read behind the > end of the boot_device string. It would be safer to > declare boot_device as 'static char boot_device[4]' > and use a strncpy. > > > Bernhard > Thanks for the good catch!

Re: [Qemu-devel] [Patch] set boot sequence from command line

2007-10-25 Thread Bernhard Kauer
It is perhaps not the best idea to read behind the end of the boot_device string. It would be safer to declare boot_device as 'static char boot_device[4]' and use a strncpy. Bernhard > diff --git a/hw/pc.c b/hw/pc.c > index a0c824f..3c552ff 100644 > --- a/hw/pc.c > +++ b/hw/pc.c > +

[Qemu-devel] [PATH] support multipart images in qemu-img convert

2007-10-25 Thread Salvador Fandino
Hi, The attached patch to qemu-img, adds support for multipart images (as those used by VMWare) on the convert operation. Now, the program accepts more than one input image arguments. For instance: $ qemu-img convert -c -f vmdk \ foo-s001.vmdk foo-s002.vmdk foo-s00