]> Git Repo - qemu.git/blobdiff - include/exec/cpu-all.h
cpu: Turn cpu_get_phys_page_debug() into a CPUClass hook
[qemu.git] / include / exec / cpu-all.h
index 5084202217569afef50711c170ac16d14867bf3f..ef16cbd4772695bccde2817e1301301eba47b761 100644 (file)
@@ -428,19 +428,8 @@ int cpu_watchpoint_remove(CPUArchState *env, target_ulong addr,
 void cpu_watchpoint_remove_by_ref(CPUArchState *env, CPUWatchpoint *watchpoint);
 void cpu_watchpoint_remove_all(CPUArchState *env, int mask);
 
-#define SSTEP_ENABLE  0x1  /* Enable simulated HW single stepping */
-#define SSTEP_NOIRQ   0x2  /* Do not use IRQ while single stepping */
-#define SSTEP_NOTIMER 0x4  /* Do not Timers while single stepping */
-
-void cpu_single_step(CPUArchState *env, int enabled);
-
 #if !defined(CONFIG_USER_ONLY)
 
-/* Return the physical page corresponding to a virtual one. Use it
-   only for debugging because no protection checks are done. Return -1
-   if no page found. */
-hwaddr cpu_get_phys_page_debug(CPUArchState *env, target_ulong addr);
-
 /* memory API */
 
 extern ram_addr_t ram_size;
This page took 0.023087 seconds and 4 git commands to generate.