Re: [Qemu-devel] [PATCH v8 4/5] Initial implementation of vGICv3

2015-08-10 Thread Peter Maydell
On 10 August 2015 at 13:06, Pavel Fedin wrote: > Get/put routines are missing, live migration is not possible. This commit message is too terse. Otherwise Reviewed-by: Peter Maydell thanks -- PMM

[Qemu-devel] [PATCH v8 4/5] Initial implementation of vGICv3

2015-08-10 Thread Pavel Fedin
Get/put routines are missing, live migration is not possible. Signed-off-by: Pavel Fedin --- hw/intc/Makefile.objs | 1 + hw/intc/arm_gicv3_kvm.c | 143 2 files changed, 144 insertions(+) create mode 100644 hw/intc/arm_gicv3_kvm.c diff --git