| Commit message (Expand) | Author | Age | Files | Lines |
* | ppc: Clean up includes | Peter Maydell | 2019-11-29 | 21 | -7/+21 |
* | gdb: provide the name of the architecture in the target.xml | David Hildenbrand | 2019-11-29 | 1 | -0/+10 |
* | dump: qemunotes aren't commonly needed | Andrew Jones | 2019-11-29 | 3 | -9/+0 |
* | target-ppc: Define kvmppc_read_int_dt() | Sukadev Bhattiprolu | 2019-11-29 | 1 | -14/+22 |
* | ppc: cleanup logging | Paolo Bonzini | 2019-11-29 | 6 | -43/+26 |
* | qemu-log: introduce qemu_log_separate | Paolo Bonzini | 2019-11-29 | 2 | -20/+27 |
* | Initial overlay of HQEMU 2.5.2 changes onto underlying 2.5.0 QEMU GIT tree2.5_overlay | Timothy Pearson | 2019-11-29 | 4 | -10/+56 |
* | target-ppc/fpu_helper: fix FPSCR_FX bit shift operation | Madhavan Srinivasan | 2015-11-30 | 1 | -11/+11 |
* | target-ppc: Move the FPSCR bit update macros to cpu.h | Madhavan Srinivasan | 2015-11-30 | 2 | -21/+21 |
* | monitor/target-ppc: Define target_get_monitor_def | Alexey Kardashevskiy | 2015-11-12 | 2 | -172/+65 |
* | PPC: Fix lswx bounds checks | Alexander Graf | 2015-11-12 | 1 | -2/+3 |
* | PPC: Allow Rc bit to be set on mtspr | Alexander Graf | 2015-11-12 | 1 | -1/+1 |
* | ppc: Let kvmppc_reset_htab() return 0 for !CONFIG_KVM | Bharata B Rao | 2015-11-11 | 1 | -1/+1 |
* | ppc: Add/Re-introduce MMU model definitions needed by PR KVM | Bharata B Rao | 2015-11-11 | 2 | -0/+14 |
* | taget-ppc: Fix read access to IBAT registers higher than IBAT3 | Julio Guerra | 2015-11-06 | 1 | -1/+1 |
* | target-*: Advance pc after recognizing a breakpoint | Richard Henderson | 2015-10-28 | 1 | -0/+5 |
* | ppc/spapr: Add "ibm,pa-features" property to the device-tree | Benjamin Herrenschmidt | 2015-10-23 | 3 | -0/+9 |
* | ppc: Add mmu_model defines for arch 2.03 and 2.07 | Benjamin Herrenschmidt | 2015-10-23 | 5 | -20/+22 |
* | spapr_iommu: Rename vfio_accel parameter | David Gibson | 2015-10-23 | 2 | -3/+3 |
* | kvm: Pass PCI device pointer to MSI routing functions | Pavel Fedin | 2015-10-19 | 1 | -1/+1 |
* | qdev: Protect device-list-properties against broken devices | Markus Armbruster | 2015-10-09 | 1 | -0/+4 |
* | target-ppc: Remove unnecessary variable | Shraddha Barke | 2015-10-08 | 1 | -2/+1 |
* | tcg: Remove gen_intermediate_code_pc | Richard Henderson | 2015-10-07 | 1 | -35/+5 |
* | tcg: Pass data argument to restore_state_to_opc | Richard Henderson | 2015-10-07 | 1 | -2/+3 |
* | tcg: Add TCG_MAX_INSNS | Richard Henderson | 2015-10-07 | 1 | -1/+5 |
* | target-*: Drop cpu_gen_code define | Richard Henderson | 2015-10-07 | 1 | -1/+0 |
* | target-*: Introduce and use cpu_breakpoint_test | Richard Henderson | 2015-10-07 | 1 | -9/+5 |
* | target-*: Increment num_insns immediately after tcg_gen_insn_start | Richard Henderson | 2015-10-07 | 1 | -2/+2 |
* | target-*: Unconditionally emit tcg_gen_insn_start | Richard Henderson | 2015-10-07 | 1 | -3/+2 |
* | tcg: Rename debug_insn_start to insn_start | Richard Henderson | 2015-10-07 | 1 | -1/+1 |
* | ppc: Rename ELF_MACHINE to be PPC specific | Peter Crosthwaite | 2015-09-25 | 1 | -2/+2 |
* | ppc/spapr: Implement H_RANDOM hypercall in QEMU | Thomas Huth | 2015-09-23 | 2 | -0/+14 |
* | spapr: Enable in-kernel H_SET_MODE handling | Alexey Kardashevskiy | 2015-09-23 | 2 | -0/+10 |
* | target-ppc: fix xscmpodp and xscmpudp decoding | Aurelien Jarno | 2015-09-20 | 1 | -2/+9 |
* | target-ppc: fix vcipher, vcipherlast, vncipherlast and vpermxor | Aurelien Jarno | 2015-09-20 | 1 | -5/+14 |
* | target-ppc: Fix SRR0 when taking unaligned exceptions | Anton Blanchard | 2015-09-20 | 1 | -1/+1 |
* | kvm_ppc: remove kvmppc_timer_hack | Paolo Bonzini | 2015-09-20 | 3 | -44/+1 |
* | monitor: remove target-specific code from monitor.c | Pavel Butsykin | 2015-09-16 | 2 | -1/+256 |
* | tlb: Add "ifetch" argument to cpu_mmu_index() | Benjamin Herrenschmidt | 2015-09-11 | 1 | -1/+1 |
* | Target-ppc: Remove unnecessary variable | Shraddha Barke | 2015-09-11 | 1 | -7/+2 |
* | cpu-exec: Purge all uses of ENV_GET_CPU() | Peter Crosthwaite | 2015-07-09 | 1 | -1/+1 |
* | cpu: Change cpu_exec_init() arg to cpu, not env | Peter Crosthwaite | 2015-07-09 | 1 | -1/+1 |
* | target-ppc: Move cpu_exec_init() call to realize function | Bharata B Rao | 2015-07-09 | 1 | -2/+10 |
* | cpu: Add Error argument to cpu_exec_init() | Bharata B Rao | 2015-07-09 | 1 | -1/+1 |
* | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 2015-07-08 | 1 | -1/+1 |
|\ |
|
| * | crypto: move built-in AES implementation into crypto/ | Daniel P. Berrange | 2015-07-07 | 1 | -1/+1 |
* | | target-ppc: fix hugepage support when using memory-backend-file | Michael Roth | 2015-07-07 | 1 | -6/+51 |
|/ |
|
* | kvm: First step to push iothread lock out of inner run loop | Jan Kiszka | 2015-07-01 | 1 | -0/+7 |
* | disas: Remove uses of CPU env | Peter Crosthwaite | 2015-06-22 | 1 | -1/+1 |
* | migration: Use normal VMStateDescriptions for Subsections | Juan Quintela | 2015-06-12 | 1 | -38/+24 |