From: David Vrabel <david.vrabel@citrix.com>
To: xen-devel@lists.xen.org
Cc: Anthony PERARD <anthony.perard@gmail.com>
Subject: Re: [RFC 0/6] RFC Linux based stub-domain
Date: Fri, 19 Apr 2013 13:04:43 +0100 [thread overview]
Message-ID: <517132DB.4090303@citrix.com> (raw)
In-Reply-To: <1366225770-1705-1-git-send-email-anthony.perard@citrix.com>
On 17/04/13 20:09, Anthony PERARD wrote:
> Hi all,
>
> Here is the long overdue patch series to bring support for a Linux based
> stubdom which will enable to use QEMU upstream as device model in a stubdom.
>
> The first three patches will provide the necessary to build Linux and a disk
> image for the stubdomain itself. This is created in a separated directory
> "stubdom-linux". Calling `make` in this directory will build Linux and the
> disk. Then a `make install` will copy the two files to the same directory as
> the MiniOS use.
>
> The last three patches are the libxl support. There is a field called
> "stubdomain_version" which is automatically set to the appropriate value,
> depending on the QEMU version used. It call also be set from VM config file.
>
> So, to start a Linux stubdomain, just set those two variables and it shoud
> start:
> device_model_stubdomain_override = 1
> device_model_version = "qemu-xen"
>
> There is few things that does not have support yet and are on my todo list:
> - video output
> - save/restore
> So for now, we have the network and the console and the disk of the domain.
>
> Regards,
>
>
> Anthony PERARD (6):
> linux-stubdomain: Compile QEMU
> linux-stubdomain: Compile Linux
> linux-stubdomain: Build a disk image.
I think this should be done outside of the Xen build system using one of
the existing (embedded) build systems. e.g., Yocto.
David
prev parent reply other threads:[~2013-04-19 12:04 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-04-17 19:09 [RFC 0/6] RFC Linux based stub-domain Anthony PERARD
2013-04-17 19:09 ` [RFC 1/6] linux-stubdomain: Compile QEMU Anthony PERARD
2013-04-17 19:09 ` [RFC 2/6] linux-stubdomain: Compile Linux Anthony PERARD
2013-04-19 10:33 ` Stefano Stabellini
2013-04-22 13:46 ` Anthony PERARD
2013-04-22 13:59 ` Daniel De Graaf
2013-04-22 14:09 ` Samuel Thibault
2013-04-17 19:09 ` [RFC 3/6] linux-stubdomain: Build a disk image Anthony PERARD
2013-04-19 9:26 ` Ian Campbell
2013-04-19 11:58 ` Anthony PERARD
2013-04-19 12:08 ` Ian Campbell
2013-04-19 13:53 ` Samuel Thibault
2013-04-17 19:09 ` [RFC 4/6] libxl: Add "stubdomain_version" to domain_build_info Anthony PERARD
2013-04-19 9:29 ` Ian Campbell
2013-04-22 13:31 ` Anthony PERARD
2013-04-22 14:36 ` Ian Campbell
2013-04-17 19:09 ` [RFC 5/6] libxl: Handle Linux stubdomain specifique QEMU option Anthony PERARD
2013-04-19 9:31 ` Ian Campbell
2013-04-22 13:37 ` Anthony PERARD
2013-04-17 19:09 ` [RFC 6/6] libxl: Build the domain with a Linux based stubdomain Anthony PERARD
2013-04-19 9:17 ` [RFC 0/6] RFC Linux based stub-domain Ian Campbell
2013-04-19 11:11 ` Anthony PERARD
2013-04-19 12:04 ` David Vrabel [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=517132DB.4090303@citrix.com \
--to=david.vrabel@citrix.com \
--cc=anthony.perard@gmail.com \
--cc=xen-devel@lists.xen.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.