aboutsummaryrefslogtreecommitdiff
path: root/hw/misc/macio
AgeCommit message (Expand)Author
2024-04-25hw, target: Add ResetType argument to hold and exit phase methodsPeter Maydell
2024-03-12bulk: Access existing variables initialized to &S->F when availablePhilippe Mathieu-Daudé
2024-02-15hw/misc/macio: Realize IDE controller before accessing itPhilippe Mathieu-Daudé
2023-12-30hw/misc/macio: Constify VMStateRichard Henderson
2023-06-20meson: Replace softmmu_ss -> system_ssPhilippe Mathieu-Daudé
2023-04-28hw: replace most qemu_bh_new calls with qemu_bh_new_guardedAlexander Bulekov
2023-02-27hw/ide: Un-inline ide_set_irq()Philippe Mathieu-Daudé
2023-02-08Drop duplicate #includeMarkus Armbruster
2023-02-06hw/misc/macio: Return bool from functions taking errpBALATON Zoltan
2023-02-06hw/misc/macio: Remove some single use local variablesBALATON Zoltan
2023-02-06hw/misc/macio: Rename sysbus_dev to sbd for consistency and brevityBALATON Zoltan
2023-02-06hw/misc/macio: Avoid some QOM castsBALATON Zoltan
2023-02-06input/adb: Only include header where neededBALATON Zoltan
2023-01-18bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plxPhilippe Mathieu-Daudé
2022-12-16hw/misc: Convert TYPE_MOS6522 subclasses to 3-phase resetPeter Maydell
2022-10-31mac_nvram: Use NVRAM_SIZE constantBALATON Zoltan
2022-10-31hw/ppc/mac.h: Rename to include/hw/nvram/mac_nvram.hBALATON Zoltan
2022-10-31hw/ppc/mac.h: Move macio specific parts out from shared headerBALATON Zoltan
2022-03-09macio/pmu.c: remove redundant codeMark Cave-Ayland
2022-03-09mos6522: use device_class_set_parent_reset() to propagate reset to parentMark Cave-Ayland
2022-03-09mos6522: switch over to use qdev gpios for IRQsMark Cave-Ayland
2022-01-28rtc: Move RTC function prototypes to their own headerPeter Maydell
2021-12-30dma: Let dma_memory_read/write() take MemTxAttrs argumentPhilippe Mathieu-Daudé
2021-11-17pmu: fix pmu vmstate subsection listLaurent Vivier
2021-09-30qbus: Rename qbus_create_inplace() to qbus_init()Peter Maydell
2021-06-02docs: fix references to docs/devel/tracing.rstStefano Garzarella
2021-05-02Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth
2021-01-13macio: don't set user_creatable to falseMark Cave-Ayland
2021-01-13macio: wire macio GPIOs to OpenPIC using sysbus IRQsMark Cave-Ayland
2021-01-13macio: move OpenPIC inside macio-newworld deviceMark Cave-Ayland
2021-01-13macio: move heathrow PIC inside macio-oldworld deviceMark Cave-Ayland
2020-11-12macio: set user_creatable to false in macio_class_init()Mark Cave-Ayland
2020-10-18macio: don't reference serial_hd() directly within the deviceMark Cave-Ayland
2020-09-02mos6522: Rename QOM macrosEduardo Habkost
2020-08-21meson: convert hw/miscMarc-André Lureau
2020-08-21trace: switch position of headers to what Meson requiresPaolo Bonzini
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster
2020-07-10qom: Put name parameter before value / visitor parameterMarkus Armbruster
2020-07-10macio: Tidy up error handling in macio_newworld_realize()Markus Armbruster
2020-07-10qdev: Use returned bool to check for qdev_realize() etc. failureMarkus Armbruster
2020-07-02hw: Fix error API violation around object_property_set_link()Markus Armbruster
2020-06-26pmu: add adb_autopoll_block() and adb_autopoll_unblock() functionsMark Cave-Ayland
2020-06-26cuda: add adb_autopoll_block() and adb_autopoll_unblock() functionsMark Cave-Ayland
2020-06-26pmu: convert to use ADBBusState internal autopoll variablesMark Cave-Ayland
2020-06-26cuda: convert to use ADBBusState internal autopoll variablesMark Cave-Ayland
2020-06-26pmu: honour autopoll_rate_ms when rearming the ADB autopoll timerMark Cave-Ayland
2020-06-26pmu: fix duplicate autopoll mask variableMark Cave-Ayland
2020-06-26cuda: convert ADB autopoll timer from ns to msMark Cave-Ayland
2020-06-15sysbus: Convert qdev_set_parent_bus() use with Coccinelle, part 2Markus Armbruster
2020-06-15macio: Eliminate macio_init_child_obj()Markus Armbruster