mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-29 04:21:03 +08:00
@@ -1,7 +1,7 @@
|
||||
# virt-viewer
|
||||
|
||||
> Minimal graphical interface for a virtual machine (VM).
|
||||
> Note: 'domain' refers to the name, UUID or ID for the existing VMs (See: tldr virsh).
|
||||
> Note: 'domain' refers to the name, UUID or ID for the existing VMs (See: `tldr virsh`).
|
||||
> More information: <https://manned.org/virt-viewer>.
|
||||
|
||||
- Launch `virt-viewer` with a prompt to select running virtual machines:
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# virt-xml
|
||||
|
||||
> Edit libvirt Domain XML files with explicit command-line options.
|
||||
> Note: 'domain' refers to the name, UUID or ID for the existing VMs (See: tldr virsh).
|
||||
> Note: 'domain' refers to the name, UUID or ID for the existing VMs (See: `tldr virsh`).
|
||||
> More information: <https://github.com/virt-manager/virt-manager/blob/main/man/virt-xml.rst>.
|
||||
|
||||
- List all the suboptions for a specific option:
|
||||
@@ -24,6 +24,6 @@
|
||||
|
||||
`virt-xml {{domain}} --edit --boot bootmenu={{on|off}}`
|
||||
|
||||
- Attach host USB hub to a running VM (See: tldr lsusb):
|
||||
- Attach host USB hub to a running VM (See: `tldr lsusb`):
|
||||
|
||||
`virt-xml {{domain}} --update --add-device --hostdev {{bus}}.{{device}}`
|
||||
|
||||
Reference in New Issue
Block a user