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
..
2022-01-04 07:55:34 +01:00
2022-04-20 18:00:30 -03:00
2022-08-31 14:08:05 -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
2022-10-17 16:15:09 -03:00
2022-06-28 11:06:02 +02:00
2023-02-08 07:28:05 +01:00
2022-12-21 18:08:09 +00:00