aboutsummaryrefslogtreecommitdiff
path: root/hw/ppc
AgeCommit message (Expand)AuthorFilesLines
2017-09-27Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20170927a'...Peter Maydell3-4/+10
2017-09-27migration: pre_save return intDr. David Alan Gilbert3-4/+10
2017-09-27macio: use object link between MACIO_IDE and MAC_DBDMA objectMark Cave-Ayland1-1/+1
2017-09-27macio: pass channel into MACIOIDEState via qdev propertyMark Cave-Ayland1-2/+2
2017-09-27spapr: fix the value of SDR1 in kvmppc_put_books_sregs()Greg Kurz3-27/+48
2017-09-27ppc/pnv: check for OPAL firmware file presenceCédric Le Goater1-1/+5
2017-09-27spapr_pci: make index property mandatoryGreg Kurz1-54/+8
2017-09-27spapr: introduce helpers to migrate HPT chunks and the end markerGreg Kurz1-17/+21
2017-09-27ppc/kvm: generalize the use of kvmppc_get_htab_fd()Greg Kurz1-8/+7
2017-09-27ppc/kvm: change kvmppc_get_htab_fd() to return -errno on errorGreg Kurz1-2/+3
2017-09-27ppc: Fix OpenPIC modelBenjamin Herrenschmidt1-1/+1
2017-09-27ppc/ide/macio: Add missing registersBenjamin Herrenschmidt1-1/+5
2017-09-27ppc/mac: Advertise a high clock frequency for NewWorld MacsBenjamin Herrenschmidt1-1/+1
2017-09-27ppc: QOMify g3beige machineMark Cave-Ayland1-2/+15
2017-09-27ppc4xx: Add more PLB registersBALATON Zoltan1-3/+9
2017-09-26Replace round_page() with TARGET_PAGE_ALIGN()Kamil Rytarowski2-16/+6
2017-09-19numa: cpu: calculate/set default node-ids after all -numa CLI options are parsedIgor Mammedov1-9/+6
2017-09-19cpu: make cpu_generic_init() abort QEMU on errorIgor Mammedov7-34/+0
2017-09-15spapr_events: use QTAILQ_FOREACH_SAFE() in spapr_clear_pending_events()Greg Kurz1-2/+2
2017-09-15spapr_cpu_core: cleaning up qdev_get_machine() callsGreg Kurz1-3/+3
2017-09-15spapr_pci: don't create 64-bit MMIO window if we don't need toGreg Kurz1-7/+13
2017-09-15spapr_pci: convert sprintf() to g_strdup_printf()Greg Kurz1-9/+12
2017-09-15spapr_cpu_core: fail gracefully with non-pseries machine typesGreg Kurz1-2/+3
2017-09-15spapr_pci: handle FDT creation errors with _FDT()Greg Kurz1-23/+7
2017-09-15spapr_pci: use the common _FDT() helperGreg Kurz1-9/+1
2017-09-15spapr: fix CAS-generated resetCédric Le Goater1-0/+7
2017-09-15ppc/xive: fix OV5_XIVE_EXPLOIT bitsCédric Le Goater1-1/+1
2017-09-15spapr: only update SDR1 once per-cpu during CASGreg Kurz1-9/+5
2017-09-15spapr_pci: use g_strdup_printf()Greg Kurz1-9/+10
2017-09-15spapr_pci: drop useless check in spapr_populate_pci_child_dt()Greg Kurz1-5/+1
2017-09-15spapr_pci: drop useless check in spapr_phb_vfio_get_loc_code()Greg Kurz1-2/+2
2017-09-15hw/ppc/spapr.c: cleaning up qdev_get_machine() callsDaniel Henrique Barboza1-10/+9
2017-09-08ppc: spapr: Move VCPU ID calculation into sPAPRSam Bobroff1-0/+11
2017-09-08ppc: make cpu_model translation to type consistentIgor Mammedov1-12/+12
2017-09-08PPC: KVM: Support machine option to set VSMT modeSam Bobroff1-0/+75
2017-09-08spapr: fallback to raw mode if best compat mode cannot be set during CASGreg Kurz1-4/+14
2017-09-08hw/ppc/spapr_cpu_core: Add a proper check for spapr machineThomas Huth1-0/+5
2017-09-08ppc4xx: Export ECB and PLB emulationBALATON Zoltan2-2/+5
2017-09-08ppc4xx_i2c: Move to hw/i2cBALATON Zoltan2-217/+1
2017-09-08ppc4xx_i2c: QOMifyBALATON Zoltan3-109/+52
2017-09-08ppc4xx: Split off 4xx I2C emulation from ppc405_uc to its own fileBALATON Zoltan4-242/+275
2017-09-08ppc4xx: Make MAL emulation more genericBALATON Zoltan2-105/+68
2017-09-08ppc4xx: Move MAL from ppc405_uc to ppc4xx_devsBALATON Zoltan2-263/+264
2017-09-08spapr_iommu: Realloc guest visible TCE table when hot(un)plugging vfio-pciAlexey Kardashevskiy1-21/+14
2017-09-08ppc: spapr: Make VCPU ID handling private to SPAPRSam Bobroff4-32/+37
2017-09-08ppc: spapr: Rename cpu_dt_id to vcpu_idSam Bobroff4-16/+16
2017-09-08e500: Use cpu_index instead of vcpu_dt_idSam Bobroff1-6/+2
2017-09-08spapr: add pseries-2.11 machine typeGreg Kurz1-2/+20
2017-09-08spapr_iommu: unregister vmstate at unrealize timeGreg Kurz1-0/+2
2017-09-08spapr_iommu: pass object ownership to parent/ownerMichael Roth1-0/+1