]> git.ipfire.org Git - thirdparty/qemu.git/commit
linux-user: update comments to point to tcg_exec_init()
authorIgor Mammedov <imammedo@redhat.com>
Thu, 17 May 2018 11:51:17 +0000 (13:51 +0200)
committerLaurent Vivier <laurent@vivier.eu>
Fri, 25 May 2018 08:10:55 +0000 (10:10 +0200)
commit2b5249b85cd9daaca3ea0a9ecab81c3e41cf9f55
treed489c83b74e55d33ba61a80152d43ec6b1ff0f04
parentc1e703f55814fe0fb95b6f0e5a1eff571455d08f
linux-user: update comments to point to tcg_exec_init()

cpu_init() was replaced by cpu_create() since 2.12 but comments
weren't updated. So update stale comments to point that page
sizes arei actually initialized by tcg_exec_init(). Also move
another qemu_host_page_size related comment before tcg_exec_init()
where it belongs.

Signed-off-by: Igor Mammedov <imammedo@redhat.com>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Message-Id: <1526557877-293151-1-git-send-email-imammedo@redhat.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
bsd-user/main.c
linux-user/main.c