Code & Deploy
siGit Code
Git Hosting
Toggle menu
Code
Code Review
Models
Repos
Sign in
Sign in
@samitouri
/
QOSamiQemu
QOSamiQemu
/
stubs
/
cpu-synchronize-state.c
Code
Commits
Issues
Pulls
Sessions
CI/CD
master
master
c
9 lines
150 Bytes
Copy permalink
Copy
Raw
1
#include
"qemu/osdep.h"
2
#include
"system/hw_accel.h"
3
4
void
cpu_synchronize_state
(
CPUState
*
cpu
)
5
{
6
}
7
void
cpu_synchronize_post_init
(
CPUState
*
cpu
)
8
{
9
}