libxl: Use `id` with the "eject" QMP command
authorAnthony PERARD <anthony.perard@citrix.com>
Tue, 11 May 2021 09:28:09 +0000 (10:28 +0100)
committerJulien Grall <jgrall@amazon.com>
Tue, 15 Jun 2021 12:56:26 +0000 (13:56 +0100)
commit0c0b3a7e4a2d65fd252b89b46bdcdb048bb24b6c
treef328acc365a4d80863f93c37d87394d3e4b59b09
parent7c313e8365eb663311a0cf39f77b4f5880244765
libxl: Use `id` with the "eject" QMP command

`device` parameter is deprecated since QEMU 2.8.

This requires changes to the command line introduced by:
    "libxl: Use -device for cd-rom drives"

Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
Reviewed-by: Jason Andryuk <jandryuk@gmail.com>
tools/libs/light/libxl_disk.c