summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | i386: Make "max" model not use any host CPUID info on TCGEduardo Habkost2017-02-271-0/+9
| * | i386: Create "max" CPU modelEduardo Habkost2017-02-271-14/+32
| * | i386: Reorganize and document CPUID initialization stepsEduardo Habkost2017-02-271-31/+71
| * | i386: Rename X86CPU::host_features to X86CPU::max_featuresEduardo Habkost2017-02-272-4/+4
| * | i386: Add ordering field to CPUClassEduardo Habkost2017-02-272-4/+6
| * | i386: Unset cannot_destroy_with_object_finalize_yet on "host" modelEduardo Habkost2017-02-271-2/+0Star
* | | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20170228-...Peter Maydell2017-03-011-0/+2
|\ \ \ | |_|/ |/| |
| * | target-arm: Add GICv3CPUState in CPUARMState structVijaya Kumar K2017-02-281-0/+2
* | | Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st...Peter Maydell2017-02-281-1/+1
|\ \ \ | |/ / |/| |
| * | target/s390x: Fix typoStefan Weil2017-02-281-1/+1
| |/
* | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20170228'...Peter Maydell2017-02-285-78/+226
|\ \
| * | armv7m: Raise correct kind of UsageFault for attempts to execute ARM codePeter Maydell2017-02-283-2/+11
| * | armv7m: Check exception return consistencyPeter Maydell2017-02-282-12/+112
| * | armv7m: Extract "exception taken" code into functionsPeter Maydell2017-02-281-50/+68
| * | armv7m: Simpler and faster exception startMichael Davidsaver2017-02-281-6/+9
| * | armv7m: Remove unused armv7m_nvic_acknowledge_irq() return valuePeter Maydell2017-02-282-2/+2
| * | armv7m: Escalate exceptions to HardFault if necessaryMichael Davidsaver2017-02-281-2/+0Star
| * | armv7m: Fix condition check for taking exceptionsPeter Maydell2017-02-282-8/+16