summaryrefslogtreecommitdiffstats
path: root/hw/sparc/sun4m.c
Commit message (Expand)AuthorAgeFilesLines
* machine: make memory-backend a link propertyPaolo Bonzini2022-05-121-3/+2Star
* 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/+2
* Remove qemu-common.h include from most unitsMarc-André Lureau2022-04-061-1/+0Star
* sun4m: fix setting CPU id when more than one CPU is presentMark Cave-Ayland2021-09-081-1/+1
* hw/sparc*: Move cpu_check_irqs() to target/sparc/Philippe Mathieu-Daudé2021-05-041-32/+0Star
* hw/sparc/sun4m: Move each sun4m_hwdef definition in its class_initPhilippe Mathieu-Daudé2021-05-041-130/+118Star
* hw/sparc/sun4m: Fix code style for checkpatch.plPhilippe Mathieu-Daudé2021-05-041-9/+9
* hw/sparc/sun4m: Register machine types in sun4m_machine_types[]Philippe Mathieu-Daudé2021-05-041-64/+36Star
* hw/sparc/sun4m: Factor out sun4m_machine_class_init()Philippe Mathieu-Daudé2021-05-041-95/+8Star
* hw/sparc/sun4m: Introduce Sun4mMachineClassPhilippe Mathieu-Daudé2021-05-041-11/+39
* hw/sparc/sun4m: Have sun4m machines inherit new TYPE_SUN4M_MACHINEPhilippe Mathieu-Daudé2021-05-041-9/+21
* hw: Replace anti-social QOM type namesMarkus Armbruster2021-03-191-6/+6
* esp: rename existing ESP QOM type to SYSBUS_ESPMark Cave-Ayland2021-03-071-1/+1
* sun4m: don't connect two qemu_irqs directly to the same inputMark Cave-Ayland2021-01-061-5/+19
* vl: extract softmmu/datadir.cPaolo Bonzini2020-12-101-0/+1
* sparc: remove bios_namePaolo Bonzini2020-12-101-1/+1
* sparc32-ledma: don't reference nd_table directly within the deviceMark Cave-Ayland2020-10-281-8/+13
* sun4m: use qdev properties instead of legacy m48t59_init() functionMark Cave-Ayland2020-10-181-2/+8
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-181-6/+2Star
* esp: Rename ESP_STATE to ESPEduardo Habkost2020-09-091-1/+1
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-5/+8
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-8/+13
* sparc/sun4m: Use start-powered-off CPUState propertyThiago Jung Bauermann2020-09-081-19/+6Star
* sparc/sun4m: Don't set cs->halted = 0 in main_cpu_reset()Thiago Jung Bauermann2020-09-081-1/+0Star
* 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
* sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster2020-06-151-16/+16
* qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster2020-06-151-32/+32
* hw/misc/empty_slot: Name the slots when createdPhilippe Mathieu-Daudé2020-06-091-3/+7
* hw/misc/empty_slot: Move the 'hw/misc' and cover in MAINTAINERSPhilippe Mathieu-Daudé2020-06-091-1/+1
* hw/sparc/sun4m: Use UnimplementedDevice for I/O devicesPhilippe Mathieu-Daudé2020-06-091-4/+7
* qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster2020-05-151-2/+2
* qom: Drop object_property_set_description() parameter @errpMarkus Armbruster2020-05-151-2/+1Star
* hw: Make MachineClass::is_default a boolean typePhilippe Mathieu-Daudé2020-02-281-1/+1
* sparc/sun4m: use memdev for RAMIgor Mammedov2020-02-191-37/+37
* hw/core/loader: Let load_elf() populate a field with CPU-specific flagsAleksandar Markovic2020-01-291-2/+2
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-2/+2
* 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 migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/irq.h a lot lessMarkus Armbruster2019-08-161-0/+1
* Include sysemu/reset.h a lot lessMarkus Armbruster2019-08-161-0/+2
* hw: Replace global smp variables with MachineState for all remaining archsLike Xu2019-07-051-0/+2
* sun4m: set default display type to TCXMark Cave-Ayland2019-07-021-0/+9
* target/sparc: Use env_cpu, env_archcpuRichard Henderson2019-06-101-2/+2
* hw/sparc: Implement fw_cfg_arch_key_name()Philippe Mathieu-Daudé2019-05-231-0/+19
* sun4m: obey -vga nonePaolo Bonzini2019-05-171-4/+2Star
* Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-20190206' into...Peter Maydell2019-02-071-11/+14
|\