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.
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.
Christian Buhtz schrieb:
Is it possible to create hard-disk images that expand automaticly?
Ah, I found the qcow2 image format.
Did I understand the docs right that I am able to install MacOS X on
qemu if qemu runs under WinXP on a IntelPC?
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/
Is it possible to manipulate the cpu-speed down?
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
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
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
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-
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
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
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/
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
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
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
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
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
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
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_
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
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
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
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
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
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
26 matches
Mail list logo