I came across some Xen oddities I couldn't help to clean up. These
patches
 - simplify the build
 - remove a win32 breakage from xen-mapcache.h
 - move the map cache functions out of the generic name space

Jan Kiszka (4):
  xen: Clean up build system
  xen: Uninline xen_unmap_block
  xen: Clean up map cache API naming
  xen: Fold CONFIG_XEN_MAPCACHE into CONFIG_XEN

 Makefile.objs       |    4 +-
 Makefile.target     |   14 +-----------
 configure           |    5 +---
 exec.c              |   25 ++++++++++++-----------
 hw/xen.h            |    9 --------
 trace-events        |    6 ++--
 xen-all.c           |    4 +-
 xen-mapcache-stub.c |   44 -------------------------------------------
 xen-mapcache.c      |   52 ++++++++++++++++++++++++++++++++------------------
 xen-mapcache.h      |   30 +++++++---------------------
 xen-stub.c          |   29 ++++++++++++++++++++++++++++
 11 files changed, 93 insertions(+), 129 deletions(-)
 delete mode 100644 xen-mapcache-stub.c


Reply via email to