On 11/12/2014 09:16, Pavel Dovgaluk wrote: >>> > > No, it worked well and I deleted _nocache version of that function. >>> > > But I still need _raw one to get the instructions counter. >> > >> > Oh, great. This patch can also go in early. > What's the next? Will you upstream some of the patches to simplify reviewing > of the others?
I'm waiting for Alex to review the PPC bits, but I've already queued these: Paolo Bonzini (9): target-mips: kvm: do not use get_clock() Pavel Dovgalyuk (8): cpu-exec: fix cpu_exec_nocache cpu-exec: reset exception_index correctly icount: set can_do_io outside TB execution icount: introduce cpu_get_icount_raw cpu-exec: invalidate nocache translation if they are interrupted timer: introduce new QEMU_CLOCK_VIRTUAL_RT clock cpus: make icount warp behave well with respect to stop/cont i386: do not cross the pages boundaries in replay mode Also, more get_clock() changes were in Kevin's block pull request. Paolo