aboutsummaryrefslogtreecommitdiff
path: root/accel/dummy-cpus.h
blob: d18dd0fdc51fa0ab579ff5fd49814886670aa75a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * Dummy cpu thread code
 *
 * Copyright IBM, Corp. 2011
 *
 * SPDX-License-Identifier: GPL-2.0-or-later
 */

#ifndef ACCEL_DUMMY_CPUS_H
#define ACCEL_DUMMY_CPUS_H

void dummy_start_vcpu_thread(CPUState *cpu);

#endif