summaryrefslogtreecommitdiffstats
path: root/bsd-user
diff options
context:
space:
mode:
authorRichard Henderson2021-03-10 00:42:16 +0100
committerRichard Henderson2021-06-11 18:26:28 +0200
commitfa79cde6ed245629141b5a084f3110b8a3131d60 (patch)
treefee3e843c72829ec24d1b6605de57273abee6cbc /bsd-user
parenttcg: Create tcg_init (diff)
downloadqemu-fa79cde6ed245629141b5a084f3110b8a3131d60.tar.gz
qemu-fa79cde6ed245629141b5a084f3110b8a3131d60.tar.xz
qemu-fa79cde6ed245629141b5a084f3110b8a3131d60.zip
accel/tcg: Merge tcg_exec_init into tcg_init_machine
There is only one caller, and shortly we will need access to the MachineState, which tcg_init_machine already has. Reviewed-by: Luis Pires <luis.pires@eldorado.org.br> Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'bsd-user')
-rw-r--r--bsd-user/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bsd-user/main.c b/bsd-user/main.c
index 270cf2ca70..fe66204b6b 100644
--- a/bsd-user/main.c
+++ b/bsd-user/main.c
@@ -813,7 +813,7 @@ int main(int argc, char **argv)
envlist_free(envlist);
/*
- * Now that page sizes are configured in tcg_exec_init() we can do
+ * Now that page sizes are configured we can do
* proper page alignment for guest_base.
*/
guest_base = HOST_PAGE_ALIGN(guest_base);