get_qemu
Description:
Warning: get_qemu is deprecated.
get the hypervisor binary (usually qemu)
Note:
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.
Parameters:
this |
A GuestfsSession object |
Returns:
the returned string, or NULL on error |