Re: [Qemu-devel] [RFC PATCH 7/7] target-arm: Hacky implementation of kvm_arch_reset_vcpu() for KVM ARM64

2014-03-14 Thread Pranavkumar Sawargaonkar
Hi Christoffer, On 14 March 2014 09:21, Christoffer Dall christoffer.d...@linaro.org wrote: On Thu, Feb 27, 2014 at 04:05:04PM +0530, Pranavkumar Sawargaonkar wrote: Hi Peter, On 27 February 2014 15:23, Peter Maydell peter.mayd...@linaro.org wrote: On 27 February 2014 06:51, Pranavkumar

Re: [Qemu-devel] [RFC PATCH 7/7] target-arm: Hacky implementation of kvm_arch_reset_vcpu() for KVM ARM64

2014-03-13 Thread Christoffer Dall
On Thu, Feb 27, 2014 at 04:05:04PM +0530, Pranavkumar Sawargaonkar wrote: Hi Peter, On 27 February 2014 15:23, Peter Maydell peter.mayd...@linaro.org wrote: On 27 February 2014 06:51, Pranavkumar Sawargaonkar pranavku...@linaro.org wrote: We need to Feed the kernel back its initial

Re: [Qemu-devel] [RFC PATCH 7/7] target-arm: Hacky implementation of kvm_arch_reset_vcpu() for KVM ARM64

2014-02-27 Thread Pranavkumar Sawargaonkar
Hi Peter, On 27 February 2014 15:23, Peter Maydell peter.mayd...@linaro.org wrote: On 27 February 2014 06:51, Pranavkumar Sawargaonkar pranavku...@linaro.org wrote: We need to Feed the kernel back its initial register state using KVM ioctls for KVM ARM64 (just like KVM ARM). This means we

Re: [Qemu-devel] [RFC PATCH 7/7] target-arm: Hacky implementation of kvm_arch_reset_vcpu() for KVM ARM64

2014-02-27 Thread Peter Maydell
On 27 February 2014 10:35, Pranavkumar Sawargaonkar pranavku...@linaro.org wrote: Hi Peter, On 27 February 2014 15:23, Peter Maydell peter.mayd...@linaro.org wrote: On 27 February 2014 06:51, Pranavkumar Sawargaonkar pranavku...@linaro.org wrote: We need to Feed the kernel back its initial

Re: [Qemu-devel] [RFC PATCH 7/7] target-arm: Hacky implementation of kvm_arch_reset_vcpu() for KVM ARM64

2014-02-26 Thread Pranavkumar Sawargaonkar
On 27 February 2014 12:21, Pranavkumar Sawargaonkar pranavku...@linaro.org wrote: We need to Feed the kernel back its initial register state using KVM ioctls for KVM ARM64 (just like KVM ARM). This means we need to save the initial register state in kvm_arch_init_vcpu() which is not the case