You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

508 B

PLAIN QEMU WITHOUT LIBVIRT

DRAFT

Passthrough can be done with plain qemu without using libvirt.
The general idea of using plain qemu is to avoid managing libvirt configurations and rather use a single script..
So, how can this be achieved?
The script should be written in this order to achieve the same thing which is currently done by libvirt.. \

# SCRIPT TO RUN BEFORE VM LAUNCH - same as libvirt begin

# LAUNCH VM HERE USING QEMU

# SCRIPT TO RUN ON VM END - same as libvirt end