hw/usb: Replace type_register() with type_register_static()
authorZhao Liu <zhao1.liu@intel.com>
Tue, 29 Oct 2024 08:59:26 +0000 (16:59 +0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 10 Dec 2024 17:49:25 +0000 (18:49 +0100)
commit220a81eb2f08c33eeb91deab4fd43bd2853313b9
tree158f598a8240030a2124a7440f37783692ff9ab3
parentbead9801750b8cd6da257cbf38ec184d40e02f47
hw/usb: Replace type_register() with type_register_static()

Replace type_register() with type_register_static() because
type_register() will be deprecated.

Signed-off-by: Zhao Liu <zhao1.liu@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Link: https://lore.kernel.org/r/20241029085934.2799066-9-zhao1.liu@intel.com
hw/usb/hcd-ehci-pci.c
hw/usb/hcd-uhci.c