aboutsummaryrefslogtreecommitdiff
path: root/hw/hppa/machine.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-10vl: extract softmmu/datadir.cPaolo Bonzini1-0/+1
2020-12-10hppa: do not use ram_size globalPaolo Bonzini1-5/+5
2020-12-10hppa: remove bios_namePaolo Bonzini1-2/+1
2020-09-02hw/hppa: Add power button emulationHelge Deller1-0/+32
2020-09-02hw/hppa: Tell SeaBIOS port address of fw_cfgHelge Deller1-1/+6
2020-09-02hw/hppa: Store boot device in fw_cfg sectionHelge Deller1-0/+9
2020-09-02hw/hppa: Make number of TLB and BTLB entries configurableHelge Deller1-0/+8
2020-08-04hw/hppa: Implement proper SeaBIOS version checkHelge Deller1-0/+22
2020-06-15sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster1-1/+1
2020-06-15qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster1-2/+2
2020-03-17hw/ide: Remove unneeded inclusion of hw/ide.hBALATON Zoltan1-1/+0
2020-03-09hw/hppa/machine: Include "net/net.h"Philippe Mathieu-Daudé1-0/+1
2020-02-28hw: Make MachineClass::is_default a boolean typePhilippe Mathieu-Daudé1-1/+1
2020-02-19hppa: use memdev for RAMIgor Mammedov1-7/+3
2020-01-29hw/core/loader: Let load_elf() populate a field with CPU-specific flagsAleksandar Markovic1-2/+2
2020-01-27hw/hppa/machine: Map the PDC memory region with higher priorityPhilippe Mathieu-Daudé1-1/+1
2020-01-27hw/hppa/machine: Restrict the total memory size to 3GBPhilippe Mathieu-Daudé1-5/+4
2020-01-27hw/hppa/machine: Correctly check the firmware is in PDC rangePhilippe Mathieu-Daudé1-1/+1
2020-01-27hppa: Add emulation of Artist graphicsSven Schnelle1-0/+10
2020-01-27hppa: Switch to tulip NIC by defaultHelge Deller1-2/+2
2020-01-27hppa: Add support for LASI chip with i82596 NICHelge Deller1-1/+7
2019-12-17hw: replace hw/i386/pc.h with a header just for the i8259Paolo Bonzini1-0/+1
2019-10-24hw: Move MC146818 device from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé1-1/+1
2019-10-23hppa: drop usage of memory_region_allocate_system_memory() for ROMIgor Mammedov1-3/+2
2019-10-04hppa: fix leak from g_strdup_printfPaolo Bonzini1-1/+3
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster1-1/+0
2019-08-16Include sysemu/reset.h a lot lessMarkus Armbruster1-0/+1
2019-07-05hw: Replace global smp variables with MachineState for all remaining archsLike Xu1-0/+2
2019-07-05machine: Refactor smp-related call chains to pass MachineStateLike Xu1-1/+1
2019-02-05elf: Add optional function ptr to load_elf() to parse ELF notesLiam Merwick1-3/+3
2018-10-02change get_image_size return type to int64_tLi Zhijian1-1/+1
2018-09-25scsi: move lsi53c8xx_create() callers to lsi53c8xx_handle_legacy_cmdline()Mark Cave-Ayland1-1/+3
2018-07-02hw/hppa: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé1-5/+5
2018-07-02hw: Use IEC binary prefix definitions from "qemu/units.h"Philippe Mathieu-Daudé1-1/+1
2018-06-01hppa: use local path for local headersMichael S. Tsirkin1-1/+1
2018-04-26Change references to serial_hds[] to serial_hd()Peter Maydell1-2/+2
2018-02-04hw/hppa: Use qemu_log_mask instead of fprintf to stderrRichard Henderson1-9/+8
2018-01-31hw/hppa: Implement DINO system boardHelge Deller1-1/+246
2018-01-30target/hppa: Skeleton support for hppa-softmmuHelge Deller1-0/+38