summaryrefslogtreecommitdiffstats
path: root/hw/sparc64
Commit message (Expand)AuthorAgeFilesLines
* 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-4/+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
* fdc: Reject clash between -drive if=floppy and -global isa-fdcMarkus Armbruster2020-06-231-8/+1Star
* 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
* hw/sparc64/niagara: Remove duplicated NIAGARA_UART_BASE definitionPhilippe Mathieu-Daudé2020-06-091-1/+0Star
* hw/sparc64/niagara: Map the UART device unconditionallyPhilippe Mathieu-Daudé2020-06-091-4/+2Star
* 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/+1Star
* hw: Make MachineClass::is_default a boolean typePhilippe Mathieu-Daudé2020-02-281-1/+1
* sparc/niagara: use memdev for RAMIgor Mammedov2020-02-191-5/+2Star
* 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/nvram/Kconfig: Restrict CHRP NVRAM to machines using OpenBIOS or SLOFPhilippe Mathieu-Daudé2020-01-071-0/+1
* hw: Move sun4v hypervisor RTC from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé2019-10-241-1/+1
* hw: Move M48T59 device from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé2019-10-241-1/+1
* sparc64: use memory_region_allocate_system_memory() only for '-m' specified RAMIgor Mammedov2019-10-241-12/+13
* hw/misc: Add a config switch for the "unimplemented" deviceThomas Huth2019-08-201-0/+1
* sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster2019-08-161-0/+1
* Include sysemu/sysemu.h a lot lessMarkus Armbruster2019-08-161-1/+1
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-162-2/+0Star
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+2
* Include sysemu/reset.h a lot lessMarkus Armbruster2019-08-161-0/+1
* hw: Replace global smp variables with MachineState for all remaining archsLike Xu2019-07-051-2/+2
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-1/+0Star
* 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-101-1/+1
* hw/sparc64: 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-03-281-1/+1
|\
| * hw/char/parallel: Make it possible to compile also without CONFIG_PARALLELThomas Huth2019-03-181-1/+1
* | trace-events: Shorten file names in commentsMarkus Armbruster2019-03-221-3/+3
|/
* sparc64-softmmu.mak: express dependencies with KconfigPaolo Bonzini2019-03-071-0/+13
* isa: express dependencies with kconfigPaolo Bonzini2019-03-071-0/+1
* kconfig: introduce kconfig filesPaolo Bonzini2019-03-071-0/+5
* 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
* | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-patches-pull-reque...Peter Maydell2019-02-071-1/+0Star
|\ \
| * | hw/sparc64/sun4u: Drop useless inclusion of "hw/i386/pc.h"Philippe Mathieu-Daudé2019-02-061-1/+0Star
| |/
* | hw/sparc64/Makefile.objs: Create CONFIG_* for sparc64Yang Zhong2019-02-051-3/+3
* | elf: Add optional function ptr to load_elf() to parse ELF notesLiam Merwick2019-02-051-2/+2
|/
* hw/sparc64/niagara: Model the I/O Bridge with the 'unimplemented_device'Philippe Mathieu-Daudé2018-10-241-2/+2