summary refs log tree commit diff stats
path: root/hw/misc/macio (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw, target: Add ResetType argument to hold and exit phase methodsPeter Maydell2024-04-252-4/+4
* bulk: Access existing variables initialized to &S->F when availablePhilippe Mathieu-Daudé2024-03-121-2/+1
* hw/misc/macio: Realize IDE controller before accessing itPhilippe Mathieu-Daudé2024-02-151-3/+6
* hw/misc/macio: Constify VMStateRichard Henderson2023-12-305-11/+11
* meson: Replace softmmu_ss -> system_ssPhilippe Mathieu-Daudé2023-06-201-1/+1
* hw: replace most qemu_bh_new calls with qemu_bh_new_guardedAlexander Bulekov2023-04-281-1/+1
* hw/ide: Un-inline ide_set_irq()Philippe Mathieu-Daudé2023-02-271-0/+1
* Drop duplicate #includeMarkus Armbruster2023-02-082-2/+0
* hw/misc/macio: Return bool from functions taking errpBALATON Zoltan2023-02-061-37/+25
* hw/misc/macio: Remove some single use local variablesBALATON Zoltan2023-02-061-8/+5
* hw/misc/macio: Rename sysbus_dev to sbd for consistency and brevityBALATON Zoltan2023-02-061-43/+35
* hw/misc/macio: Avoid some QOM castsBALATON Zoltan2023-02-061-7/+7
* input/adb: Only include header where neededBALATON Zoltan2023-02-062-5/+0
* bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plxPhilippe Mathieu-Daudé2023-01-181-2/+2
* hw/misc: Convert TYPE_MOS6522 subclasses to 3-phase resetPeter Maydell2022-12-162-12/+16
* mac_nvram: Use NVRAM_SIZE constantBALATON Zoltan2022-10-311-1/+1
* hw/ppc/mac.h: Rename to include/hw/nvram/mac_nvram.hBALATON Zoltan2022-10-314-4/+0
* hw/ppc/mac.h: Move macio specific parts out from shared headerBALATON Zoltan2022-10-311-2/+3
* macio/pmu.c: remove redundant codeMark Cave-Ayland2022-03-091-33/+0
* mos6522: use device_class_set_parent_reset() to propagate reset to parentMark Cave-Ayland2022-03-092-2/+4
* mos6522: switch over to use qdev gpios for IRQsMark Cave-Ayland2022-03-092-4/+5
* rtc: Move RTC function prototypes to their own headerPeter Maydell2022-01-282-2/+2
* dma: Let dma_memory_read/write() take MemTxAttrs argumentPhilippe Mathieu-Daudé2021-12-301-4/+6
* pmu: fix pmu vmstate subsection listLaurent Vivier2021-11-171-0/+1
* qbus: Rename qbus_create_inplace() to qbus_init()Peter Maydell2021-09-303-6/+6
* docs: fix references to docs/devel/tracing.rstStefano Garzarella2021-06-021-1/+1
* Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth2021-05-021-1/+0
* macio: don't set user_creatable to falseMark Cave-Ayland2021-01-131-2/+0
* macio: wire macio GPIOs to OpenPIC using sysbus IRQsMark Cave-Ayland2021-01-132-24/+12
* macio: move OpenPIC inside macio-newworld deviceMark Cave-Ayland2021-01-131-10/+9
* macio: move heathrow PIC inside macio-oldworld deviceMark Cave-Ayland2021-01-131-10/+10
* macio: set user_creatable to false in macio_class_init()Mark Cave-Ayland2020-11-121-0/+2
* macio: don't reference serial_hd() directly within the deviceMark Cave-Ayland2020-10-181-4/+0
* mos6522: Rename QOM macrosEduardo Habkost2020-09-022-6/+6
* meson: convert hw/miscMarc-André Lureau2020-08-212-5/+8
* trace: switch position of headers to what Meson requiresPaolo Bonzini2020-08-211-0/+1
* error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster2020-07-103-19/+8
* qom: Put name parameter before value / visitor parameterMarkus Armbruster2020-07-101-3/+3
* macio: Tidy up error handling in macio_newworld_realize()Markus Armbruster2020-07-101-1/+3
* qdev: Use returned bool to check for qdev_realize() etc. failureMarkus Armbruster2020-07-103-16/+8
* hw: Fix error API violation around object_property_set_link()Markus Armbruster2020-07-021-1/+2
* pmu: add adb_autopoll_block() and adb_autopoll_unblock() functionsMark Cave-Ayland2020-06-261-0/+3
* cuda: add adb_autopoll_block() and adb_autopoll_unblock() functionsMark Cave-Ayland2020-06-261-0/+5
* pmu: convert to use ADBBusState internal autopoll variablesMark Cave-Ayland2020-06-261-24/+15
* cuda: convert to use ADBBusState internal autopoll variablesMark Cave-Ayland2020-06-261-33/+23
* pmu: honour autopoll_rate_ms when rearming the ADB autopoll timerMark Cave-Ayland2020-06-261-2/+2
* pmu: fix duplicate autopoll mask variableMark Cave-Ayland2020-06-261-8/+7
* cuda: convert ADB autopoll timer from ns to msMark Cave-Ayland2020-06-261-7/+8
* sysbus: Convert qdev_set_parent_bus() use with Coccinelle, part 2Markus Armbruster2020-06-152-8/+8
* macio: Eliminate macio_init_child_obj()Markus Armbruster2020-06-151-21/+9