Lines Matching +full:- +full:- +full:root
1 # mach-virt - VirtIO guest (serial console)
6 # $ qemu-system-aarch64 \
7 # -nodefaults \
8 # -readconfig mach-virt-serial.cfg \
9 # -display none -serial mon:stdio \
10 # -cpu host
19 # ---------------------------------------------------------
21 # Using -nodefaults is required to have full control over
24 # such as the PL011 UART, plus a PCI Express Root Bus; the
27 # The PCI Express Root Bus shows up in the guest as:
34 # 00.1c.* PCI bridge (PCI Express Root Ports)
40 # We use '-display none' to prevent QEMU from creating a
42 # this specific configuration, and '-serial mon:stdio' to
65 gic-version = "host"
77 # There are two parts to the firmware: a read-only image
93 # edk2-aarch64 (pkg)
94 # /usr/share/edk2/aarch64/QEMU_EFI-pflash.raw (bin)
95 # /usr/share/edk2/aarch64/vars-template-pflash.raw (var)
103 # qemu-efi (pkg)
107 [drive "uefi-binary"]
114 [drive "uefi-varstore"]
121 # PCI bridge (PCI Express Root Ports)
124 # We create eight PCI Express Root Ports, and we plug them
130 driver = "pcie-root-port"
138 driver = "pcie-root-port"
145 driver = "pcie-root-port"
152 driver = "pcie-root-port"
159 driver = "pcie-root-port"
166 driver = "pcie-root-port"
173 driver = "pcie-root-port"
180 driver = "pcie-root-port"
190 # We use virtio-scsi here so that we can (hot)plug a large
203 driver = "virtio-scsi-pci"
207 [device "scsi-disk"]
208 driver = "scsi-hd"
218 [device "scsi-optical-disk"]
219 driver = "scsi-cd"
221 drive = "optical-disk"
224 [drive "optical-disk"]
233 # We use virtio-net for improved performance over emulated
242 driver = "virtio-net-pci"