WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

RE: [Xen-devel] Xen inside Xen with VMX?

To: Morten Hansen <paradigm__82@xxxxxxxxxxx>
Subject: RE: [Xen-devel] Xen inside Xen with VMX?
From: Daniel Stodden <stodden@xxxxxxxxxx>
Date: Fri, 01 Feb 2008 11:31:51 +0100
Cc: xen-devel@xxxxxxxxxxxxxxxxxxx
Delivery-date: Fri, 01 Feb 2008 02:32:23 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <BAY108-W19EA564A918B5D8AFCF418C0370@xxxxxxx>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Organization: Fakultät für Informatik I10, Technische Universität München
References: <BAY108-W29AA42923E886CC6DEA3A3C0370@xxxxxxx> <47A1BA1E.3000305@xxxxxxxxxxxxxxx> <1201786426.6902.22.camel@xxxxxxxxxxxxxxxxxxxx> <BAY108-W19EA564A918B5D8AFCF418C0370@xxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
On Thu, 2008-01-31 at 22:14 +0100, Morten Hansen wrote:

>  But I guess that even stuff like VT-d directed I/O could be
> recursively emulated and yet still have "true" direct I/O for the
> innermost operating system.

AMD's IOMMU docs (used to?) have some useful comments regarding
emulation. Different from CPU virtualization, emulation I/O memory
management is much more interesting in practice, since different from
hvm it's not a VMM-only feature. Most operating systems would use it,
e.g. for remapping 32bit DMA-capable devices to transfers into 64bit
memory space.

Hence, emulation of the machine interface for full virtualization is
indeed quite useful, even without recursion. And yes, it would remain
effective and efficient. It's only control operations which are to be
emulated in shadow structures, running is _not_ subject to emulation.

regards,
daniel

-- 
Daniel Stodden
LRR     -      Lehrstuhl für Rechnertechnik und Rechnerorganisation
Institut für Informatik der TU München             D-85748 Garching
http://www.lrr.in.tum.de/~stodden         mailto:stodden@xxxxxxxxxx
PGP Fingerprint: F5A4 1575 4C56 E26A 0B33  3D80 457E 82AE B0D8 735B



_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>
  • RE: [Xen-devel] Xen inside Xen with VMX?, Daniel Stodden <=