summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2017-09-07tcg/aarch64: Use constant pool for moviRichard Henderson2-30/+33
2017-09-07tcg/s390: Use constant pool for cmpiRichard Henderson1-69/+67
2017-09-07tcg/s390: Use constant pool for xoriRichard Henderson1-37/+40
2017-09-07tcg/s390: Use constant pool for oriRichard Henderson1-40/+34
2017-09-07tcg/s390: Use constant pool for andiRichard Henderson1-6/+14
2017-09-07tcg/s390: Use constant pool for moviRichard Henderson3-54/+80
2017-09-07tcg/s390: Fix sign of patch_reloc addendRichard Henderson1-12/+13
2017-09-07tcg/s390: Introduce TCG_REG_TBRichard Henderson2-12/+61
2017-09-07tcg/i386: Store out-of-range call targets in constant poolRichard Henderson2-3/+16
2017-09-07tcg: Infrastructure for managing constant poolsRichard Henderson4-1/+119
2017-09-07tcg: Rearrange ldst label trackingRichard Henderson19-91/+57
2017-09-07tcg: Move USE_DIRECT_JUMP discriminator to tcg/cpu/tcg-target.hRichard Henderson16-116/+106
2017-09-07target/hppa: Convert to TranslatorOpsRichard Henderson1-143/+159
2017-09-07target/hppa: Convert to DisasContextBaseRichard Henderson1-9/+8
2017-09-07target/hppa: Convert to DisasJumpTypeRichard Henderson1-307/+294
2017-09-07target/alpha: Switch to do_transaction_failed() hookPeter Maydell4-13/+24
2017-09-07target/alpha: Convert to TranslatorOpsRichard Henderson1-99/+86
2017-09-07target/alpha: Convert to DisasContextBaseRichard Henderson1-39/+39
2017-09-07target/alpha: Convert to DisasJumpTypeRichard Henderson1-77/+55
2017-09-07configure: Drop AIX host supportPeter Maydell2-22/+2
2017-09-07tcg/tci: Add TCG_TARGET_DEFAULT_MORichard Henderson1-0/+5
2017-09-07Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2017-09-06' into st...Peter Maydell10-111/+141
2017-09-07Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20170907'...Peter Maydell48-213/+978
2017-09-07Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20170906a'...Peter Maydell9-85/+35
2017-09-07Merge remote-tracking branch 'remotes/rth/tags/pull-tgt-20170906' into stagingPeter Maydell17-570/+909
2017-09-07target/arm: Add Jazelle featurePortia Stephens3-1/+5
2017-09-07target/arm: Implement new do_transaction_failed hookPeter Maydell3-0/+54
2017-09-07hw/arm: Set ignore_memory_transaction_failures for most ARM boardsPeter Maydell27-0/+43
2017-09-07boards.h: Define new flag ignore_memory_transaction_failuresPeter Maydell3-1/+33
2017-09-07target/arm: Implement BXNS, and banked stack pointersPeter Maydell6-1/+138
2017-09-07target/arm: Move regime_is_secure() to target/arm/internals.hPeter Maydell2-26/+26