]> git.proxmox.com Git - qemu.git/commit
kvm: avoid using cpu_single_env
authorBlue Swirl <blauwirbel@gmail.com>
Sat, 8 Sep 2012 12:43:16 +0000 (12:43 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 10 Nov 2012 13:49:20 +0000 (13:49 +0000)
commit4840552601caf1779b3de34bc8ea3fc128a52d04
tree20913231464f2f0507c10afd6433577c800d05be
parentf4359b9ffe895fda6d1ec3dd441cb8a208fb4dce
kvm: avoid using cpu_single_env

Pass around CPUArchState instead of using global cpu_single_env.

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Reviewed-by: Andreas Färber <afaerber@suse.de>
target-i386/kvm.c