qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/2] build QEMU with Xen support on ARM
@ 2013-12-18 19:15 Stefano Stabellini
  2013-12-18 19:17 ` [Qemu-devel] [PATCH v2 1/2] xen_backend: introduce xenstore_read_uint64 and xenstore_read_fe_uint64 Stefano Stabellini
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Stefano Stabellini @ 2013-12-18 19:15 UTC (permalink / raw)
  To: qemu-devel; +Cc: Anthony Perard, xen-devel, Stefano Stabellini

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.


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(-)

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-01-03 12:56 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-18 19:15 [Qemu-devel] [PATCH v2 0/2] build QEMU with Xen support on ARM Stefano Stabellini
2013-12-18 19:17 ` [Qemu-devel] [PATCH v2 1/2] xen_backend: introduce xenstore_read_uint64 and xenstore_read_fe_uint64 Stefano Stabellini
2013-12-18 19:17 ` [Qemu-devel] [PATCH v2 2/2] xen: build on ARM Stefano Stabellini
2013-12-18 21:22 ` [Qemu-devel] [Xen-devel] [PATCH v2 0/2] build QEMU with Xen support " Konrad Rzeszutek Wilk
2013-12-20  7:25   ` Fabio Fantoni
2014-01-03 12:55   ` Stefano Stabellini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).