qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] OT: Running qemu without host os?


From: Mark Williamson
Subject: Re: [Qemu-devel] OT: Running qemu without host os?
Date: Sun, 23 Jan 2005 01:49:59 +0000
User-agent: KMail/1.7.1

> > Unless all of the guest OSes were modified to be aware that they were
> > sharing hardware (or else some really intelligent dynamic patching was
> > going on), the OSes would step all over eachother.  For instance, one
> > guest OS might put the NIC in promiscuous mode right before another
> > guest OS boots and re-initializes the NIC to non-promiscuous mode.  A
> > third guest OS might then change the MAC address on the NIC and screw
> > up ARP.
>
> Isn't that what xen does? All guest OSes has to be modified to run.

In a situation where you want multiple guests to directly control different 
bits of the hardware, Xen can hide all the "irrelevant" hardware from a guest 
so that it won't tread on other guests' devices.  This technique would be 
applicable to a hypothetical "qemu on bare metal" as well.

Cheers,
Mark




reply via email to

[Prev in Thread] Current Thread [Next in Thread]