aboutsummaryrefslogtreecommitdiff
path: root/hw/sparc64
AgeCommit message (Expand)Author
2024-05-06Merge tag 'qemu-sparc-20240506' of https://github.com/mcayland/qemu into stagingRichard Henderson
2024-05-05hw/sparc64: set iommu_platform=on for virtio devices attached to the sun4u ma...Mark Cave-Ayland
2024-05-03sparc: switch boards to "default y"Paolo Bonzini
2024-03-11sun4u: remap ebus BAR0 to use unassigned_io_ops instead of alias to PCI IO spaceMark Cave-Ayland
2024-02-15hw/sparc64/cpu: Initialize GPIO before realizing CPU devicesPhilippe Mathieu-Daudé
2024-02-02hw/sparc64/sun4u: use pci_init_nic_devices()David Woodhouse
2024-01-05hw/sparc: Simplify memory_region_init_ram_nomigrate() callsPhilippe Mathieu-Daudé
2023-10-19hw/sparc64/ebus: Access memory regions via pci_address_space_io()Philippe Mathieu-Daudé
2023-07-10hw/pci/pci: Remove multifunction parameter from pci_new_multifunction()Bernhard Beschow
2023-06-28Revert "hw/sparc64/niagara: Use blk_name() instead of open-coding it"Markus Armbruster
2023-06-13hw/char/parallel-isa: Export struct ISAParallelStateBernhard Beschow
2023-05-22hw/sparc64/sun4u: Use MachineClass->default_nic and MachineClass->no_parallelThomas Huth
2023-04-21pci: avoid accessing slot_reserved_mask directly outside of pci.cChuck Zmudzinski
2023-02-27hw/ide: Un-inline ide_set_irq()Philippe Mathieu-Daudé
2023-02-27hw/isa: Rename isa_bus_irqs() -> isa_bus_register_input_irqs()Philippe Mathieu-Daudé
2023-02-27hw/sparc64/sun4u: Keep reference to ISA input IRQs in EbusStatePhilippe Mathieu-Daudé
2023-01-20hw/sparc64/niagara: Use blk_name() instead of open-coding itMarkus Armbruster
2023-01-20include/block: Untangle inclusion loopsMarkus Armbruster
2022-10-31hw: Remove unused MAX_IDE_BUS defineBALATON Zoltan
2022-06-11hw: Reuse TYPE_I8042 defineBernhard Beschow
2022-06-08Fix 'writeable' typosPeter Maydell
2022-05-12machine: use QAPI struct for boot configurationPaolo Bonzini
2022-05-09Warn user if the vga flag is passed but no vga device is createdGautam Agrawal
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau
2022-03-21Use g_new() & friends where that makes obvious senseMarkus Armbruster
2021-12-15hw: Replace trivial drive_get_next() by drive_get()Markus Armbruster
2021-06-25hw/block/fdc: Extract ISA floppy controllers to fdc-isa.cPhilippe Mathieu-Daudé
2021-06-02docs: fix references to docs/devel/tracing.rstStefano Garzarella
2021-05-10Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-20210505' into...Peter Maydell
2021-05-04hw/sparc*: Move cpu_check_irqs() to target/sparc/Philippe Mathieu-Daudé
2021-05-04hw/sparc64: Fix code style for checkpatch.plPhilippe Mathieu-Daudé
2021-05-04hw/sparc64: Remove unused "hw/char/serial.h" headerPhilippe Mathieu-Daudé
2021-05-02Do not include exec/address-spaces.h if it's not really necessaryThomas Huth
2021-03-18hw/ide: remove 'ide-drive' deviceDaniel P. Berrangé
2020-12-10vl: extract softmmu/datadir.cPaolo Bonzini
2020-12-10sparc64: do not use ram_size globalPaolo Bonzini
2020-12-10sparc: remove bios_namePaolo Bonzini
2020-10-28sabre: don't call sysbus_mmio_map() in sabre_realize()Mark Cave-Ayland
2020-10-18sun4u: use qdev properties instead of legacy m48t59_init() functionMark Cave-Ayland
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost
2020-09-09sabre: Rename SABRE_DEVICE to SABREEduardo Habkost
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost
2020-08-24Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.2-20200818' into...Peter Maydell
2020-08-21meson: convert hw/arch*Marc-André Lureau
2020-08-21trace: switch position of headers to what Meson requiresPaolo Bonzini
2020-08-14nvram: Exit QEMU if NVRAM cannot contain all -prom-env dataGreg Kurz
2020-07-10qom: Put name parameter before value / visitor parameterMarkus Armbruster
2020-06-23fdc: Reject clash between -drive if=floppy and -global isa-fdcMarkus Armbruster
2020-06-15sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster