Changes between Version 4 and Version 5 of Ticket #18541, comment 13


Ignore:
Timestamp:
Aug 8, 2023, 6:49:00 AM (16 months ago)
Author:
johnsonjh

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #18541, comment 13

    v4 v5  
    3838The version of QEMU doesn't matter.  The behavior is exactly the same on:
    3939
    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)
    4345
    4446This happens without any virt-manager involved.  The command-line that triggers it every time is:
    4547
    4648{{{
    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
     49qemu-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
    4853}}}
    4954