Lines Matching +full:pcie +full:- +full:host +full:- +full:1

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
29 # 00:00.0 Host bridge
40 # We use '-display none' to prevent QEMU from creating a
42 # this specific configuration, and '-serial mon:stdio' to
44 # to the host's stdio; use 'Ctrl+A h' to learn how to
54 # Using less than 1 GiB of memory is probably not going to
61 # same GIC version as the host.
65 gic-version = "host"
77 # There are two parts to the firmware: a read-only image
88 # host, the name of the package containing the firmware
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"]
118 unit = "1"
129 [device "pcie.1"]
130 driver = "pcie-root-port"
131 bus = "pcie.0"
132 addr = "1c.0"
133 port = "1"
134 chassis = "1"
137 [device "pcie.2"]
138 driver = "pcie-root-port"
139 bus = "pcie.0"
140 addr = "1c.1"
144 [device "pcie.3"]
145 driver = "pcie-root-port"
146 bus = "pcie.0"
147 addr = "1c.2"
151 [device "pcie.4"]
152 driver = "pcie-root-port"
153 bus = "pcie.0"
154 addr = "1c.3"
158 [device "pcie.5"]
159 driver = "pcie-root-port"
160 bus = "pcie.0"
161 addr = "1c.4"
165 [device "pcie.6"]
166 driver = "pcie-root-port"
167 bus = "pcie.0"
168 addr = "1c.5"
172 [device "pcie.7"]
173 driver = "pcie-root-port"
174 bus = "pcie.0"
175 addr = "1c.6"
179 [device "pcie.8"]
180 driver = "pcie-root-port"
181 bus = "pcie.0"
182 addr = "1c.7"
190 # We use virtio-scsi here so that we can (hot)plug a large
192 # backed by a qcow2 disk image on the host's filesystem, is
203 driver = "virtio-scsi-pci"
204 bus = "pcie.1"
207 [device "scsi-disk"]
208 driver = "scsi-hd"
211 bootindex = "1"
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
234 # hardware; on the host side, we take advantage of user
242 driver = "virtio-net-pci"
244 bus = "pcie.2"