On Thu, Jul 25, 2024 at 11:31 AM Anthony PERARD
wrote:
>
> On Wed, May 15, 2024 at 10:10:10PM -0400, Jason Andryuk wrote:
> > +static void cdrom_insert_stubdom_parse_fdset_rm(libxl__egc *egc,
> > +libxl__ev_qmp *qmp,
> > +
On Wed, May 15, 2024 at 10:10:10PM -0400, Jason Andryuk wrote:
> +static void cdrom_insert_stubdom_parse_fdset_rm(libxl__egc *egc,
> +libxl__ev_qmp *qmp,
> +const libxl__json_object
> *resp,
> +
On Wed, May 15, 2024 at 10:11 PM Jason Andryuk wrote:
>
> From: Jason Andryuk
Sorry, I mess this up. This From is incorrect.
> From: Jason Andryuk
This is correct.
> Signed-off-by: Jason Andryuk
> Signed-off-by: Jason Andryuk
These are correct.
Regards,
Jason
From: Jason Andryuk
From: Jason Andryuk
To change the cd-rom medium, libxl will:
- QMP eject the medium from QEMU
- block-detach the old PV disk
- block-attach the new PV disk
- QMP change the medium to the new PV disk by fdset-id
The QMP code is reused, and remove and attach are implement