summaryrefslogtreecommitdiffstats
path: root/hw/hppa
Commit message (Expand)AuthorAgeFilesLines
* sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster2020-06-153-3/+3
* qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster2020-06-153-6/+6
* hw/hppa/dino: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé2020-06-091-2/+2
* hw/ide: Remove unneeded inclusion of hw/ide.hBALATON Zoltan2020-03-172-2/+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
* Merge tag 'patchew/20200219160953.13771-1-imammedo@redhat.com' of https://git...Paolo Bonzini2020-02-251-7/+3Star
|\
| * hppa: use memdev for RAMIgor Mammedov2020-02-191-7/+3Star
* | hw/hppa/dino: Do not accept accesses to registers 0x818 and 0x82cPhilippe Mathieu-Daudé2020-02-181-1/+3
* | hw/hppa/dino: Fix bitmask for the PCIROR registerPhilippe Mathieu-Daudé2020-02-181-1/+1
* | hw/hppa/dino: Fix reg800_keep_bits overrun (CID 1419387 1419393 1419394)Philippe Mathieu-Daudé2020-02-181-1/+2
* | hw/hppa/dino: Add comments with register namePhilippe Mathieu-Daudé2020-02-181-12/+12
|/
* hw/hppa/Kconfig: LASI chipset requires PARALLEL portPhilippe Mathieu-Daudé2020-02-041-0/+1
* 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-273-0/+12
* hppa: Switch to tulip NIC by defaultHelge Deller2020-01-271-2/+2
* hppa: add emulation of LASI PS2 controllersSven Schnelle2020-01-272-1/+10
* hppa: Add support for LASI chip with i82596 NICHelge Deller2020-01-276-2/+376
* hw/hppa/dino.c: Improve emulation of Dino PCI chipHelge Deller2020-01-272-14/+88
* hw: replace hw/i386/pc.h with a header just for the i8259Paolo Bonzini2019-12-172-1/+3
* 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-042-1/+4
* Clean up inclusion of sysemu/sysemu.hMarkus Armbruster2019-08-162-2/+0Star
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-162-2/+0Star
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/irq.h a lot lessMarkus Armbruster2019-08-162-1/+1
* 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
* Supply missing header guardsMarkus Armbruster2019-06-121-0/+5
* 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
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2019-03-281-0/+2
|\
| * virtio-vga: only enable for specific boardsPaolo Bonzini2019-03-211-0/+1
| * hw/hppa/Kconfig: Dino board requires e1000 network cardPhilippe Mathieu-Daudé2019-03-201-0/+1
* | trace-events: Shorten file names in commentsMarkus Armbruster2019-03-221-1/+1
* | Update seabios-hppa to latest upstreamHelge Deller2019-03-151-2/+2
|/
* Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2019-03-0...Peter Maydell2019-03-081-1/+0Star
|\
| * hw: Remove unused 'hw/devices.h' includePhilippe Mathieu-Daudé2019-03-071-1/+0Star
* | hppa-softmmu.mak: express dependencies with KconfigPaolo Bonzini2019-03-071-0/+8
* | kconfig: introduce kconfig filesPaolo Bonzini2019-03-071-0/+2
|/
* hw/hppa/dino: mask out lower 2 bits of PCI config addrSven Schnelle2019-02-211-3/+24
* hw/hppa: forward requests to CPU HPASven Schnelle2019-02-121-1/+7
* hw/hppa/Makefile.objs: Create CONFIG_* for hppaYang Zhong2019-02-051-1/+1
* elf: Add optional function ptr to load_elf() to parse ELF notesLiam Merwick2019-02-051-3/+3
* hw/hppa/dino: Remove unuseful codePhilippe Mathieu-Daudé2018-10-241-7/+0Star