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.
Stefano Stabellini (2): xen_backend: introduce xenstore_read_uint64 and xenstore_read_fe_uint64 xen: build on ARM hw/display/xenfb.c | 17 +++++++++-------- hw/xen/xen_backend.c | 18 ++++++++++++++++++ include/hw/xen/xen_backend.h | 2 ++ xen-all.c | 2 +- xen-mapcache.c | 4 ++-- 5 files changed, 32 insertions(+), 11 deletions(-)