aboutsummaryrefslogtreecommitdiff
path: root/hw/ppc
AgeCommit message (Expand)Author
2017-10-17ppc: spapr: register 'host' core type along with the rest of core typesIgor Mammedov
2017-10-17ppc: spapr: use cpu type name directlyIgor Mammedov
2017-10-17ppc: spapr: define core types staticallyIgor Mammedov
2017-10-17ppc: move '-cpu foo,compat=xxx' parsing into ppc_cpu_parse_featurestr()Igor Mammedov
2017-10-17ppc: spapr: replace ppc_cpu_parse_features() with cpu_parse_cpu_model()Igor Mammedov
2017-10-17ppc: 40p/prep: replace cpu_model with cpu_typeIgor Mammedov
2017-10-17ppc: virtex-ml507: replace cpu_model with cpu_typeIgor Mammedov
2017-10-17ppc: replace cpu_model with cpu_type on ref405ep,taihu boardsIgor Mammedov
2017-10-17ppc: bamboo: use generic cpu_model parsingIgor Mammedov
2017-10-17ppc: mac_oldworld: use generic cpu_model parsingIgor Mammedov
2017-10-17ppc: mac_newworld: use generic cpu_model parsingIgor Mammedov
2017-10-17ppc: mpc8544ds/e500plat: use generic cpu_model parsingIgor Mammedov
2017-10-17hw/ppc/spapr.c: abort unplug_request if previous unplug isn't doneDaniel Henrique Barboza
2017-10-17target/ppc: Add POWER9 DD2.0 model informationDavid Gibson
2017-10-17spapr: sanity check size of the CAS bufferGreg Kurz
2017-10-17spapr: fix OF word name in commentGreg Kurz
2017-10-17hw/ppc: use 0 instead of fdt_path_offset(fdt, "/")Greg Kurz
2017-10-15pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost
2017-09-27Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20170927a'...Peter Maydell
2017-09-27migration: pre_save return intDr. David Alan Gilbert
2017-09-27macio: use object link between MACIO_IDE and MAC_DBDMA objectMark Cave-Ayland
2017-09-27macio: pass channel into MACIOIDEState via qdev propertyMark Cave-Ayland
2017-09-27spapr: fix the value of SDR1 in kvmppc_put_books_sregs()Greg Kurz
2017-09-27ppc/pnv: check for OPAL firmware file presenceCédric Le Goater
2017-09-27spapr_pci: make index property mandatoryGreg Kurz
2017-09-27spapr: introduce helpers to migrate HPT chunks and the end markerGreg Kurz
2017-09-27ppc/kvm: generalize the use of kvmppc_get_htab_fd()Greg Kurz
2017-09-27ppc/kvm: change kvmppc_get_htab_fd() to return -errno on errorGreg Kurz
2017-09-27ppc: Fix OpenPIC modelBenjamin Herrenschmidt
2017-09-27ppc/ide/macio: Add missing registersBenjamin Herrenschmidt
2017-09-27ppc/mac: Advertise a high clock frequency for NewWorld MacsBenjamin Herrenschmidt
2017-09-27ppc: QOMify g3beige machineMark Cave-Ayland
2017-09-27ppc4xx: Add more PLB registersBALATON Zoltan
2017-09-26Replace round_page() with TARGET_PAGE_ALIGN()Kamil Rytarowski
2017-09-19numa: cpu: calculate/set default node-ids after all -numa CLI options are parsedIgor Mammedov
2017-09-19cpu: make cpu_generic_init() abort QEMU on errorIgor Mammedov
2017-09-15spapr_events: use QTAILQ_FOREACH_SAFE() in spapr_clear_pending_events()Greg Kurz
2017-09-15spapr_cpu_core: cleaning up qdev_get_machine() callsGreg Kurz
2017-09-15spapr_pci: don't create 64-bit MMIO window if we don't need toGreg Kurz
2017-09-15spapr_pci: convert sprintf() to g_strdup_printf()Greg Kurz
2017-09-15spapr_cpu_core: fail gracefully with non-pseries machine typesGreg Kurz
2017-09-15spapr_pci: handle FDT creation errors with _FDT()Greg Kurz
2017-09-15spapr_pci: use the common _FDT() helperGreg Kurz
2017-09-15spapr: fix CAS-generated resetCédric Le Goater
2017-09-15ppc/xive: fix OV5_XIVE_EXPLOIT bitsCédric Le Goater
2017-09-15spapr: only update SDR1 once per-cpu during CASGreg Kurz
2017-09-15spapr_pci: use g_strdup_printf()Greg Kurz
2017-09-15spapr_pci: drop useless check in spapr_populate_pci_child_dt()Greg Kurz
2017-09-15spapr_pci: drop useless check in spapr_phb_vfio_get_loc_code()Greg Kurz
2017-09-15hw/ppc/spapr.c: cleaning up qdev_get_machine() callsDaniel Henrique Barboza