All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-trivial] [PATCH] translate-all: delete prototype for non-existent function
@ 2015-06-01  7:53 ` Paolo Bonzini
  0 siblings, 0 replies; 8+ messages in thread
From: Paolo Bonzini @ 2015-06-01  7:53 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-trivial

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
---
 translate-all.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/translate-all.h b/translate-all.h
index ef9166c..0384640 100644
--- a/translate-all.h
+++ b/translate-all.h
@@ -24,7 +24,6 @@ void tb_invalidate_phys_page_fast(tb_page_addr_t start, int len);
 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 cpu_unlink_tb(CPUState *cpu);
 void tb_check_watchpoint(CPUState *cpu);
 
 #ifdef CONFIG_USER_ONLY
-- 
2.4.1



^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2015-06-02  5:38 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-01  7:53 [Qemu-trivial] [PATCH] translate-all: delete prototype for non-existent function Paolo Bonzini
2015-06-01  7:53 ` [Qemu-devel] " Paolo Bonzini
2015-06-01 17:01 ` [Qemu-trivial] " Eric Blake
2015-06-01 17:01   ` Eric Blake
2015-06-01 18:38 ` [Qemu-trivial] " Peter Crosthwaite
2015-06-01 18:38   ` Peter Crosthwaite
2015-06-02  5:38 ` [Qemu-trivial] " Michael Tokarev
2015-06-02  5:38   ` [Qemu-devel] " Michael Tokarev

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.