Philippe Mathieu-Daudé
07b29eb378
hw/ppc/sam460ex: Correctly set MAL properties
...
MAL properties are declared as uint8_t:
static Property ppc4xx_mal_properties[] = {
DEFINE_PROP_UINT8("txc-num", Ppc4xxMalState, txcnum, 0),
DEFINE_PROP_UINT8("rxc-num", Ppc4xxMalState, rxcnum, 0),
DEFINE_PROP_END_OF_LIST(),
};
Correct the API use by setting the property using
qdev_prop_set_uint8(). No behavioral change.
Fixes: da116a8aab ("ppc/ppc405: QOM'ify MAL")
Reviewed-by: BALATON Zoltan <balaton@eik.bme.hu>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-Id: <20230203145536.17585-7-philmd@linaro.org>
2023-02-27 22:29:02 +01:00
..
2023-02-05 06:40:28 -03:00
2022-12-21 14:17:55 -03:00
2023-02-05 06:40:28 -03:00
2023-01-08 01:54:22 -05:00
2023-02-06 11:41:39 +00:00
2023-02-06 11:41:39 +00:00
2022-10-28 13:15:22 -03:00
2022-01-04 07:55:34 +01:00
2022-10-17 16:15:09 -03:00
2023-02-27 09:15:38 +01:00
2022-04-06 14:31:55 +02:00
2023-01-20 07:25:10 +01:00
2023-01-20 07:25:10 +01:00
2023-02-27 22:29:02 +01:00
2022-04-20 18:00:30 -03:00
2022-07-12 12:14:56 +02:00
2023-01-20 07:25:18 +01:00
2022-08-31 14:08:05 -03:00
2023-01-20 07:25:10 +01:00
2023-01-20 07:25:10 +01:00
2022-10-28 13:15:23 -03:00
2023-01-08 01:54:22 -05:00
2023-01-18 11:14:34 +01:00
2022-10-17 16:15:09 -03:00
2023-02-08 07:28:05 +01:00
2022-10-17 16:15:09 -03:00
2023-02-08 07:28:05 +01:00
2023-01-08 01:54:22 -05:00
2022-10-28 13:15:22 -03:00
2022-10-17 16:15:09 -03:00
2022-03-21 15:44:44 +01:00
2023-01-04 16:20:01 -08:00
2022-07-18 13:59:43 -03:00
2023-02-27 22:29:02 +01:00
2023-02-27 22:29:02 +01:00
2022-06-28 11:06:02 +02:00
2022-04-04 08:49:06 +02:00
2023-02-08 07:28:05 +01:00
2022-03-21 15:44:44 +01:00
2022-10-28 13:15:22 -03:00
2022-07-06 10:22:37 -03:00
2022-04-06 14:31:55 +02:00
2022-07-28 10:31:54 -03:00
2022-09-22 16:38:28 +01:00
2023-01-08 01:54:22 -05:00
2022-12-21 07:32:24 -05:00
2022-07-06 10:22:37 -03:00
2022-10-28 13:15:22 -03:00
2022-02-28 11:39:35 +01:00
2022-03-07 13:16:49 +00:00
2022-04-06 14:31:55 +02:00
2022-03-02 06:51:40 +01:00
2022-04-06 14:31:55 +02:00
2022-12-21 18:08:09 +00:00
2022-10-28 13:15:23 -03:00
2022-12-21 14:17:55 -03:00
2022-04-20 18:00:30 -03:00