summary refs log tree commit diff stats
path: root/hw/sparc64/sun4u.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* sun4u: remap ebus BAR0 to use unassigned_io_ops instead of alias to PCI IO spaceMark Cave-Ayland2024-03-111-2/+7
* hw/sparc64/sun4u: use pci_init_nic_devices()David Woodhouse2024-02-021-19/+8
* hw/sparc: Simplify memory_region_init_ram_nomigrate() callsPhilippe Mathieu-Daudé2024-01-051-5/+2
* hw/sparc64/ebus: Access memory regions via pci_address_space_io()Philippe Mathieu-Daudé2023-10-191-4/+4
* hw/pci/pci: Remove multifunction parameter from pci_new_multifunction()Bernhard Beschow2023-07-101-3/+2
* hw/char/parallel-isa: Export struct ISAParallelStateBernhard Beschow2023-06-131-1/+1
* hw/sparc64/sun4u: Use MachineClass->default_nic and MachineClass->no_parallelThomas Huth2023-05-221-3/+8
* pci: avoid accessing slot_reserved_mask directly outside of pci.cChuck Zmudzinski2023-04-211-4/+3
* hw/ide: Un-inline ide_set_irq()Philippe Mathieu-Daudé2023-02-271-0/+1
* hw/isa: Rename isa_bus_irqs() -> isa_bus_register_input_irqs()Philippe Mathieu-Daudé2023-02-271-1/+1
* hw/sparc64/sun4u: Keep reference to ISA input IRQs in EbusStatePhilippe Mathieu-Daudé2023-02-271-6/+6
* hw: Remove unused MAX_IDE_BUS defineBALATON Zoltan2022-10-311-1/+0
* hw: Reuse TYPE_I8042 defineBernhard Beschow2022-06-111-1/+1
* machine: use QAPI struct for boot configurationPaolo Bonzini2022-05-121-2/+2
* Warn user if the vga flag is passed but no vga device is createdGautam Agrawal2022-05-091-0/+1
* Remove qemu-common.h include from most unitsMarc-André Lureau2022-04-061-1/+0
* hw/ide: remove 'ide-drive' deviceDaniel P. Berrangé2021-03-181-15/+0
* vl: extract softmmu/datadir.cPaolo Bonzini2020-12-101-0/+1
* sparc64: do not use ram_size globalPaolo Bonzini2020-12-101-2/+2
* sparc: remove bios_namePaolo Bonzini2020-12-101-1/+1
* sabre: don't call sysbus_mmio_map() in sabre_realize()Mark Cave-Ayland2020-10-281-0/+7
* sun4u: use qdev properties instead of legacy m48t59_init() functionMark Cave-Ayland2020-10-181-2/+5
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-181-6/+2
* sabre: Rename SABRE_DEVICE to SABREEduardo Habkost2020-09-091-1/+1
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-4/+8
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-8/+13
* nvram: Exit QEMU if NVRAM cannot contain all -prom-env dataGreg Kurz2020-08-141-1/+1
* qom: Put name parameter before value / visitor parameterMarkus Armbruster2020-07-101-1/+1
* fdc: Reject clash between -drive if=floppy and -global isa-fdcMarkus Armbruster2020-06-231-8/+1
* sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster2020-06-151-6/+6
* isa: Convert uses of isa_create() with CoccinelleMarkus Armbruster2020-06-151-2/+4
* pci: Convert uses of pci_create() etc. manuallyMarkus Armbruster2020-06-151-4/+8
* pci: Convert uses of pci_create() etc. with CoccinelleMarkus Armbruster2020-06-151-4/+4
* qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster2020-06-151-12/+12
* qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster2020-05-151-1/+1
* hw/ide: Do ide_drive_get() within pci_ide_create_devs()BALATON Zoltan2020-03-171-5/+1
* hw: Make MachineClass::is_default a boolean typePhilippe Mathieu-Daudé2020-02-281-1/+1
* hw/core/loader: Let load_elf() populate a field with CPU-specific flagsAleksandar Markovic2020-01-291-2/+3
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-3/+3
* hw: Move M48T59 device from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé2019-10-241-1/+1
* sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster2019-08-161-0/+1
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+2
* hw: Replace global smp variables with MachineState for all remaining archsLike Xu2019-07-051-2/+2
* hw/sparc64: Implement fw_cfg_arch_key_name()Philippe Mathieu-Daudé2019-05-231-0/+19
* hw/sparc64: Explicitly set default_display = "std"Thomas Huth2019-02-141-0/+2
* Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-20190206' into...Peter Maydell2019-02-071-1/+15
|\
| * sun4u: add power_mem_read routinePrasad J Pandit2019-02-061-0/+6
| * hw/sparc64: Create VGA device only if it has really been requestedThomas Huth2019-02-061-1/+9