Hi; this is the usual target-arm pullreq, mostly just the cpregs migration patchset that I posted a while back.
NB: I've updated my make-pullreq script to create a GPG-signed pull request, but I'm not sure if I got it right -- feedback welcome :-) In particular, target-arm.for-upstream is still a branch name as usual; the signed tag is "pull-target-arm-20130625"; I'm not sure whether the tag should be the thing named in the 'available at' line below rather than the branch. The following changes since commit baf8673ca802cb3ea2cdbe94813441d23bde223b: Merge remote-tracking branch 'stefanha/block' into staging (2013-06-24 14:33:17 -0500) are available in the git repository at: git://git.linaro.org/people/pmaydell/qemu-arm.git target-arm.for-upstream for you to fetch changes up to bdcc150dc44ea96152f05f9e68970b63508d5ae7: target-arm: Make LPAE feature imply V7MP (2013-06-25 18:16:10 +0100) ---------------------------------------------------------------- target-arm queue ---------------------------------------------------------------- Peter Maydell (8): target-arm: Allow special cpregs to have flags set target-arm: Add raw_readfn and raw_writefn to ARMCPRegInfo target-arm: mark up cpregs for no-migrate or raw access target-arm: Convert TCG to using (index,value) list for cp migration target-arm: Initialize cpreg list from KVM when using KVM target-arm: Reinitialize all KVM VCPU registers on reset target-arm: Use tuple list to sync cp regs with KVM target-arm: Make LPAE feature imply V7MP target-arm/Makefile.objs | 1 + target-arm/cpu-qom.h | 24 ++++ target-arm/cpu.c | 4 +- target-arm/cpu.h | 89 ++++++++++++- target-arm/helper.c | 327 +++++++++++++++++++++++++++++++++++++++------- target-arm/kvm-stub.c | 23 ++++ target-arm/kvm.c | 292 +++++++++++++++++++++++++++++++---------- target-arm/kvm_arm.h | 33 +++++ target-arm/machine.c | 134 ++++++++++++------- 9 files changed, 760 insertions(+), 167 deletions(-) create mode 100644 target-arm/kvm-stub.c