summaryrefslogtreecommitdiffstats
path: root/hw/sparc
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-062-2/+0Star
* Use g_new() & friends where that makes obvious senseMarkus Armbruster2022-03-211-1/+1
* sun4m: fix setting CPU id when more than one CPU is presentMark Cave-Ayland2021-09-081-1/+1
* hw/block/fdc: Extract SysBus floppy controllers to fdc-sysbus.cPhilippe Mathieu-Daudé2021-06-251-1/+1
* docs: fix references to docs/devel/tracing.rstStefano Garzarella2021-06-021-1/+1
* Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-20210505' into...Peter Maydell2021-05-103-308/+224Star
|\
| * hw/sparc*: Move cpu_check_irqs() to target/sparc/Philippe Mathieu-Daudé2021-05-042-34/+0Star
| * hw/sparc: Allow building without the leon3 machinePhilippe Mathieu-Daudé2021-05-042-1/+38
| * 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
* | Do not include exec/address-spaces.h if it's not really necessaryThomas Huth2021-05-021-1/+0Star
|/
* 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-062-5/+20
* hw/sparc: Make grlib-irqmp device handle its own inbound IRQ linesPeter Maydell2021-01-061-12/+9Star
* vl: extract softmmu/datadir.cPaolo Bonzini2020-12-102-0/+2
* sparc: remove bios_namePaolo Bonzini2020-12-102-4/+2Star
* 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
* Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.2-20200818' into...Peter Maydell2020-08-241-1/+1
|\
| * nvram: Exit QEMU if NVRAM cannot contain all -prom-env dataGreg Kurz2020-08-141-1/+1
* | meson: convert hw/arch*Marc-André Lureau2020-08-212-3/+6
* | trace: switch position of headers to what Meson requiresPaolo Bonzini2020-08-211-0/+1
|/
* qom: Put name parameter before value / visitor parameterMarkus Armbruster2020-07-101-1/+1
* sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster2020-06-152-21/+21
* qdev: Convert uses of qdev_create() manuallyMarkus Armbruster2020-06-151-4/+4
* qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster2020-06-152-38/+38
* sparc/leon3: Fix to put grlib,* devices on sysbusMarkus Armbruster2020-06-151-2/+2
* hw/sparc/leon3: Map the UART device unconditionallyPhilippe Mathieu-Daudé2020-06-091-10/+8Star
* 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-092-4/+8
* 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/sparc: Use memory_region_init_rom() with read-only regionsPhilippe Mathieu-Daudé2020-03-171-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