summaryrefslogtreecommitdiffstats
path: root/hw/ppc
Commit message (Expand)AuthorAgeFilesLines
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-1217-4/+21
* qemu-common: Move tcg_enabled() etc. to sysemu/tcg.hMarkus Armbruster2019-06-111-0/+2
* target/ppc: Use env_cpu, env_archcpuRichard Henderson2019-06-103-12/+12
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2019-06-061-24/+10Star
|\
| * pcie: Simplify pci_adjust_config_limit()David Gibson2019-05-301-24/+10Star
* | ppc/pnv: add dummy XSCOM registers for PRD initializationCédric Le Goater2019-05-291-0/+18
* | ppc/pnv: introduce new skiboot platform propertiesCédric Le Goater2019-05-291-3/+10
* | spapr: Don't migrate the hpt_maxpagesize cap to older machine typesGreg Kurz2019-05-292-1/+12
* | spapr: change default interrupt mode to 'dual'Cédric Le Goater2019-05-291-1/+2
* | spapr/irq: add KVM support to the 'dual' machineCédric Le Goater2019-05-291-20/+38
* | spapr/irq: introduce a spapr_irq_init_device() helperCédric Le Goater2019-05-291-19/+70
* | spapr/xive: activate KVM supportCédric Le Goater2019-05-291-9/+0Star
* | spapr/xive: add migration support for KVMCédric Le Goater2019-05-291-1/+1
* | spapr/xive: add KVM supportCédric Le Goater2019-05-292-1/+10
* | spapr: Print out extra hints when CAS negotiation of interrupt mode failsGreg Kurz2019-05-291-2/+4
* | spapr: Fix phb_placement backwards compatibilityDavid Gibson2019-05-291-13/+15
* | spapr: Add forgotten capability to migration streamDavid Gibson2019-05-292-0/+2
* | target/ppc: Set PSSCR_EC on cpu halt to prevent spurious wakeupSuraj Jitindar Singh2019-05-292-1/+7
* | spapr/xive: Sanity checks of OV5 during CASGreg Kurz2019-05-291-0/+24
* | target/ppc: Add ibm,purr and ibm,spurr device-tree propertiesSuraj Jitindar Singh2019-05-291-1/+4
* | hw/ppc/40p: use 1900 as a base yearArtyom Tarasenko2019-05-291-1/+3
* | hw/ppc/40p: Move the MC146818 RTC to the board where it belongsPhilippe Mathieu-Daudé2019-05-291-0/+3
* | hw/ppc/prep: use TYPE_MC146818_RTC instead of a hardcoded stringPhilippe Mathieu-Daudé2019-05-291-1/+1
|/
* hw/ppc/pnv: Use object_initialize_child for correct reference countingPhilippe Mathieu-Daudé2019-05-241-8/+4Star
* hw/ppc: Implement fw_cfg_arch_key_name()Philippe Mathieu-Daudé2019-05-232-1/+46
* Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.1-20190426' into...Peter Maydell2019-04-278-80/+580
|\
| * ppc/hash64: Rework R and C bit updatesBenjamin Herrenschmidt2019-04-262-10/+44
| * ppc/spapr: Use proper HPTE accessors for H_READBenjamin Herrenschmidt2019-04-261-6/+5Star
| * spapr: Drop duplicate PCI swizzle codeGreg Kurz2019-04-261-20/+4Star
| * spapr_pci: Get rid of duplicate code for node name creationGreg Kurz2019-04-261-4/+1Star
| * spapr/irq: remove spapr_ics_create()Cédric Le Goater2019-04-261-30/+14Star
| * spapr/rtas: modify spapr_rtas_register() to remove RTAS handlersCédric Le Goater2019-04-261-1/+1
| * hw/ppc/prep: Drop useless inclusion of "hw/input/i8042.h"Philippe Mathieu-Daudé2019-04-261-1/+0Star
| * spapr: Support NVIDIA V100 GPU with NVLink2Alexey Kardashevskiy2019-04-264-8/+511
* | Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell2019-04-261-2/+13
|\ \
| * | hw: add compat machines for 4.1Cornelia Huck2019-04-251-2/+13
| |/
* / exec: Introduce qemu_maxrampagesize() and rename qemu_getrampagesize()David Hildenbrand2019-04-251-2/+2
|/
* spapr_pci: Fix broken naming of PCI busGreg Kurz2019-04-121-2/+2
* spapr_pci: Fix extended config space accessesGreg Kurz2019-04-091-2/+26
* spapr/irq: Add XIVE sanity checks on non-P9 machinesCédric Le Goater2019-03-292-7/+51
* spapr: Simplify handling of host-serial and host-model valuesDavid Gibson2019-03-291-38/+19Star
* target/ppc: Consolidate 64-bit server processor detection in a helperGreg Kurz2019-03-291-1/+1
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2019-03-281-1/+4
|\
| * virtio-vga: only enable for specific boardsPaolo Bonzini2019-03-211-0/+1
| * hw/ppc/Kconfig: e500 based machines require virtio-net-pci devicePhilippe Mathieu-Daudé2019-03-201-0/+1
| * hw/ppc/Kconfig: Bamboo machine requires e1000 network cardPhilippe Mathieu-Daudé2019-03-201-0/+1
| * prep: do not select I82374Paolo Bonzini2019-03-201-1/+0Star
| * kconfig: add CONFIG_MSI_NONBROKENPaolo Bonzini2019-03-181-0/+1
* | trace-events: Fix attribution of trace points to sourceMarkus Armbruster2019-03-221-1/+5
* | trace-events: Delete unused trace pointsMarkus Armbruster2019-03-221-8/+0Star