Code & Deploy
siGit Code
Git Hosting
Toggle menu
Code
Code Review
Models
Repos
Sign in
Sign in
@samitouri
/
QOSamiQemu
QOSamiQemu
/
stubs
/
async-run-on-cpu.c
Code
Commits
Issues
Pulls
Sessions
CI/CD
master
master
c
11 lines
201 Bytes
Copy permalink
Copy
Raw
1
/*
2
* SPDX-License-Identifier: GPL-2.0-or-later
3
*/
4
5
#include
"qemu/osdep.h"
6
#include
"hw/core/cpu.h"
7
8
void
async_run_on_cpu
(
CPUState
*
cpu
,
run_on_cpu_func
func
,
run_on_cpu_data
data
)
9
{
10
abort
();
11
}