[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-commits] [qemu/qemu] 8f2c4c: tcg: Fix compilation without TCG
From: |
GitHub |
Subject: |
[Qemu-commits] [qemu/qemu] 8f2c4c: tcg: Fix compilation without TCG |
Date: |
Thu, 23 Nov 2017 02:45:25 -0800 |
Branch: refs/heads/master
Home: https://github.com/qemu/qemu
Commit: 8f2c4cbc76cd37c22d0ed9a23b833690e6c405b2
https://github.com/qemu/qemu/commit/8f2c4cbc76cd37c22d0ed9a23b833690e6c405b2
Author: Juan Quintela <address@hidden>
Date: 2017-11-23 (Thu, 23 Nov 2017)
Changed paths:
M accel/stubs/tcg-stub.c
Log Message:
-----------
tcg: Fix compilation without TCG
Commit 27266271977c started to use tb_unlock() and tlb_set_dirty() on
non TCG code. Add the functions as stubs, so that builds with TCG
disabled continue to compile.
Signed-off-by: Juan Quintela <address@hidden>
Acked-by: Richard Henderson <address@hidden>
Reviewed-by: Philippe Mathieu-Daudé <address@hidden>
[PMM: tweaked commit message]
Signed-off-by: Peter Maydell <address@hidden>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Qemu-commits] [qemu/qemu] 8f2c4c: tcg: Fix compilation without TCG,
GitHub <=