[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [Xen-devel] [RFC PATCH 0/2] support xen HVM direct kern
From: |
Ian Campbell |
Subject: |
Re: [Qemu-devel] [Xen-devel] [RFC PATCH 0/2] support xen HVM direct kernel boot |
Date: |
Tue, 3 Jun 2014 10:04:18 +0100 |
On Mon, 2014-06-02 at 21:35 -0600, Chun Yan Liu wrote:
> Now I wonder how does it handle device? (A backend file or partition is also
> a place
> on host.) Stubdom uses qemu-xen-traditional, maybe there is some special
> handling?
> Will have a look.
The stubdom VM has access to PV Xen devices via its own {blk,net}front
etc. When emulating a device it issues the resulting operations via
those devices.
Ian.