pub unsafe extern "C" fn panda_snap(name: *mut i8) -> i32Expand description
panda_snap() - Take a guest snapshot. @name: Name that will be assigned to the snapshot.
Take a snapshot of guest state which includes RAM, registers, and some device state including hard drive and assign it the name provided, storing all this in the current qcow.
Return: The value returned by the internal Qemu snapshot taking function, which returns 0 on success.