[XEN PATCH 0/2] libxl: replace deprecated -sdl and -soundhw qemu options

Anthony PERARD posted 2 patches 1 year, 8 months ago
Test gitlab-ci passed
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/20220808110545.62886-1-anthony.perard@citrix.com
docs/man/xl.cfg.5.pod.in                  |  6 +++---
tools/libs/light/libxl_types_internal.idl | 10 ++++++++++
tools/libs/light/libxl_dm.c               | 21 +++++++++++++++++++--
3 files changed, 32 insertions(+), 5 deletions(-)
[XEN PATCH 0/2] libxl: replace deprecated -sdl and -soundhw qemu options
Posted by Anthony PERARD 1 year, 8 months ago
Patch series available in this git branch:
https://xenbits.xen.org/git-http/people/aperard/xen-unstable.git br.qemu-deprecated-soundhw-v1

Hi,

There's some more QEMU options that are deprecated. We still don't need to
figure out which QEMU version we are going to run as the options that replace
them already existed in QEMU 1.0, so all the version QEMU upstream that we
could possible use as device model.

Thanks,

Anthony PERARD (2):
  tools/libxl: Replace deprecated -sdl option on QEMU command line
  tools/libxl: Replace deprecated -soundhw on QEMU command line

 docs/man/xl.cfg.5.pod.in                  |  6 +++---
 tools/libs/light/libxl_types_internal.idl | 10 ++++++++++
 tools/libs/light/libxl_dm.c               | 21 +++++++++++++++++++--
 3 files changed, 32 insertions(+), 5 deletions(-)

-- 
Anthony PERARD