summaryrefslogtreecommitdiffstats
path: root/hw/ppc
Commit message (Expand)AuthorAgeFilesLines
* ppc/pef.c: initialize cgs->ready in kvmppc_svm_init()Daniel Henrique Barboza2021-06-031-2/+4
* spapr: Set LPCR to current AIL mode when starting a new CPUNicholas Piggin2021-06-031-5/+9
* spapr: Remove stale comment about power-saving LPCR bitsNicholas Piggin2021-06-031-1/+0Star
* spapr: nvdimm: Fix the persistent-memory root node name in device treeShivaprasad G Bhat2021-06-031-2/+2
* spapr: nvdimm: Forward declare and move the definitionsShivaprasad G Bhat2021-06-031-0/+12
* spapr: Fix EEH capability issue on KVM guest for PCI passthruMahesh Salgaonkar2021-06-031-7/+33
* spapr: Don't hijack current_machine->boot_orderGreg Kurz2021-06-031-3/+5
* docs: fix references to docs/devel/tracing.rstStefano Garzarella2021-06-021-1/+1
* hw/mem/nvdimm: Use Kconfig 'imply' instead of 'depends on'Philippe Mathieu-Daudé2021-05-261-0/+1
* hw/ppc: moved has_spr to cpu.hLucas Mateus Castro (alqotel)2021-05-193-12/+6Star
* target/ppc: moved function out of mmu-hash64Lucas Mateus Castro (alqotel)2021-05-191-0/+59
* hw/ppc: moved hcalls that depend on softmmuLucas Mateus Castro (alqotel)2021-05-193-576/+662
* hw/ppc/spapr.c: Make sure the host supports the selected MMU modeFabiano Rosas2021-05-191-0/+1
* hw/ppc/spapr.c: Extract MMU mode error reporting into a functionFabiano Rosas2021-05-192-12/+18
* Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-6.1-20210504' in...Peter Maydell2021-05-0512-10/+246
|\
| * hw/ppc/pnv_psi: Use device_cold_reset() instead of device_legacy_reset()Peter Maydell2021-05-041-2/+2
| * hw/ppc/spapr_vio: Reset TCE table object with device_cold_reset()Peter Maydell2021-05-041-1/+1
| * target/ppc: Add POWER10 exception modelNicholas Piggin2021-05-041-1/+6
| * target/ppc: rework AIL logic in interrupt deliveryNicholas Piggin2021-05-041-1/+2
| * spapr_drc.c: handle hotunplug errors in drc_unisolate_logical()Daniel Henrique Barboza2021-05-041-0/+23
| * spapr.c: do not use MachineClass::max_cpus to limit CPUsDaniel Henrique Barboza2021-05-041-1/+10
| * ppc/spapr: Add support for implement support for H_SCM_HEALTHVaibhav Jain2021-05-041-0/+36
| * spapr: Rename RTAS_MAX_ADDR to FDT_MAX_ADDRAlexey Kardashevskiy2021-05-041-4/+4
| * hw/ppc: Add emulation of Genesi/bPlan Pegasos IIBALATON Zoltan2021-05-043-0/+155
| * hw/ppc/spapr_rtas: Update hflags after setting msrRichard Henderson2021-05-041-0/+2
| * hw/ppc/pnv_core: Update hflags after setting msrRichard Henderson2021-05-041-1/+2
| * hw/ppc/mac_newworld: Restrict RAM to 2 GiBPhilippe Mathieu-Daudé2021-05-041-0/+4
* | Do not include exec/address-spaces.h if it's not really necessaryThomas Huth2021-05-0216-16/+0Star
* | Do not include cpu.h if it's not really necessaryThomas Huth2021-05-0213-13/+0Star
* | Do not include hw/boards.h if it's not really necessaryThomas Huth2021-05-028-8/+0Star
* | Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth2021-05-022-2/+0Star
* | hw: Do not include qemu/log.h if it is not necessaryThomas Huth2021-05-026-6/+0Star
* | hw: Do not include hw/irq.h if it is not necessaryThomas Huth2021-05-021-1/+0Star
|/
* hw: add compat machines for 6.1Cornelia Huck2021-04-301-2/+13
* spapr.c: always pulse guest IRQ in spapr_core_unplug_request()Daniel Henrique Barboza2021-04-121-1/+10
* spapr: rollback 'unplug timeout' for CPU hotunplugsDaniel Henrique Barboza2021-04-122-56/+0Star
* hw/ppc/e500plat: Only try to add valid dynamic sysbus devices to platform busPeter Maydell2021-04-061-2/+6
* spapr: Assert DIMM unplug state in spapr_memory_unplug()Greg Kurz2021-03-311-0/+3
* hw/ppc: e500: Add missing #address-cells and #size-cells in the eTSEC nodeBin Meng2021-03-311-0/+2
* hw/ide: remove 'ide-drive' deviceDaniel P. Berrangé2021-03-182-26/+0Star
* spapr_iommu: Fix vhost integration regressionEric Auger2021-03-161-0/+5
* Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-6.0-20210310' in...Peter Maydell2021-03-125-38/+150
|\
| * spapr.c: send QAPI event when memory hotunplug failsDaniel Henrique Barboza2021-03-092-5/+13
| * spapr.c: remove duplicated assert in spapr_memory_unplug_request()Daniel Henrique Barboza2021-03-091-1/+0Star
| * qemu_timer.c: add timer_deadline_ms() helperDaniel Henrique Barboza2021-03-091-3/+2Star
| * spapr_pci.c: add 'unplug already in progress' message for PCI unplugDaniel Henrique Barboza2021-03-091-0/+4
| * spapr.c: add 'unplug already in progress' message for PHB unplugDaniel Henrique Barboza2021-03-091-0/+4
| * hw/ppc: e500: Add missing <ranges> in the eTSEC nodeBin Meng2021-03-091-0/+1
| * spapr_drc.c: use DRC reconfiguration to cleanup DIMM unplug stateDaniel Henrique Barboza2021-03-092-0/+53
| * spapr_drc.c: add hotunplug timeout for CPUsDaniel Henrique Barboza2021-03-092-0/+17