]> git.proxmox.com Git - qemu.git/blame - cpus.h
target-arm: Handle UNDEF cases for Neon 2 regs + scalar forms
[qemu.git] / cpus.h
CommitLineData
296af7c9
BS
1#ifndef QEMU_CPUS_H
2#define QEMU_CPUS_H
3
7277e027 4/* cpus.c */
296af7c9 5int qemu_init_main_loop(void);
7277e027 6void qemu_main_loop_start(void);
296af7c9
BS
7void resume_all_vcpus(void);
8void pause_all_vcpus(void);
b4a3d965 9void cpu_stop_current(void);
296af7c9
BS
10
11/* vl.c */
12extern int smp_cores;
13extern int smp_threads;
296af7c9 14void vm_state_notify(int running, int reason);
472fb0c4 15bool cpu_exec_all(void);
296af7c9
BS
16void set_numa_modes(void);
17void set_cpu_log(const char *optarg);
9a78eead 18void list_cpus(FILE *f, fprintf_function cpu_fprintf, const char *optarg);
296af7c9
BS
19
20#endif