On 3/1/20 2:40 AM, Eric Auger wrote: > +#define VIRT_GIC_VERSION_MAX (-1) > +#define VIRT_GIC_VERSION_HOST 0 > +#define VIRT_GIC_VERSION_2 2 > +#define VIRT_GIC_VERSION_3 3
Any reason this shouldn't be enum VirtGICType? Anyway, this is an improvement. Reviewed-by: Richard Henderson <[email protected]> r~
