Re: [PATCH v3 2/5] intc: add goldfish-pic

2021-03-04 Thread Philippe Mathieu-Daudé
On 3/4/21 11:01 PM, Laurent Vivier wrote: > Implement the goldfish pic device as defined in > > https://android.googlesource.com/platform/external/qemu/+/master/docs/GOLDFISH-VIRTUAL-HARDWARE.TXT > > Signed-off-by: Laurent Vivier > --- > include/hw/intc/goldfish_pic.h | 33 + > hw/intc/

[PATCH v3 2/5] intc: add goldfish-pic

2021-03-04 Thread Laurent Vivier
Implement the goldfish pic device as defined in https://android.googlesource.com/platform/external/qemu/+/master/docs/GOLDFISH-VIRTUAL-HARDWARE.TXT Signed-off-by: Laurent Vivier --- include/hw/intc/goldfish_pic.h | 33 + hw/intc/goldfish_pic.c | 214