mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 01:03:55 -06:00
ide, vl: turn -win2k-hack into a property on IDE devices
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
dcaff46101
commit
d13f40357b
7 changed files with 8 additions and 5 deletions
|
@ -3265,7 +3265,7 @@ void qemu_init(int argc, char **argv)
|
|||
pid_file = optarg;
|
||||
break;
|
||||
case QEMU_OPTION_win2k_hack:
|
||||
win2k_install_hack = 1;
|
||||
object_register_sugar_prop("ide-device", "win2k-install-hack", "true", true);
|
||||
break;
|
||||
case QEMU_OPTION_acpitable:
|
||||
opts = qemu_opts_parse_noisily(qemu_find_opts("acpi"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue