RE: [PATCH 0/3] KVM: arm: Implement software vGICv2 emulation

2015-06-30 Thread Pavel Fedin
Hello! I wonder if these patches would pave the way to support running GICv2 guests on GICv3s without compat support? Yes, it does. I haven't implemented GICv3 bit for this time, but - yes. And it will be a very small addition. Pavel, is this broken GIC you are talking about going to

Re: [PATCH 0/3] KVM: arm: Implement software vGICv2 emulation

2015-06-29 Thread Christoffer Dall
On Mon, Jun 29, 2015 at 4:11 PM, Andre Przywara andre.przyw...@arm.com wrote: Hi, On 29/06/15 13:52, Christoffer Dall wrote: Hi Pavel, [Please cc the kvm/arm list for such patches according to the MAINTAINERS file in the future] On Mon, Jun 29, 2015 at 12:53:46PM +0300, Pavel Fedin wrote:

Re: [PATCH 0/3] KVM: arm: Implement software vGICv2 emulation

2015-06-29 Thread Andre Przywara
Hi, On 29/06/15 13:52, Christoffer Dall wrote: Hi Pavel, [Please cc the kvm/arm list for such patches according to the MAINTAINERS file in the future] On Mon, Jun 29, 2015 at 12:53:46PM +0300, Pavel Fedin wrote: Some hardware (like Raspberry Pi 2) is capable of running KVM, however lacks

Re: [PATCH 0/3] KVM: arm: Implement software vGICv2 emulation

2015-06-29 Thread Christoffer Dall
Hi Pavel, [Please cc the kvm/arm list for such patches according to the MAINTAINERS file in the future] On Mon, Jun 29, 2015 at 12:53:46PM +0300, Pavel Fedin wrote: Some hardware (like Raspberry Pi 2) is capable of running KVM, however lacks functional vGIC registers. This series introduces

Re: [PATCH 0/3] KVM: arm: Implement software vGICv2 emulation

2015-06-29 Thread Marc Zyngier
Hi Pavel, On 29/06/15 10:53, Pavel Fedin wrote: Some hardware (like Raspberry Pi 2) is capable of running KVM, however lacks functional vGIC registers. This series introduces software vGIC emulation for such machines, allowing to fully use virtualization capabilities I'm really not keen on

[PATCH 0/3] KVM: arm: Implement software vGICv2 emulation

2015-06-29 Thread Pavel Fedin
Some hardware (like Raspberry Pi 2) is capable of running KVM, however lacks functional vGIC registers. This series introduces software vGIC emulation for such machines, allowing to fully use virtualization capabilities Pavel Fedin (3): KVM: arm: Add basic infrastructure for software vGIC

Re: [PATCH 0/3] KVM: arm: Implement software vGICv2 emulation

2015-06-29 Thread Marc Zyngier
On 29/06/15 15:11, Andre Przywara wrote: Hi, On 29/06/15 13:52, Christoffer Dall wrote: Hi Pavel, [Please cc the kvm/arm list for such patches according to the MAINTAINERS file in the future] On Mon, Jun 29, 2015 at 12:53:46PM +0300, Pavel Fedin wrote: Some hardware (like Raspberry Pi