mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-25 23:25:24 +00:00
27 lines
724 B
Plaintext
27 lines
724 B
Plaintext
|
LC_ALL=C \
|
||
|
PATH=/bin \
|
||
|
HOME=/home/test \
|
||
|
USER=test \
|
||
|
LOGNAME=test \
|
||
|
QEMU_AUDIO_DRV=none \
|
||
|
/usr/bin/qemu-system-aarch64 \
|
||
|
-name aarch64-vgpu \
|
||
|
-S \
|
||
|
-M virt \
|
||
|
-cpu cortex-a57 \
|
||
|
-m 1024 \
|
||
|
-smp 1,sockets=1,cores=1,threads=1 \
|
||
|
-uuid f3197c89-6457-44fe-b26d-897090ba6541 \
|
||
|
-nodefconfig \
|
||
|
-nodefaults \
|
||
|
-chardev socket,id=charmonitor,\
|
||
|
path=/tmp/lib/domain--1-aarch64-vgpu/monitor.sock,server,nowait \
|
||
|
-mon chardev=charmonitor,id=monitor,mode=readline \
|
||
|
-no-acpi \
|
||
|
-boot c \
|
||
|
-device i82801b11-bridge,id=pci.1,bus=pcie.0,addr=0x1 \
|
||
|
-device pci-bridge,chassis_nr=2,id=pci.2,bus=pci.1,addr=0x0 \
|
||
|
-device ioh3420,port=0x10,chassis=3,id=pci.3,bus=pcie.0,addr=0x2 \
|
||
|
-vnc 127.0.0.1:0 \
|
||
|
-device virtio-gpu-pci,id=video0,bus=pci.2,addr=0x1
|