* [Qemu-devel] QEMU 0.4 release
@ 2003-06-25 16:49 Fabrice Bellard
2003-06-25 18:17 ` Jens Axboe
2003-06-25 20:23 ` [Qemu-devel] Re: [Bochs-developers] " Robert Millan
0 siblings, 2 replies; 6+ messages in thread
From: Fabrice Bellard @ 2003-06-25 16:49 UTC (permalink / raw)
To: qemu-devel, user-mode-linux-devel, plex86-developers,
bochs-developers
Hi,
The QEMU x86 CPU emulator version 0.4 is available at
http://bellard.org/qemu. QEMU can now launch an unpatched(*) Linux
kernel and give correct execution performances by using dynamic
compilation.
QEMU requires no host kernel patches and no special priviledge in order
to run a Linux kernel. QEMU simulates a serial console and a NE2000
network adapter. X11 applications such as xterm have been launched.
QEMU can be used for example for faster kernel testing/debuging and
virtual hosting.
Enjoy!
Fabrice.
(*) Two bytes must be changed in order to remap the kernel at user
addresses.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Qemu-devel] QEMU 0.4 release
2003-06-25 16:49 [Qemu-devel] QEMU 0.4 release Fabrice Bellard
@ 2003-06-25 18:17 ` Jens Axboe
2003-06-25 22:21 ` Fabrice Bellard
2003-06-25 20:23 ` [Qemu-devel] Re: [Bochs-developers] " Robert Millan
1 sibling, 1 reply; 6+ messages in thread
From: Jens Axboe @ 2003-06-25 18:17 UTC (permalink / raw)
To: qemu-devel
On Wed, Jun 25 2003, Fabrice Bellard wrote:
> Hi,
>
> The QEMU x86 CPU emulator version 0.4 is available at
> http://bellard.org/qemu. QEMU can now launch an unpatched(*) Linux
> kernel and give correct execution performances by using dynamic
> compilation.
>
> QEMU requires no host kernel patches and no special priviledge in order
> to run a Linux kernel. QEMU simulates a serial console and a NE2000
> network adapter. X11 applications such as xterm have been launched.
>
> QEMU can be used for example for faster kernel testing/debuging and
> virtual hosting.
Wow, this is very very cool! Has the hosting been testing on anything
else than x86?
--
Jens Axboe
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Qemu-devel] Re: [Bochs-developers] QEMU 0.4 release
2003-06-25 16:49 [Qemu-devel] QEMU 0.4 release Fabrice Bellard
2003-06-25 18:17 ` Jens Axboe
@ 2003-06-25 20:23 ` Robert Millan
2003-06-26 18:43 ` Jamie Lokier
1 sibling, 1 reply; 6+ messages in thread
From: Robert Millan @ 2003-06-25 20:23 UTC (permalink / raw)
To: Fabrice Bellard
Cc: plex86-developers, qemu-devel, bochs-developers,
user-mode-linux-devel
this is the Bochs mailing list and QEMU's release announcements are
offtopic here. please could you stop that? it just adds more noise
to the bulk of mail everyone recieves from bochs-developers.
On Wed, Jun 25, 2003 at 06:49:45PM +0200, Fabrice Bellard wrote:
> Hi,
>
> The QEMU x86 CPU emulator version 0.4 is available at
> http://bellard.org/qemu. QEMU can now launch an unpatched(*) Linux
> kernel and give correct execution performances by using dynamic
> compilation.
>
> QEMU requires no host kernel patches and no special priviledge in order
> to run a Linux kernel. QEMU simulates a serial console and a NE2000
> network adapter. X11 applications such as xterm have been launched.
>
> QEMU can be used for example for faster kernel testing/debuging and
> virtual hosting.
>
> Enjoy!
>
> Fabrice.
>
> (*) Two bytes must be changed in order to remap the kernel at user
> addresses.
--
Robert Millan
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Qemu-devel] QEMU 0.4 release
2003-06-25 18:17 ` Jens Axboe
@ 2003-06-25 22:21 ` Fabrice Bellard
0 siblings, 0 replies; 6+ messages in thread
From: Fabrice Bellard @ 2003-06-25 22:21 UTC (permalink / raw)
To: qemu-devel
Jens Axboe wrote:
> On Wed, Jun 25 2003, Fabrice Bellard wrote:
>
>>Hi,
>>
>>The QEMU x86 CPU emulator version 0.4 is available at
>>http://bellard.org/qemu. QEMU can now launch an unpatched(*) Linux
>>kernel and give correct execution performances by using dynamic
>>compilation.
>>
>>QEMU requires no host kernel patches and no special priviledge in order
>>to run a Linux kernel. QEMU simulates a serial console and a NE2000
>>network adapter. X11 applications such as xterm have been launched.
>>
>>QEMU can be used for example for faster kernel testing/debuging and
>>virtual hosting.
>
>
> Wow, this is very very cool! Has the hosting been testing on anything
> else than x86?
[I made a private reply but it may interest other people!]
Currently vl only supports x86 as host, but nothing would prevent it
from supporting other hosts provided the host page size is 4 KB. Some
small patches are needed for precise timer support (rdtsc) and to fix
endianness issues in the kernel parameters.
Fabrice.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Qemu-devel] Re: [Bochs-developers] QEMU 0.4 release
2003-06-25 20:23 ` [Qemu-devel] Re: [Bochs-developers] " Robert Millan
@ 2003-06-26 18:43 ` Jamie Lokier
2003-06-26 19:07 ` [Qemu-devel] Re: [uml-devel] " Goetz Bock
0 siblings, 1 reply; 6+ messages in thread
From: Jamie Lokier @ 2003-06-26 18:43 UTC (permalink / raw)
To: Robert Millan
Cc: user-mode-linux-devel, qemu-devel, plex86-developers,
bochs-developers
Robert Millan wrote:
> this is the Bochs mailing list and QEMU's release announcements are
> offtopic here. please could you stop that? it just adds more noise
> to the bulk of mail everyone recieves from bochs-developers.
I disagree. QEMU is potentially quite relevant to the Bochs project,
in much the same way that Plex86 is. Bochs and QEMU are both GPL'd,
and it has been suggested before that QEMU's code translation layer
could be merged into Bochs to give it a portable dynamic translation
mode.
-- Jamie
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Qemu-devel] Re: [uml-devel] QEMU 0.4 release
2003-06-26 18:43 ` Jamie Lokier
@ 2003-06-26 19:07 ` Goetz Bock
0 siblings, 0 replies; 6+ messages in thread
From: Goetz Bock @ 2003-06-26 19:07 UTC (permalink / raw)
To: plex86-developers; +Cc: user-mode-linux-devel, qemu-devel, bochs-developers
> > this is the Bochs mailing list and QEMU's release announcements are
> > offtopic here.
> [ ... ]
Actually this is the uml-devel mailing list, and while the announcemant
was interesting, this discussion is offtopic here. So please cut the
cross-post-list.
Thanks.
--
/"\ Goetz Bock at blacknet dot de -- secure mobile Linux everNETting
\ / (c) 2003 as GNU FDL 1.1
X [ 1. Use descriptive subjects - 2. Edit a reply for brevity - ]
/ \ [ 3. Reply to the list - 4. Read the archive *before* you post ]
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2003-06-26 19:28 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-06-25 16:49 [Qemu-devel] QEMU 0.4 release Fabrice Bellard
2003-06-25 18:17 ` Jens Axboe
2003-06-25 22:21 ` Fabrice Bellard
2003-06-25 20:23 ` [Qemu-devel] Re: [Bochs-developers] " Robert Millan
2003-06-26 18:43 ` Jamie Lokier
2003-06-26 19:07 ` [Qemu-devel] Re: [uml-devel] " Goetz Bock
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).