Michael Tokarev hat am Mi 04. Sep, 10:20 (+0300) geschrieben:
> Control: tag -1 + moreinfo
> 
> 04.09.2019 00:54, Jörg Sommer wrote:
> > qemu-system-x86_64 -name Windows -enable-kvm -cpu host,kvm=off -smp 4 -m 6G 
> > -de
> 
> Please show a) the complete command line you used to start qemu, and
> b) the complete output from qemu. Most likely it wrote something interesting
> to stderr before terminating.

```
qemu-system-x86_64 -name Windows \
  -enable-kvm -cpu host,kvm=off -smp 4 -m 6G \
  -device virtio-balloon \
  -monitor stdio -serial none -parallel none \
  -bios /usr/share/qemu/OVMF.fd \
  -drive file=/usr/share/OVMF/OVMF_CODE.fd,format=raw,readonly,if=pflash \
  -drive file=/srv/qemu-win/OVMF_VARS.fd,format=raw,if=pflash \
  -drive file=/dev/sdb,index=1,format=raw,media=disk,if=virtio \
  -nic 
user,id=net0,model=virtio-net-pci,hostname=zenbookwin,smb=/srv/qemu-win/shared-folder
 \
  -k de \
  -vga virtio -display gtk,gl=on \
  -usb -device usb-tablet \
  -soundhw hda
```

```
QEMU 4.1.0 monitor - type 'help' for more information
(qemu) audio: warning: Using timer based audio emulation
```

HTH, Jörg



-- 
Das Recht, seine Meinung zu wechseln, ist eines der wichtigsten
menschlichen Privilegien.
                                                (Robert Peel)

Attachment: signature.asc
Description: PGP signature

Reply via email to