* [Qemu-devel] qemu fast mode
@ 2004-11-07 5:45 Marc Collin
2004-11-09 6:58 ` Herbert Poetzl
0 siblings, 1 reply; 4+ messages in thread
From: Marc Collin @ 2004-11-07 5:45 UTC (permalink / raw)
To: qemu-devel
hi
i would like to use qemu in fast mode
to do it, we need a patched kernel
we can read that here:
http://fabrice.bellard.free.fr/qemu/qemu-doc.html#SEC23
somebody have a kernel 2.6.5.-7.111.... with this modification?
somebody can do it for me or explain me step by step how to do it?
thanks
--
La boîte à prog http://www.laboiteaprog.com
--
La boîte à prog http://www.laboiteaprog.com
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Qemu-devel] qemu fast mode
@ 2004-11-28 23:26 Marc Collin
2004-11-29 15:45 ` Felipe Sanchez
0 siblings, 1 reply; 4+ messages in thread
From: Marc Collin @ 2004-11-28 23:26 UTC (permalink / raw)
To: qemu-devel
hi
i use suse 9.1 kernel 2.6.8-24.3
to use qemu fast mode we need to do:
The kernel must be mapped at 0x90000000 (the default is 0xc0000000). You must
modify only two lines in the kernel source: In `include/asm/page.h', replace
#define __PAGE_OFFSET (0xc0000000)
by
#define __PAGE_OFFSET (0x90000000)
And in `arch/i386/vmlinux.lds', replace
. = 0xc0000000 + 0x100000;
by
. = 0x90000000 + 0x100000;
i changed the value, make bzImage, make modules...
but each time i use the kernel with this hack in grub, the system reboot...
are there any problem with this kernel and qemu fast?
thanks
--
La boîte à prog http://www.laboiteaprog.com
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Qemu-devel] qemu fast mode
2004-11-28 23:26 Marc Collin
@ 2004-11-29 15:45 ` Felipe Sanchez
0 siblings, 0 replies; 4+ messages in thread
From: Felipe Sanchez @ 2004-11-29 15:45 UTC (permalink / raw)
To: os2, qemu-devel
On Sun, 28 Nov 2004, Marc Collin wrote:
> to use qemu fast mode we need to do:
> The kernel must be mapped at 0x90000000 (the default is 0xc0000000). You must
> modify only two lines in the kernel source: In `include/asm/page.h', replace
...
> i changed the value, make bzImage, make modules...
>
> but each time i use the kernel with this hack in grub, the system reboot...
>
> are there any problem with this kernel and qemu fast?
Hi Marc, it seems to me that you are trying to boot the *host* system with
the modified kernel. As I understand the docs, the host kernel shouldn't
need any modifications, the modified kernel should only be running in the
guest system inside qemu-fast's system emulation.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2004-11-29 15:55 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-07 5:45 [Qemu-devel] qemu fast mode Marc Collin
2004-11-09 6:58 ` Herbert Poetzl
-- strict thread matches above, loose matches on Subject: below --
2004-11-28 23:26 Marc Collin
2004-11-29 15:45 ` Felipe Sanchez
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).