Code & Deploy
siGit Code
Git Hosting
Toggle menu
Code
Code Review
Models
Repos
Sign in
Sign in
@samitouri
/
QOSamiQemu
QOSamiQemu
/
stubs
/
cpus-queue.c
Code
Commits
Issues
Pulls
Sessions
CI/CD
master
master
c
8 lines
162 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
CPUTailQ
cpus_queue
=
QTAILQ_HEAD_INITIALIZER
(
cpus_queue
);