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 4298adf5a0a..c65cf6e089b 100644 --- a/hw/pci/pci.c +++ b/hw/pci/pci.c @@ -72,7 +72,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
