summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-09-08ppc: remove non implemented cpu modelsIgor Mammedov1-455/+0
2017-09-08ppc: drop caching ObjectClass from PowerPCCPUAliasIgor Mammedov3-26/+2
2017-09-08ppc: simplify cpu model lookup by PVRIgor Mammedov1-16/+11
2017-09-08ppc: replace inter-function cyclic dependency/recurssion with 2 simple lookupsIgor Mammedov1-30/+13
2017-09-08ppc: make cpu alias point only to real cpu modelsIgor Mammedov2-27/+31
2017-09-08ppc: make cpu_model translation to type consistentIgor Mammedov4-390/+390
2017-09-08ppc: use macros to make cpu type name from string literalIgor Mammedov5-6/+9
2017-09-08target/ppc: Remove old STATUS fileThomas Huth1-550/+0
2017-09-08PPC: KVM: Support machine option to set VSMT modeSam Bobroff5-15/+126
2017-09-08spapr: fallback to raw mode if best compat mode cannot be set during CASGreg Kurz1-4/+14
2017-09-08hw/nvram/spapr_nvram: Device can not be created by the usersThomas Huth1-0/+2
2017-09-08hw/ppc/spapr_cpu_core: Add a proper check for spapr machineThomas Huth2-0/+8
2017-09-08ppc4xx: Export ECB and PLB emulationBALATON Zoltan2-2/+5
2017-09-08ppc4xx_i2c: Move to hw/i2cBALATON Zoltan6-1/+5
2017-09-08ppc4xx_i2c: QOMifyBALATON Zoltan4-109/+113
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 Zoltan3-106/+70
2017-09-08ppc4xx: Move MAL from ppc405_uc to ppc4xx_devsBALATON Zoltan3-263/+266
2017-09-08spapr_iommu: Realloc guest visible TCE table when hot(un)plugging vfio-pciAlexey Kardashevskiy1-21/+14
2017-09-08ppc64: introduce e6500KONRAD Frederic3-1/+93
2017-09-08booke206: allow to specify an mmucfg value at the initKONRAD Frederic1-4/+5
2017-09-08booke206: fix tlbnps for fixed size TLBKONRAD Frederic2-6/+32
2017-09-08booke206: fix booke206_tlbnps for mav 2.0KONRAD Frederic1-2/+2
2017-09-08ppc: spapr: Make VCPU ID handling private to SPAPRSam Bobroff7-51/+41
2017-09-08ppc: spapr: Rename cpu_dt_id to vcpu_idSam Bobroff7-29/+29
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
2017-09-08spapr_drc: pass object ownership to parent/ownerMichael Roth1-0/+1
2017-09-08spapr_drc: add unrealize method to physical DRC classGreg Kurz1-0/+16
2017-09-08spapr_pci: parent the MSI memory region to the PHBGreg Kurz1-1/+1
2017-09-08spapr_iommu: convert TCE table object to realize()Greg Kurz1-4/+2
2017-09-08spapr_drc: use g_strdup_printf() instead of snprintf()Greg Kurz1-6/+9
2017-09-08spapr_iommu: use g_strdup_printf() instead of snprintf()Greg Kurz1-5/+8
2017-09-08spapr_pci: use memory_region_add_subregion() with DMA windowsGreg Kurz1-2/+2
2017-09-08hw/ppc: CAS reset on early device hotplugDaniel Henrique Barboza3-2/+27
2017-09-08hw/ppc: clear pending_events on machine resetDaniel Henrique Barboza3-0/+13
2017-09-08hw/ppc/spapr_drc.c: change spapr_drc_needed to use drc->devDaniel Henrique Barboza1-2/+1
2017-09-07tcg/ppc: Use constant pool for moviRichard Henderson2-4/+31
2017-09-07tcg/ppc: Look for shifted constantsRichard Henderson1-10/+48
2017-09-07tcg/ppc: Change TCG_REG_RA to TCG_REG_TBRichard Henderson1-151/+122
2017-09-07tcg/arm: Use constant pool for callRichard Henderson1-6/+3
2017-09-07tcg/arm: Use constant pool for moviRichard Henderson2-18/+75
2017-09-07tcg/arm: Extract INSN_NOPRichard Henderson1-10/+11
2017-09-07tcg/arm: Code rearrangementRichard Henderson1-258/+257
2017-09-07tcg/arm: Tighten tlb indexing offset testRichard Henderson1-1/+3
2017-09-07tcg/arm: Improve tlb load for armv7Richard Henderson1-20/+52
2017-09-07tcg/sparc: Use constant pool for moviRichard Henderson2-21/+58
2017-09-07tcg/sparc: Introduce TCG_REG_TBRichard Henderson1-30/+140