ui/xemu: Specify new force param to qmp_blockdev_change_medium

This commit is contained in:
Matt Borgerson 2023-01-23 00:30:40 -07:00
parent b3fe79bc8a
commit 426805f0b3
1 changed files with 1 additions and 1 deletions

View File

@ -1565,7 +1565,7 @@ void xemu_load_disc(const char *path)
Error *err = NULL;
qmp_blockdev_change_medium(true, "ide0-cd1", false, NULL, path,
false, "", false, 0,
false, "", false, false, false, 0,
&err);
xbox_smc_update_tray_state();