Changes between Version 4 and Version 5 of Ticket #18541, comment 13
- Timestamp:
- Aug 8, 2023, 6:49:00 AM (16 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18541, comment 13
v4 v5 38 38 The version of QEMU doesn't matter. The behavior is exactly the same on: 39 39 40 QEMU emulator version 7.2.1 41 QEMU emulator version 7.2.5 42 QEMU emulator version 8.0.92 (v8.1.0-rc2-80-g0450cf0897) 40 * QEMU emulator version 7.2.1 41 42 * QEMU emulator version 7.2.5 43 44 * QEMU emulator version 8.0.92 (v8.1.0-rc2-80-g0450cf0897) 43 45 44 46 This happens without any virt-manager involved. The command-line that triggers it every time is: 45 47 46 48 {{{ 47 qemu-system-x86_64 -usbdevice tablet -smp 12 -m 2G -net user,hostfwd=tcp::25723-:22 -net nic -drive file=haiku64.raw,format=raw -boot menu=on -vga vmware -enable-kvm -cpu host,host-phys-bits 49 qemu-system-x86_64 -usbdevice tablet -smp 12 -m 2G \ 50 -net user,hostfwd=tcp::25723-:22 -net nic \ 51 -drive file=haiku64.raw,format=raw -boot menu=on \ 52 -vga vmware -enable-kvm -cpu host,host-phys-bits 48 53 }}} 49 54