Re: [Qemu-devel] Guest cannot see more than 1 cpu with -smp

2007-05-26 Thread David Chow
Hi all, Does anyone have any success in SMP? because I saw many people talk about it in the list but personally no success on it. Any help will be appreciated. Thanks. David David Chow wrote: Dear all, With latest qemu 0.9.0, the -smp 2 doesn't work. guest os never sees more than one CPU.

[Qemu-devel] autoexpand images

2007-05-26 Thread Christian Buhtz
Is it possible to create hard-disk images that expand automaticly? Create a 10G image that is realy 2G big, because just 2G are in use but the guest-system see 10G.

[Qemu-devel] Re: autoexpand images

2007-05-26 Thread Christian Buhtz
Christian Buhtz schrieb: Is it possible to create hard-disk images that expand automaticly? Ah, I found the qcow2 image format.

[Qemu-devel] mac os x on qemu?

2007-05-26 Thread Christian Buhtz
Did I understand the docs right that I am able to install MacOS X on qemu if qemu runs under WinXP on a IntelPC?

[Qemu-devel] [M68K] Full extension word format addressing mode

2007-05-26 Thread Andreas Schwab
This patch implements the full extension word format addressing mode in the m68k emulation. I have manually verified that it gets all cases right. Andreas. Index: target-m68k/translate.c === RCS file: /sources/qemu/qemu/target-m68k/

[Qemu-devel] cpu-speed

2007-05-26 Thread Christian Buhtz
Is it possible to manipulate the cpu-speed down?

Re: [Qemu-devel] cpu-speed

2007-05-26 Thread Paul Brook
On Saturday 26 May 2007, Christian Buhtz wrote: > Is it possible to manipulate the cpu-speed down? No. qemu is not cycle accurate, and has no useful way of measuring effective emulated CPU speed. A direct implication of this is that it is not meaningful to try and regulate the "speed" of the emu

Re: [Qemu-devel] [win] front-end

2007-05-26 Thread Ricardo Almeida
On 5/26/07, Christian Buhtz <[EMAIL PROTECTED]> wrote: I downloaded the 0.9.0 for Windows and the current snapshot. There is no front-end for qemu just a commandline. Is there a ergonimic way to config and setup qemu on windows? From the QEmu homepage: http://fabrice.bellard.free.fr/qemu/li

[Qemu-devel] qemu Makefile.target arm-semi.c gdbstub.c qemu-...

2007-05-26 Thread Paul Brook
CVSROOT:/sources/qemu Module name:qemu Changes by: Paul Brook 07/05/26 15:09:38 Modified files: . : Makefile.target arm-semi.c gdbstub.c qemu-doc.texi vl.c linux-user : main.c qemu.h target-m68k: cpu.h op

[Qemu-devel] qemu/linux-user syscall_defs.h

2007-05-26 Thread Paul Brook
CVSROOT:/sources/qemu Module name:qemu Changes by: Paul Brook 07/05/26 15:18:52 Modified files: linux-user : syscall_defs.h Log message: Suppress pointer from integer of different size warning. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/linux-

[Qemu-devel] qemu configure

2007-05-26 Thread Paul Brook
CVSROOT:/sources/qemu Module name:qemu Changes by: Paul Brook 07/05/26 16:38:53 Modified files: . : configure Log message: Reject invalid targets. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/configure?cvsroot=qemu&r1=1.144&r2=1.145

[Qemu-devel] qemu softmmu-semi.h

2007-05-26 Thread Paul Brook
CVSROOT:/sources/qemu Module name:qemu Changes by: Paul Brook 07/05/26 16:46:21 Added files: . : softmmu-semi.h Log message: Add missing file. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/softmmu-semi.h?cvsroot=qemu&rev=1.1

[Qemu-devel] qemu linux-user/main.c target-m68k/cpu.h target...

2007-05-26 Thread Paul Brook
CVSROOT:/sources/qemu Module name:qemu Changes by: Paul Brook 07/05/26 16:52:22 Modified files: linux-user : main.c target-m68k: cpu.h helper.c translate.c Log message: Rework m68k cpu feature flags. CVSWeb URLs: http://cvs.savannah.gnu.org/

[Qemu-devel] qemu Changelog

2007-05-26 Thread Paul Brook
CVSROOT:/sources/qemu Module name:qemu Changes by: Paul Brook 07/05/26 16:56:01 Modified files: . : Changelog Log message: Update Changelog. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/Changelog?cvsroot=qemu&r1=1.135&r2=1.136

[Qemu-devel] qemu .cvsignore

