Lines Matching full:part
30 A QEMU block device (drive) has a host and a guest part.
34 of which can have up to two devices, and each device is a guest part,
35 and is connected to a host part.
41 The old ways to define block devices define host and guest part
45 The new way keeps the parts separate: you create the host part with
145 automatically. The automatic creation guesses what kind of guest part
146 to create from the host part, like -drive if=scsi. Host and guest
147 part are not cleanly separated.
151 A QEMU character device has a host and a guest part.
153 The old ways to define character devices define host and guest part
156 The new way keeps the parts separate: you create the host part with
164 where FOO-OPTS... is specific to -FOO, and the host part
228 single host part. You need to pass mux=on to -chardev to enable
234 LEGACY-CHARDEV to refer to a host part defined with -chardev.
238 Host and guest part of network devices have always been separate.
240 The old way to define the guest part looks like this:
278 Host and guest part of graphics devices have always been separate.
312 Host and guest part of audio devices have always been separate.
356 Host and guest part of watchdog devices have always been separate.
399 The default NIC is connected to a default part created along with it.