summaryrefslogtreecommitdiffstats
path: root/hw/hppa/machine.c
Commit message (Expand)AuthorAgeFilesLines
* vl: extract softmmu/datadir.cPaolo Bonzini2020-12-101-0/+1
* hppa: do not use ram_size globalPaolo Bonzini2020-12-101-5/+5
* hppa: remove bios_namePaolo Bonzini2020-12-101-2/+1Star
* hw/hppa: Add power button emulationHelge Deller2020-09-021-0/+32
* hw/hppa: Tell SeaBIOS port address of fw_cfgHelge Deller2020-09-021-1/+6
* hw/hppa: Store boot device in fw_cfg sectionHelge Deller2020-09-021-0/+9
* hw/hppa: Make number of TLB and BTLB entries configurableHelge Deller2020-09-021-0/+8
* hw/hppa: Implement proper SeaBIOS version checkHelge Deller2020-08-041-0/+22
* sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster2020-06-151-1/+1
* qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster2020-06-151-2/+2
* hw/ide: Remove unneeded inclusion of hw/ide.hBALATON Zoltan2020-03-171-1/+0Star
* hw/hppa/machine: Include "net/net.h"Philippe Mathieu-Daudé2020-03-091-0/+1
* hw: Make MachineClass::is_default a boolean typePhilippe Mathieu-Daudé2020-02-281-1/+1
* hppa: use memdev for RAMIgor Mammedov2020-02-191-7/+3Star
* hw/core/loader: Let load_elf() populate a field with CPU-specific flagsAleksandar Markovic2020-01-291-2/+2
* hw/hppa/machine: Map the PDC memory region with higher priorityPhilippe Mathieu-Daudé2020-01-271-1/+1
* hw/hppa/machine: Restrict the total memory size to 3GBPhilippe Mathieu-Daudé2020-01-271-5/+4Star
* hw/hppa/machine: Correctly check the firmware is in PDC rangePhilippe Mathieu-Daudé2020-01-271-1/+1
* hppa: Add emulation of Artist graphicsSven Schnelle2020-01-271-0/+10
* hppa: Switch to tulip NIC by defaultHelge Deller2020-01-271-2/+2
* hppa: Add support for LASI chip with i82596 NICHelge Deller2020-01-271-1/+7
* hw: replace hw/i386/pc.h with a header just for the i8259Paolo Bonzini2019-12-171-0/+1
* hw: Move MC146818 device from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé2019-10-241-1/+1
* hppa: drop usage of memory_region_allocate_system_memory() for ROMIgor Mammedov2019-10-241-3/+2Star
* hppa: fix leak from g_strdup_printfPaolo Bonzini2019-10-041-1/+3
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0Star
* 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-0/+2
* machine: Refactor smp-related call chains to pass MachineStateLike Xu2019-07-051-1/+1
* elf: Add optional function ptr to load_elf() to parse ELF notesLiam Merwick2019-02-051-3/+3
* change get_image_size return type to int64_tLi Zhijian2018-10-021-1/+1
* scsi: move lsi53c8xx_create() callers to lsi53c8xx_handle_legacy_cmdline()Mark Cave-Ayland2018-09-251-1/+3
* hw/hppa: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé2018-07-021-5/+5
* hw: Use IEC binary prefix definitions from "qemu/units.h"Philippe Mathieu-Daudé2018-07-021-1/+1
* hppa: use local path for local headersMichael S. Tsirkin2018-06-011-1/+1
* Change references to serial_hds[] to serial_hd()Peter Maydell2018-04-261-2/+2
* hw/hppa: Use qemu_log_mask instead of fprintf to stderrRichard Henderson2018-02-041-9/+8Star
* hw/hppa: Implement DINO system boardHelge Deller2018-01-311-1/+246
* target/hppa: Skeleton support for hppa-softmmuHelge Deller2018-01-301-0/+38