2007-05-26 Thread Paul Brook
CVSROOT:/sources/qemu Module name:qemu Changes by: Paul Brook 07/05/26 16:59:06 Modified files: . : .cvsignore Log message: Ignore m68k-softmmu. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/.cvsignore?cvsroot=qemu&r1=1.19&r2=1.20

[Qemu-devel] qemu cpu-all.h exec.c

2007-05-26 Thread Blue Swirl
CVSROOT:/cvsroot/qemu Module name:qemu Changes by: Blue Swirl 07/05/26 17:36:03 Modified files: . : cpu-all.h exec.c Log message: Implement generic sub-page I/O based on earlier work by J. Mayer. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qem

[Qemu-devel] qemu vl.h hw/cs4231.c hw/esp.c hw/pcnet.c hw/sl...

2007-05-26 Thread Blue Swirl
CVSROOT:/cvsroot/qemu Module name:qemu Changes by: Blue Swirl 07/05/26 17:39:43 Modified files: . : vl.h hw : cs4231.c esp.c pcnet.c slavio_intctl.c slavio_misc.c slavio_serial.c slavio_timer.c

Re: [Qemu-devel] autoexpand images

2007-05-26 Thread Tony Nelson
At 1:15 PM +0200 5/26/07, Christian Buhtz wrote: >Is it possible to create hard-disk images that expand automaticly? >Create a 10G image that is realy 2G big, because just 2G are in use but >the guest-system see 10G. A sparse file will do this for you, on Linux. At least it did it for me. :) If

Re: [Qemu-devel] Re: autoexpand images

2007-05-26 Thread Jannes Faber
On 5/26/07, Christian Buhtz <[EMAIL PROTECTED]> wrote: Christian Buhtz schrieb: > Is it possible to create hard-disk images that expand automaticly? Ah, I found the qcow2 image format. Search for sparse files. Might be more what you are looking for. -- Jannes Faber

Re: [Qemu-devel] [PATCH, MIPS64] 64-bit addressing fixes

2007-05-26 Thread Aurelien Jarno
On Mon, May 21, 2007 at 04:52:05PM +0300, Blue Swirl wrote: > I don't know MIPS, but perhaps you could try this trick used in Sparc: > static inline void gen_jmp_im(target_ulong pc) > { > #ifdef TARGET_SPARC64 >if (pc == (uint32_t)pc) { >gen_op_jmp_im(pc); >} else { >gen_op_

[Qemu-devel] qemu/target-m68k cpu.h translate.c

2007-05-26 Thread Paul Brook
CVSROOT:/sources/qemu Module name:qemu Changes by: Paul Brook 07/05/26 21:16:48 Modified files: target-m68k: cpu.h translate.c Log message: M68k extended addressing modes. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/target-m68k/cpu.h?cvsroot=qe

Re: [Qemu-devel] [M68K] Full extension word format addressing mode

2007-05-26 Thread Paul Brook
On Saturday 26 May 2007, Andreas Schwab wrote: > This patch implements the full extension word format addressing mode in > the m68k emulation. I have manually verified that it gets all cases > right. > + if ((ext & 0x80) == 0) { > + /* base not suppressed */ > + if (base == -1

Re: [Qemu-devel] MIPS64 problem with ethernet

2007-05-26 Thread Aurelien Jarno
On Mon, May 21, 2007 at 10:49:12AM -0500, Jason Wessel wrote: > Aurelien Jarno wrote: > >Jason Wessel a écrit : > > > >>The ethernet device does not come up correctly on a 64 MIPS target with > >>a 64 bit kernel. > >> > > > >Which Ethernet card are you using? The pcnet one is working correct

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

2007-05-26 Thread Paul Brook
CVSROOT:/sources/qemu Module name:qemu Changes by: Paul Brook 07/05/26 22:11:13 Modified files: target-m68k: translate.c Log message: Generate m68k address faults. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/target-m68k/translate.c?cvsroot=qemu

Re: [Qemu-devel] [M68K] Full extension word format addressing mode

2007-05-26 Thread Andreas Schwab
Paul Brook <[EMAIL PROTECTED]> writes: > On Saturday 26 May 2007, Andreas Schwab wrote: >> This patch implements the full extension word format addressing mode in >> the m68k emulation. I have manually verified that it gets all cases >> right. > >> +if ((ext & 0x80) == 0) { >> +/* bas

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

2007-05-26 Thread Paul Brook
CVSROOT:/sources/qemu Module name:qemu Changes by: Paul Brook 07/05/26 23:48:38 Modified files: target-m68k: translate.c Log message: Fix typo in m68k outer displacement addressing (Andreas Schwab). CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/t