summaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2017-03-03qapi: flatten GuestPanicInformation unionAnton Nefedov1-9/+6
2017-03-03KVM: do not use sigtimedwait to catch SIGBUSPaolo Bonzini5-24/+2
2017-03-03KVM: remove kvm_arch_on_sigbusPaolo Bonzini5-56/+5
2017-03-03cpus: reorganize signal handling codePaolo Bonzini1-13/+2
2017-03-03KVM: x86: cleanup SIGBUS handlersPaolo Bonzini1-39/+42
2017-03-03target/ppc: rewrite f[n]m[add,sub] using float64_muladdNikunj A Dadhania1-167/+46
2017-03-03spapr: Small cleanup of PPC MMU enumsSam Bobroff5-66/+51
2017-03-03target/ppc: Rework hash mmu page fault code and add defines for claritySuraj Jitindar Singh2-14/+24
2017-03-03target/ppc: Move no-execute and guarded page checking into new functionSuraj Jitindar Singh2-9/+17
2017-03-03target/ppc: Add execute permission checking to access authority checkSuraj Jitindar Singh1-5/+4
2017-03-03target/ppc: Add Instruction Authority Mask Register CheckSuraj Jitindar Singh2-1/+45
2017-03-03target/ppc/POWER9: Add cpu_has_work function for POWER9Suraj Jitindar Singh1-0/+45
2017-03-03target/ppc/POWER9: Add POWER9 mmu fault handlerSuraj Jitindar Singh6-2/+113
2017-03-03target/ppc: Don't gen an SDR1 on POWER9 and rework register creationSuraj Jitindar Singh2-120/+203
2017-03-03target/ppc: Add patb_entry to sPAPRMachineStateSuraj Jitindar Singh1-0/+1
2017-03-03target/ppc/POWER9: Add POWERPC_MMU_V3 bitDavid Gibson1-1/+3
2017-03-03exec, kvm, target-ppc: Move getrampagesize() to common codeAlexey Kardashevskiy1-104/+5
2017-03-03target/ppc: Add POWER9/ISAv3.00 to compat_tableSuraj Jitindar Singh1-5/+11
2017-03-02Merge remote-tracking branch 'remotes/rth/tags/pull-tgt-20170302' into stagingPeter Maydell1-2/+25
2017-03-02Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.9-20170301' into...Peter Maydell16-437/+525
2017-03-02Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...Peter Maydell3-80/+385
2017-03-02target/sparc: Restore ldstub of odd asisRichard Henderson1-2/+25
2017-03-01Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20170228-...Peter Maydell1-0/+2
2017-03-01Add PowerPC 32-bit guest memory dump supportMike Nawrocki4-74/+93
2017-03-01target/ppc: add mcrxrx instructionNikunj A Dadhania1-0/+23
2017-03-01target/ppc: add ov32 flag in divide operationsNikunj A Dadhania1-2/+8
2017-03-01target/ppc: add ov32 flag for multiply low insnsNikunj A Dadhania1-0/+6
2017-03-01target/ppc: use tcg ops for neg instructionNikunj A Dadhania1-1/+4
2017-03-01target/ppc: update overflow flags for add/subNikunj A Dadhania1-2/+9
2017-03-01target/ppc: update ca32 in arithmetic substractNikunj A Dadhania1-1/+10
2017-03-01target/ppc: update ca32 in arithmetic addNikunj A Dadhania1-0/+21
2017-03-01target/ppc: support for 32-bit carry and overflowNikunj A Dadhania4-5/+38
2017-03-01target/ppc: Correct SDR1 maskingDavid Gibson2-1/+7
2017-03-01target/ppc: Remove the function ppc_hash64_set_sdr1()Suraj Jitindar Singh3-27/+5
2017-03-01target/ppc: Manage external HPT via virtual hypervisorDavid Gibson7-84/+49
2017-03-01target/ppc: Eliminate htab_base and htab_mask variablesDavid Gibson7-60/+71
2017-03-01target/ppc: Cleanup HPTE accessors for 64-bit hash MMUDavid Gibson3-80/+71
2017-03-01target/ppc: SDR1 is a hypervisor resourceDavid Gibson2-9/+19
2017-03-01target/ppc: Merge cpu_ppc_set_vhyp() with cpu_ppc_set_papr()David Gibson2-9/+4
2017-03-01target/ppc: Fix KVM-HV HPTE accessorsDavid Gibson5-84/+73
2017-03-01target/ppc: introduce helper_update_ov_legacyNikunj A Dadhania1-21/+13
2017-03-01target/ppc: optimize gen_write_xer()Nikunj A Dadhania1-6/+3
2017-03-01target/ppc: move cpu_[read, write]_xer to cpu.cNikunj A Dadhania3-12/+39
2017-02-28target-arm: Add GICv3CPUState in CPUARMState structVijaya Kumar K1-0/+2
2017-02-28Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st...Peter Maydell1-1/+1
2017-02-28Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20170228'...Peter Maydell5-78/+226
2017-02-28Merge remote-tracking branch 'remotes/rth/tags/pull-axp-20170228' into stagingPeter Maydell1-0/+3
2017-02-28armv7m: Raise correct kind of UsageFault for attempts to execute ARM codePeter Maydell3-2/+11
2017-02-28armv7m: Check exception return consistencyPeter Maydell2-12/+112
2017-02-28armv7m: Extract "exception taken" code into functionsPeter Maydell1-50/+68