Re: [PATCH 6/7] KVM: arm64: re-factor hyp.S debug register code

2014-12-02 Thread Christoffer Dall
On Mon, Dec 01, 2014 at 11:52:44AM +, Alex Bennée wrote: Christoffer Dall christoffer.d...@linaro.org writes: On Tue, Nov 25, 2014 at 04:10:04PM +, Alex Bennée wrote: This is a pre-cursor to sharing the code with the guest debug support. This replaces the big macro that fishes

Re: [PATCH 6/7] KVM: arm64: re-factor hyp.S debug register code

2014-12-01 Thread Alex Bennée
Christoffer Dall christoffer.d...@linaro.org writes: On Tue, Nov 25, 2014 at 04:10:04PM +, Alex Bennée wrote: This is a pre-cursor to sharing the code with the guest debug support. This replaces the big macro that fishes data out of a fixed location with a more general helper macro to

Re: [PATCH 6/7] KVM: arm64: re-factor hyp.S debug register code

2014-11-30 Thread Christoffer Dall
On Tue, Nov 25, 2014 at 04:10:04PM +, Alex Bennée wrote: This is a pre-cursor to sharing the code with the guest debug support. This replaces the big macro that fishes data out of a fixed location with a more general helper macro to restore a set of debug registers. It uses macro

Re: [PATCH 6/7] KVM: arm64: re-factor hyp.S debug register code

2014-11-26 Thread Andrew Jones
On Tue, Nov 25, 2014 at 04:10:04PM +, Alex Bennée wrote: This is a pre-cursor to sharing the code with the guest debug support. This replaces the big macro that fishes data out of a fixed location with a more general helper macro to restore a set of debug registers. It uses macro

[PATCH 6/7] KVM: arm64: re-factor hyp.S debug register code

2014-11-25 Thread Alex Bennée
This is a pre-cursor to sharing the code with the guest debug support. This replaces the big macro that fishes data out of a fixed location with a more general helper macro to restore a set of debug registers. It uses macro substitution so it can be re-used for debug control and value registers.