[ Version ( deprecated = true , since = "1.0.6" ) ]
public unowned string get_qemu () throws Error
Warning: get_qemu is deprecated.
get the hypervisor binary (usually qemu)
In new code, use get_hv instead
Return the current hypervisor binary (usually qemu).
This is always non-NULL. If it wasn't set already, then this will return the default qemu binary name.
this |
A GuestfsSession object |
the returned string, or NULL on error |