]> git.proxmox.com Git - mirror_qemu.git/commit - cputlb.c
cputlb: Change tlb_set_dirty() arg to cpu
authorPeter Crosthwaite <crosthwaitepeter@gmail.com>
Fri, 11 Sep 2015 05:39:42 +0000 (22:39 -0700)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 16 Sep 2015 15:33:33 +0000 (17:33 +0200)
commitbcae01e468d961ad9afaf4148329147e4be209ab
tree3a7f575c31dd14298cdf81852ea71cf91b157d8e
parent9a13565d52bfd321934fb44ee004bbaf5f5913a8
cputlb: Change tlb_set_dirty() arg to cpu

Change tlb_set_dirty() to accept a CPU instead of an env pointer. This
allows for removal of another CPUArchState usage from prototypes that
need to be QOMified.

Signed-off-by: Peter Crosthwaite <crosthwaite.peter@gmail.com>
Message-Id: <d2b1dcbe7945112989861d8ba7369449c11cc273.1441614289.git.crosthwaite.peter@gmail.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
cputlb.c
exec.c
include/exec/cputlb.h