mirror of
https://gitlab.com/qemu-project/qemu
synced 2024-11-05 20:35:44 +00:00
878096eeb2
Make cpustats monitor command available unconditionally. Prepares for changing kvm_handle_internal_error() and kvm_cpu_exec() arguments to CPUState. Signed-off-by: Andreas Färber <afaerber@suse.de>
6 lines
82 B
C
6 lines
82 B
C
#include "qemu-common.h"
|
|
#include "qom/cpu.h"
|
|
|
|
void cpu_resume(CPUState *cpu)
|
|
{
|
|
}
|