]> git.proxmox.com Git - mirror_qemu.git/blob - stubs/cpu-synchronize-state.c
tests/unit/test-qga: do not qualify executable paths
[mirror_qemu.git] / stubs / cpu-synchronize-state.c
1 #include "qemu/osdep.h"
2 #include "sysemu/hw_accel.h"
3
4 void cpu_synchronize_state(CPUState *cpu)
5 {
6 }
7 void cpu_synchronize_post_init(CPUState *cpu)
8 {
9 }