Philippe Mathieu-Daudé
10997f2d1d
hw/mips: Declare all length properties as unsigned
...
Some length properties are signed, other unsigned:
hw/mips/cps.c:183: DEFINE_PROP_UINT32("num-vp", MIPSCPSState, num_vp, 1),
hw/mips/cps.c:184: DEFINE_PROP_UINT32("num-irq", MIPSCPSState, num_irq, 256),
hw/misc/mips_cmgcr.c:215: DEFINE_PROP_INT32("num-vp", MIPSGCRState, num_vps, 1),
hw/misc/mips_cpc.c:167: DEFINE_PROP_UINT32("num-vp", MIPSCPCState, num_vp, 0x1),
hw/misc/mips_itu.c:552: DEFINE_PROP_INT32("num-fifo", MIPSITUState, num_fifo,
hw/misc/mips_itu.c:554: DEFINE_PROP_INT32("num-semaphores", MIPSITUState,
Since negative values are not used (the minimum is '0'),
unify by declaring all properties as unsigned.
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-Id: <20230203113650.78146-9-philmd@linaro.org>
2023-03-08 00:37:48 +01:00
..
2023-02-27 22:29:02 +01:00
2020-09-14 14:23:19 +01:00
2023-01-12 16:50:19 +00:00
2023-01-12 16:50:19 +00:00
2020-12-18 15:20:17 -05:00
2023-02-14 09:11:27 +01:00
2021-02-11 11:50:14 +00:00
2020-09-18 14:12:32 -04:00
2020-09-18 14:12:32 -04:00
2021-03-08 17:20:02 +00:00
2021-03-08 11:54:16 +00:00
2021-03-08 11:54:16 +00:00
2021-09-01 11:08:18 +01:00
2023-02-07 09:02:05 +01:00
2022-01-20 11:47:53 +00:00
2021-03-09 12:01:28 +01:00
2022-06-30 09:21:14 +02:00
2022-07-14 16:24:38 +02:00
2022-06-30 09:21:13 +02:00
2023-02-07 09:02:05 +01:00
2021-05-01 10:03:52 +02:00
2023-01-18 11:14:34 +01:00
2020-07-11 11:02:05 +02:00
2023-01-12 16:50:19 +00:00
2021-03-08 17:20:01 +00:00
2022-02-21 13:30:20 +00:00
2022-02-21 13:30:20 +00:00
2022-09-14 11:19:39 +01:00
2022-02-21 13:30:20 +00:00
2022-10-22 23:15:40 +02:00
2020-09-18 14:12:32 -04:00
2020-09-18 14:12:32 -04:00
2020-09-23 16:07:44 +01:00
2020-09-18 14:12:32 -04:00
2020-09-18 14:12:32 -04:00
2020-09-18 14:12:32 -04:00
2020-09-18 14:12:32 -04:00
2022-08-08 23:43:11 +02:00
2023-03-02 13:57:50 +01:00
2021-01-08 15:13:39 +00:00
2022-12-15 17:37:47 +00:00
2023-01-05 15:02:08 +00:00
2023-01-05 15:01:11 +00:00
2021-05-02 17:24:50 +02:00
2020-12-10 11:44:55 +00:00
2020-12-10 11:44:55 +00:00
2021-05-02 17:24:50 +02:00
2021-05-02 17:24:50 +02:00
2022-08-01 11:58:02 +02:00
2022-12-15 17:37:47 +00:00
2021-03-08 17:20:01 +00:00
2023-01-18 11:14:34 +01:00
2023-02-14 09:02:42 +01:00
2022-05-08 18:52:37 +01:00
2021-05-02 17:24:50 +02:00
2022-12-16 15:56:55 +00:00
2021-05-02 17:24:50 +02:00
2023-01-06 10:42:55 +10:00
2023-01-06 10:42:55 +10:00
2023-03-02 13:57:50 +01:00
2023-03-08 00:37:48 +01:00
2020-11-03 16:51:13 +01:00
2023-03-08 00:37:48 +01:00
2023-02-06 11:41:39 +00:00
2021-03-08 17:20:03 +00:00
2021-05-10 17:21:54 +01:00
2023-01-18 11:14:34 +01:00
2022-03-18 10:55:15 +00:00
2021-01-12 21:19:02 +00:00
2021-03-12 12:48:56 +00:00
2021-03-12 12:48:56 +00:00
2021-01-12 21:19:02 +00:00
2023-01-12 17:15:09 +00:00
2023-01-12 17:15:09 +00:00
2023-01-12 17:15:09 +00:00
2023-01-12 17:15:09 +00:00
2020-09-18 14:12:32 -04:00
2021-09-20 08:50:59 +02:00
2023-01-08 01:54:22 -05:00
2022-06-09 19:32:49 -04:00
2023-01-08 01:54:22 -05:00
2022-03-06 05:08:23 -05:00
2023-01-12 17:15:09 +00:00
2021-05-02 17:24:50 +02:00
2021-05-02 17:24:50 +02:00
2023-01-26 13:25:07 +01:00
2020-09-09 15:54:19 -07:00
2020-09-18 14:12:32 -04:00
2020-11-10 11:03:48 +00:00
2023-01-12 16:50:19 +00:00
2020-08-21 06:18:24 -04:00
2020-12-08 13:48:57 -05:00
2021-02-08 15:15:32 +01:00
2020-08-28 10:02:46 +01:00
2021-11-09 10:11:27 +01:00
2022-04-21 11:37:03 +01:00
2022-01-28 14:29:46 +00:00
2021-03-12 12:40:09 +00:00
2023-02-23 13:56:14 +01:00
2022-03-18 11:31:20 +00:00
2021-09-13 16:07:20 +01:00