mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 15:23:53 -06:00

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)
|
|
{
|
|
}
|