mbox series

[Xen-devel,v3,0/3] tools/libxl: Switch Arm guest type to PVH

Message ID 20181001185721.15467-1-julien.grall@arm.com
Headers show
Series tools/libxl: Switch Arm guest type to PVH | expand

Message

Julien Grall Oct. 1, 2018, 6:57 p.m. UTC
Hi all,

This small patch series adds switch Arm guest type to PVH in libxl. See
patch #2 for the rationale.

Cheers,

Julien Grall (3):
  tools/libxl: Rename libxl__arch_domain_build_info_acpi_setdefault
    to...
  tools/libxl: Deprecate PV fields kernel, ramdisk, cmdline
  tools/libxl: Switch Arm guest type to PVH

 docs/man/xl.cfg.pod.5.in    |  5 +++--
 tools/libxl/libxl_arch.h    |  4 ++--
 tools/libxl/libxl_arm.c     | 28 +++++++++++++++++++++++++---
 tools/libxl/libxl_create.c  | 21 +--------------------
 tools/libxl/libxl_types.idl |  6 +++---
 tools/libxl/libxl_x86.c     |  4 ++--
 tools/xl/xl_parse.c         |  4 ++++
 7 files changed, 40 insertions(+), 32 deletions(-)