qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [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
* [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

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-28 23:26 [Qemu-devel] qemu fast mode Marc Collin
2004-11-29 15:45 ` Felipe Sanchez
  -- strict thread matches above, loose matches on Subject: below --
2004-11-07  5:45 Marc Collin
2004-11-09  6:58 ` Herbert Poetzl

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).