diff --git a/qemu/include/exec/exec-all.h b/qemu/include/exec/exec-all.h index 93c5f4c2..4cb5e23b 100644 --- a/qemu/include/exec/exec-all.h +++ b/qemu/include/exec/exec-all.h @@ -460,12 +460,6 @@ bool memory_region_is_unassigned(struct uc_struct* uc, MemoryRegion *mr); #endif -/* vl.c */ -extern int singlestep; - -/* cpu-exec.c */ -extern volatile sig_atomic_t exit_request; - /** * cpu_can_do_io: * @cpu: The CPU for which to check IO.