mbox series

[0/2] hw: Use TYPE_SYSBUS_OHCI instead of hardcoded string

Message ID 20200703184952.4918-1-f4bug@amsat.org (mailing list archive)
Headers show
Series hw: Use TYPE_SYSBUS_OHCI instead of hardcoded string | expand

Message

Philippe Mathieu-Daudé July 3, 2020, 6:49 p.m. UTC
Trivial patches to use the TYPE_* definitions instead of
hardcoded names.

Philippe Mathieu-Daudé (2):
  hw/arm: Use TYPE_SYSBUS_OHCI instead of hardcoded string
  hw/ppc: Use TYPE_SYSBUS_OHCI instead of hardcoded string

 hw/arm/allwinner-h3.c | 9 +++++----
 hw/arm/pxa2xx.c       | 3 ++-
 hw/display/sm501.c    | 3 ++-
 hw/ppc/sam460ex.c     | 3 ++-
 4 files changed, 11 insertions(+), 7 deletions(-)