
* get rid of as many extern / function definition in QEMU codebase. * mostly moved cpu / gdb related code. * move qemu snapshot code in dedicated files.
7 lines
149 B
C
7 lines
149 B
C
#pragma once
|
|
|
|
#include "qemu/osdep.h"
|
|
|
|
void libafl_save_qemu_snapshot(char* name, bool sync);
|
|
void libafl_load_qemu_snapshot(char* name, bool sync);
|