It is effectively a u8. The next changes are going to use the uint8_type_info for it.
Signed-off-by: Marc-André Lureau <[email protected]> --- hw/pci/pci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/pci/pci.c b/hw/pci/pci.c index cec065d108f..3bb7ab0cb86 100644 --- a/hw/pci/pci.c +++ b/hw/pci/pci.c @@ -79,7 +79,7 @@ static void prop_pci_busnr_get(Object *obj, Visitor *v, const char *name, } static const PropertyInfo prop_pci_busnr = { - .type = "busnr", + .type = "uint8", .get = prop_pci_busnr_get, }; -- 2.54.0
