summaryrefslogtreecommitdiffstats
path: root/hw/ppc
Commit message (Expand)AuthorAgeFilesLines
...
* spapr: sanity check size of the CAS bufferGreg Kurz2017-10-171-0/+7
* spapr: fix OF word name in commentGreg Kurz2017-10-171-1/+2
* hw/ppc: use 0 instead of fdt_path_offset(fdt, "/")Greg Kurz2017-10-172-4/+2Star
* pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost2017-10-151-0/+4
* Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20170927a'...Peter Maydell2017-09-273-4/+10
|\
| * migration: pre_save return intDr. David Alan Gilbert2017-09-273-4/+10
* | macio: use object link between MACIO_IDE and MAC_DBDMA objectMark Cave-Ayland2017-09-271-1/+1
* | macio: pass channel into MACIOIDEState via qdev propertyMark Cave-Ayland2017-09-271-2/+2
* | spapr: fix the value of SDR1 in kvmppc_put_books_sregs()Greg Kurz2017-09-273-27/+48
* | ppc/pnv: check for OPAL firmware file presenceCédric Le Goater2017-09-271-1/+5
* | spapr_pci: make index property mandatoryGreg Kurz2017-09-271-54/+8Star
* | spapr: introduce helpers to migrate HPT chunks and the end markerGreg Kurz2017-09-271-17/+21
* | ppc/kvm: generalize the use of kvmppc_get_htab_fd()Greg Kurz2017-09-271-8/+7Star
* | ppc/kvm: change kvmppc_get_htab_fd() to return -errno on errorGreg Kurz2017-09-271-2/+3
* | ppc: Fix OpenPIC modelBenjamin Herrenschmidt2017-09-271-1/+1
* | ppc/ide/macio: Add missing registersBenjamin Herrenschmidt2017-09-271-1/+5
* | ppc/mac: Advertise a high clock frequency for NewWorld MacsBenjamin Herrenschmidt2017-09-271-1/+1
* | ppc: QOMify g3beige machineMark Cave-Ayland2017-09-271-2/+15
* | ppc4xx: Add more PLB registersBALATON Zoltan2017-09-271-3/+9
|/
* Replace round_page() with TARGET_PAGE_ALIGN()Kamil Rytarowski2017-09-262-16/+6Star
* numa: cpu: calculate/set default node-ids after all -numa CLI options are parsedIgor Mammedov2017-09-191-9/+6Star
* cpu: make cpu_generic_init() abort QEMU on errorIgor Mammedov2017-09-197-34/+0Star
* spapr_events: use QTAILQ_FOREACH_SAFE() in spapr_clear_pending_events()Greg Kurz2017-09-151-2/+2
* spapr_cpu_core: cleaning up qdev_get_machine() callsGreg Kurz2017-09-151-3/+3
* spapr_pci: don't create 64-bit MMIO window if we don't need toGreg Kurz2017-09-151-7/+13
* spapr_pci: convert sprintf() to g_strdup_printf()Greg Kurz2017-09-151-9/+12
* spapr_cpu_core: fail gracefully with non-pseries machine typesGreg Kurz2017-09-151-2/+3
* spapr_pci: handle FDT creation errors with _FDT()Greg Kurz2017-09-151-23/+7Star
* spapr_pci: use the common _FDT() helperGreg Kurz2017-09-151-9/+1Star
* spapr: fix CAS-generated resetCédric Le Goater2017-09-151-0/+7
* ppc/xive: fix OV5_XIVE_EXPLOIT bitsCédric Le Goater2017-09-151-1/+1
* spapr: only update SDR1 once per-cpu during CASGreg Kurz2017-09-151-9/+5Star
* spapr_pci: use g_strdup_printf()Greg Kurz2017-09-151-9/+10
* spapr_pci: drop useless check in spapr_populate_pci_child_dt()Greg Kurz2017-09-151-5/+1Star
* spapr_pci: drop useless check in spapr_phb_vfio_get_loc_code()Greg Kurz2017-09-151-2/+2
* hw/ppc/spapr.c: cleaning up qdev_get_machine() callsDaniel Henrique Barboza2017-09-151-10/+9Star
* ppc: spapr: Move VCPU ID calculation into sPAPRSam Bobroff2017-09-081-0/+11
* ppc: make cpu_model translation to type consistentIgor Mammedov2017-09-081-12/+12
* PPC: KVM: Support machine option to set VSMT modeSam Bobroff2017-09-081-0/+75
* spapr: fallback to raw mode if best compat mode cannot be set during CASGreg Kurz2017-09-081-4/+14
* hw/ppc/spapr_cpu_core: Add a proper check for spapr machineThomas Huth2017-09-081-0/+5
* ppc4xx: Export ECB and PLB emulationBALATON Zoltan2017-09-082-2/+5
* ppc4xx_i2c: Move to hw/i2cBALATON Zoltan2017-09-082-217/+1Star
* ppc4xx_i2c: QOMifyBALATON Zoltan2017-09-083-109/+52Star
* ppc4xx: Split off 4xx I2C emulation from ppc405_uc to its own fileBALATON Zoltan2017-09-084-242/+275
* ppc4xx: Make MAL emulation more genericBALATON Zoltan2017-09-082-105/+68Star
* ppc4xx: Move MAL from ppc405_uc to ppc4xx_devsBALATON Zoltan2017-09-082-263/+264
* spapr_iommu: Realloc guest visible TCE table when hot(un)plugging vfio-pciAlexey Kardashevskiy2017-09-081-21/+14Star
* ppc: spapr: Make VCPU ID handling private to SPAPRSam Bobroff2017-09-084-32/+37
* ppc: spapr: Rename cpu_dt_id to vcpu_idSam Bobroff2017-09-084-16/+16