mbox series

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

Message ID 20220808110545.62886-1-anthony.perard@citrix.com (mailing list archive)
Headers show
Series libxl: replace deprecated -sdl and -soundhw qemu options | expand

Message

Anthony PERARD Aug. 8, 2022, 11:05 a.m. UTC
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(-)