Re: [PATCH v5 07/13] ARM: KVM: Emulation framework and CP15 emulation

2011-12-12 Thread Avi Kivity
On 12/11/2011 12:25 PM, Christoffer Dall wrote: From: Christoffer Dall cd...@cs.columbia.edu Adds a new important function in the main KVM/ARM code called handle_exit() which is called from kvm_arch_vcpu_ioctl_run() on returns from guest execution. This function examines the

Re: [PATCH v5 07/13] ARM: KVM: Emulation framework and CP15 emulation

2011-12-12 Thread Christoffer Dall
On Mon, Dec 12, 2011 at 8:44 AM, Avi Kivity a...@redhat.com wrote: On 12/11/2011 12:25 PM, Christoffer Dall wrote: From: Christoffer Dall cd...@cs.columbia.edu Adds a new important function in the main KVM/ARM code called handle_exit() which is called from kvm_arch_vcpu_ioctl_run() on returns

[PATCH v5 07/13] ARM: KVM: Emulation framework and CP15 emulation

2011-12-11 Thread Christoffer Dall
From: Christoffer Dall cd...@cs.columbia.edu Adds a new important function in the main KVM/ARM code called handle_exit() which is called from kvm_arch_vcpu_ioctl_run() on returns from guest execution. This function examines the Hyp-Syndrome-Register (HSR), which contains information telling KVM