-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
Transient adds several hardware devices by default to its QEMU configurations including virtio-scsi-pci (along with scsi-hd's), virtio-net-pci, and a serial device. Each of these should have a config file option to disable their inclusion so that a user can specify their own preferred device types and options to QEMU directly. Notes:
- The (undocumented)
no_virtio_scsioption exists already, butid=fields should probably be added to the-driveoptions it generates so user-added devices can be bound to the proper instance. - The (undocumented)
ssh_net_driveroption also exists, but something likeno_virtio_netwould be more flexible and consistent with the above. -serial stdiois currently added to every machine with SSH enabled, even ifssh_with_serialis disabled, which makes it inaccessible to the user. This behavior should either be changed by default or ano_serialoption added.
Metadata
Metadata
Assignees
Labels
No labels