summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.9-20170303' into...Peter Maydell2017-03-0412-488/+562
|\
| * target/ppc: rewrite f[n]m[add,sub] using float64_muladdNikunj A Dadhania2017-03-031-167/+46Star
| * spapr: Small cleanup of PPC MMU enumsSam Bobroff2017-03-035-66/+51Star
| * target/ppc: Rework hash mmu page fault code and add defines for claritySuraj Jitindar Singh2017-03-032-14/+24
| * target/ppc: Move no-execute and guarded page checking into new functionSuraj Jitindar Singh2017-03-032-9/+17
| * target/ppc: Add execute permission checking to access authority checkSuraj Jitindar Singh2017-03-031-5/+4Star
| * target/ppc: Add Instruction Authority Mask Register CheckSuraj Jitindar Singh2017-03-032-1/+45
| * target/ppc/POWER9: Add cpu_has_work function for POWER9Suraj Jitindar Singh2017-03-031-0/+45
| * target/ppc/POWER9: Add POWER9 mmu fault handlerSuraj Jitindar Singh2017-03-036-2/+113
| * target/ppc: Don't gen an SDR1 on POWER9 and rework register creationSuraj Jitindar Singh2017-03-032-120/+203
| * target/ppc: Add patb_entry to sPAPRMachineStateSuraj Jitindar Singh2017-03-031-0/+1
| * target/ppc/POWER9: Add POWERPC_MMU_V3 bitDavid Gibson2017-03-031-1/+3
| * exec, kvm, target-ppc: Move getrampagesize() to common codeAlexey Kardashevskiy2017-03-031-104/+5Star
| * target/ppc: Add POWER9/ISAv3.00 to compat_tableSuraj Jitindar Singh2017-03-031-5/+11
* | nios2: avoid anonymous unions in designated initializers.Paolo Bonzini2017-03-041-18/+18
* | hppa: avoid anonymous unions in designated initializers.Paolo Bonzini2017-03-041-33/+33
* | x86: Work around SMI migration breakagesDr. David Alan Gilbert2017-03-033-1/+11
* | qapi: flatten GuestPanicInformation unionAnton Nefedov2017-03-031-9/+6Star
* | KVM: do not use sigtimedwait to catch SIGBUSPaolo Bonzini2017-03-035-24/+2Star
* | KVM: remove kvm_arch_on_sigbusPaolo Bonzini2017-03-035-56/+5Star
* | cpus: reorganize signal handling codePaolo Bonzini2017-03-031-13/+2Star
* | KVM: x86: cleanup SIGBUS handlersPaolo Bonzini2017-03-031-39/+42
|/
* Merge remote-tracking branch 'remotes/rth/tags/pull-tgt-20170302' into stagingPeter Maydell2017-03-021-2/+25
|\
| * target/sparc: Restore ldstub of odd asisRichard Henderson2017-03-011-2/+25
* | Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.9-20170301' into...Peter Maydell2017-03-0216-437/+525
|\ \
| * | Add PowerPC 32-bit guest memory dump supportMike Nawrocki2017-03-014-74/+93
| * | target/ppc: add mcrxrx instructionNikunj A Dadhania2017-03-011-0/+23
| * | target/ppc: add ov32 flag in divide operationsNikunj A Dadhania2017-03-011-2/+8
| * | target/ppc: add ov32 flag for multiply low insnsNikunj A Dadhania2017-03-011-0/+6
| * | target/ppc: use tcg ops for neg instructionNikunj A Dadhania2017-03-011-1/+4
| * | target/ppc: update overflow flags for add/subNikunj A Dadhania2017-03-011-2/+9
| * | target/ppc: update ca32 in arithmetic substractNikunj A Dadhania2017-03-011-1/+10
| * | target/ppc: update ca32 in arithmetic addNikunj A Dadhania2017-03-011-0/+21
| * | target/ppc: support for 32-bit carry and overflowNikunj A Dadhania2017-03-014-5/+38
| * | target/ppc: Correct SDR1 maskingDavid Gibson2017-03-012-1/+7
| * | target/ppc: Remove the function ppc_hash64_set_sdr1()Suraj Jitindar Singh2017-03-013-27/+5Star
| * | target/ppc: Manage external HPT via virtual hypervisorDavid Gibson2017-03-017-84/+49Star
| * | target/ppc: Eliminate htab_base and htab_mask variablesDavid Gibson2017-03-017-60/+71
| * | target/ppc: Cleanup HPTE accessors for 64-bit hash MMUDavid Gibson2017-03-013-80/+71Star
| * | target/ppc: SDR1 is a hypervisor resourceDavid Gibson2017-03-012-9/+19
| * | target/ppc: Merge cpu_ppc_set_vhyp() with cpu_ppc_set_papr()David Gibson2017-03-012-9/+4Star
| * | target/ppc: Fix KVM-HV HPTE accessorsDavid Gibson2017-03-015-84/+73Star
| * | target/ppc: introduce helper_update_ov_legacyNikunj A Dadhania2017-03-011-21/+13Star
| * | target/ppc: optimize gen_write_xer()Nikunj A Dadhania2017-03-011-6/+3Star
| * | target/ppc: move cpu_[read, write]_xer to cpu.cNikunj A Dadhania2017-03-013-12/+39
* | | Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...Peter Maydell2017-03-023-80/+385
|\ \ \ | |_|/ |/| |
| * | i386: Improve query-cpu-model-expansion full modeEduardo Habkost2017-02-271-3/+31
| * | i386: Implement query-cpu-model-expansion QMP commandEduardo Habkost2017-02-271-1/+190
| * | i386: Define static "base" CPU modelEduardo Habkost2017-02-272-0/+22
| * | i386: Don't set CPUClass::cpu_def on "max" modelEduardo Habkost2017-02-272-25/+24Star