All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] tcg: Fix complilation with TCG
@ 2017-11-22  8:41 Juan Quintela
  2017-11-22  9:09 ` no-reply
                   ` (4 more replies)
  0 siblings, 5 replies; 15+ messages in thread
From: Juan Quintela @ 2017-11-22  8:41 UTC (permalink / raw)
  To: qemu-devel; +Cc: dgilbert, lvivier, peterx

This commit started use tb_unlock() and tlb_set_dirty() on non TCG
code.  Add the function as stubs.

commit 27266271977c5a30f2f7d493e042be1897827bdd
Author: Peter Maydell <peter.maydell@linaro.org>
Date:   Mon Nov 20 18:08:27 2017 +0000

    exec.c: Factor out before/after actions for notdirty memory writes
    ....

Signed-off-by: Juan Quintela <quintela@redhat.com>
---
 accel/stubs/tcg-stub.c | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/accel/stubs/tcg-stub.c b/accel/stubs/tcg-stub.c
index 5dd480b1a2..ee575a8718 100644
--- a/accel/stubs/tcg-stub.c
+++ b/accel/stubs/tcg-stub.c
@@ -20,3 +20,11 @@
 void tb_flush(CPUState *cpu)
 {
 }
+
+void tb_unlock(void)
+{
+}
+
+void tlb_set_dirty(CPUState *cpu, target_ulong vaddr)
+{
+}
-- 
2.13.6

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

end of thread, other threads:[~2017-11-24 10:10 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-22  8:41 [Qemu-devel] [PATCH] tcg: Fix complilation with TCG Juan Quintela
2017-11-22  9:09 ` no-reply
2017-11-22 12:01 ` Richard Henderson
2017-11-22 12:03   ` Peter Maydell
2017-11-22 12:08     ` Richard Henderson
2017-11-22 12:14       ` Peter Maydell
2017-11-23 22:08         ` Paolo Bonzini
2017-11-24 10:07           ` Peter Maydell
2017-11-24 10:09             ` Paolo Bonzini
2017-11-22 12:19       ` Dr. David Alan Gilbert
2017-11-22 12:01 ` Peter Maydell
2017-11-22 12:05   ` Juan Quintela
2017-11-22 12:32 ` Philippe Mathieu-Daudé
2017-11-22 22:45   ` Emilio G. Cota
2017-11-23 10:46 ` Peter Maydell

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.