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 d3191609e283..be6145a90a9f 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.55.0.543.g5ebe2ebe4ea8
