]> git.proxmox.com Git - mirror_qemu.git/blobdiff - translate-all.h
virtio-net: correctly drop truncated packets
[mirror_qemu.git] / translate-all.h
index f7e5932d65dca4d79d29cfb8db5fddda72bf2125..038464005fbc12bb4702828360232dc653c1dae1 100644 (file)
 
 /* translate-all.c */
 void tb_invalidate_phys_page_fast(tb_page_addr_t start, int len);
-void cpu_unlink_tb(CPUState *cpu);
-void tb_check_watchpoint(CPUArchState *env);
+void tb_invalidate_phys_page_range(tb_page_addr_t start, tb_page_addr_t end,
+                                   int is_cpu_write_access);
+void tb_invalidate_phys_range(tb_page_addr_t start, tb_page_addr_t end);
+void tb_check_watchpoint(CPUState *cpu);
+
+#ifdef CONFIG_USER_ONLY
+int page_unprotect(target_ulong address, uintptr_t pc, void *puc);
+#endif
 
 #endif /* TRANSLATE_ALL_H */