summaryrefslogtreecommitdiffstats
path: root/hw/sparc
Commit message (Expand)AuthorAgeFilesLines
* 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
* sparc/leon3: use memdev for RAMIgor Mammedov2020-02-191-3/+3
* hw/core/loader: Let load_elf() populate a field with CPU-specific flagsAleksandar Markovic2020-01-292-3/+3
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-242-3/+3
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2020-01-101-0/+1
|\
| * hw/nvram/Kconfig: Restrict CHRP NVRAM to machines using OpenBIOS or SLOFPhilippe Mathieu-Daudé2020-01-071-0/+1
* | leon3: use qdev gpio facilities for the PILMarc-André Lureau2020-01-071-2/+4
* | leon3: use qemu_irq framework instead of callback as propertyMarc-André Lureau2020-01-071-4/+9
|/
* 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-163-0/+3
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0Star
* Include migration/vmstate.h lessMarkus Armbruster2019-08-162-0/+2
* Include hw/irq.h a lot lessMarkus Armbruster2019-08-163-0/+3
* Include sysemu/reset.h a lot lessMarkus Armbruster2019-08-162-0/+4
* 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
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+1
* target/sparc: Use env_cpu, env_archcpuRichard Henderson2019-06-102-4/+4
* hw/sparc: Implement fw_cfg_arch_key_name()Philippe Mathieu-Daudé2019-05-231-0/+19
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2019-05-171-4/+2Star
|\
| * sun4m: obey -vga nonePaolo Bonzini2019-05-171-4/+2Star
* | leon3: introduce the plug and play mechanismKONRAD Frederic2019-05-171-0/+30
* | leon3: add a little bootloaderKONRAD Frederic2019-05-171-8/+71
* | grlib, apbuart: get rid of the old-style create functionKONRAD Frederic2019-05-171-1/+8
* | grlib, gptimer: get rid of the old-style create functionKONRAD Frederic2019-05-171-1/+16
* | grlib, irqmp: get rid of the old-style create functionKONRAD Frederic2019-05-171-2/+10
* | leon3: fix the error message when no bios are providedKONRAD Frederic2019-05-171-4/+6
|/
* hw/sparc/leon3: Allow load of uImage firmwaresPhilippe Mathieu-Daudé2019-05-031-0/+4
* trace-events: Shorten file names in commentsMarkus Armbruster2019-03-221-3/+3
* sparc-softmmu.mak: express dependencies with KconfigPaolo Bonzini2019-03-071-0/+13
* ptimer: express dependencies with KconfigPaolo Bonzini2019-03-071-0/+2
* kconfig: introduce kconfig filesPaolo Bonzini2019-03-071-0/+11
* Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-20190206' into...Peter Maydell2019-02-071-11/+14
|\
| * sun4m: pass initrd size to OpenBIOS via fw_cfg interfaceMark Cave-Ayland2019-02-061-11/+14
* | hw/sparc/Makefile.objs: CONFIG_* for sun4m and leon3 createdÁkos Kovács2019-02-051-1/+3
* | elf: Add optional function ptr to load_elf() to parse ELF notesLiam Merwick2019-02-052-3/+6
|/
* trivial: Don't include isa.h if it is not really necessaryThomas Huth2019-01-091-1/+0Star