Re: [PATCH 07/14] hw/intc/arm_gicv3_its: Sort ITS command list into numeric order

2022-01-27 Thread Richard Henderson
On 1/23/22 05:24, Peter Maydell wrote: The list of #defines for the ITS command packet numbers is neither in alphabetical nor numeric order. Sort it into numeric order. Signed-off-by: Peter Maydell --- hw/intc/gicv3_internal.h | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-)

Re: [PATCH 07/14] hw/intc/arm_gicv3_its: Sort ITS command list into numeric order

2022-01-23 Thread Philippe Mathieu-Daudé via
On 22/1/22 19:24, Peter Maydell wrote: The list of #defines for the ITS command packet numbers is neither in alphabetical nor numeric order. Sort it into numeric order. Signed-off-by: Peter Maydell --- hw/intc/gicv3_internal.h | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-)

[PATCH 07/14] hw/intc/arm_gicv3_its: Sort ITS command list into numeric order

2022-01-22 Thread Peter Maydell
The list of #defines for the ITS command packet numbers is neither in alphabetical nor numeric order. Sort it into numeric order. Signed-off-by: Peter Maydell --- hw/intc/gicv3_internal.h | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/hw/intc/gicv3_internal.h b/hw