qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [Xen-devel] [PATCH v2 0/2] build QEMU with Xen support


From: Fabio Fantoni
Subject: Re: [Qemu-devel] [Xen-devel] [PATCH v2 0/2] build QEMU with Xen support on ARM
Date: Fri, 20 Dec 2013 08:25:22 +0100

2013/12/18 Konrad Rzeszutek Wilk <address@hidden>
On Wed, Dec 18, 2013 at 07:15:43PM +0000, Stefano Stabellini wrote:
> Hi all,
> the xenpv machine provides Xen paravirtualized backends for console,
> disk and framebuffer. xenfb in particular is the only open source
> framebuffer backend available.
> On ARM we don't need QEMU to emulate any hardware but xenpv would still
> be useful at least to provide xenfb.
> This patch series allows QEMU to build and run (xenpv) with Xen support
> on ARM.
>

This should work out of the box (with changes to the toolstack) to work
under x86 right? I would have to do some 'vga=none' to disable the VGA
framebuffer?

With this you can disable emulated vga:
http://lists.xen.org/archives/html/xen-devel/2013-12/msg00725.html
About xenfb FWIK you need also another patch already posted to support xenfb on hvm domUs:
http://lists.xen.org/archives/html/xen-devel/2013-12/msg02592.html

I already tested vga=none but not xenfb on hvm for now.
 

>
> Changes in v2:
> - use SCNu64 instead of PRIu64 with sscanf;
> - assert mfn == (xen_pfn_t)mfn;
> - use HOST_LONG_BITS to check for QEMU's address space size.
>
>
> Stefano Stabellini (2):
>       xen_backend: introduce xenstore_read_uint64 and xenstore_read_fe_uint64
>       xen: build on ARM
>
>  hw/display/xenfb.c           |   18 ++++++++++--------
>  hw/xen/xen_backend.c         |   18 ++++++++++++++++++
>  include/hw/xen/xen_backend.h |    2 ++
>  xen-all.c                    |    2 +-
>  xen-mapcache.c               |    4 ++--
>  5 files changed, 33 insertions(+), 11 deletions(-)
>
> _______________________________________________
> Xen-devel mailing list
> address@hidden
> http://lists.xen.org/xen-devel

_______________________________________________
Xen-devel mailing list
address@hidden
http://lists.xen.org/xen-devel


reply via email to

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