Re: [Qemu-devel] [PATCH v10 4/5] hw/intc: Initial implementation of vGICv3

2015-08-18 Thread Pavel Fedin
Hello! > > Signed-off-by: Pavel Fedin > in v8 you got Peter's R-b. Did you omit it willingly or did you make any > changes since that. A changelog would ease the review in any case. Oops, i just forgot it. Thanks. Will fixup your notes and add it in v11. Kind regards, Pavel Fedin Expert Engin

Re: [Qemu-devel] [PATCH v10 4/5] hw/intc: Initial implementation of vGICv3

2015-08-18 Thread Eric Auger
Hi Pavel, On 08/18/2015 03:33 PM, Pavel Fedin wrote: > This is the initial version of KVM-accelerated GICv3 support. > State load and save are not yet supported, live migration is > not possible. > > In order to get correct class name in a simpler way, gicv3_class_name() > function is implemented,

[Qemu-devel] [PATCH v10 4/5] hw/intc: Initial implementation of vGICv3

2015-08-18 Thread Pavel Fedin
This is the initial version of KVM-accelerated GICv3 support. State load and save are not yet supported, live migration is not possible. In order to get correct class name in a simpler way, gicv3_class_name() function is implemented, similar to gic_class_name(). Signed-off-by: Pavel Fedin --- h