Age | Commit message (Expand) | Author |
2016-04-18 | ppc: Fix migration of the XER register | Thomas Huth |
2016-04-18 | ppc: Fix the bad exception NIP value and the range check in LSWX | Thomas Huth |
2016-04-18 | ppc: Fix the range check in the LSWI instruction | Thomas Huth |
2016-04-05 | ppc: Rework POWER7 & POWER8 exception model | Cédric Le Goater |
2016-03-24 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2016-03-24 | ppc: move POWER8 Book4 regs in their own routine | Cédric Le Goater |
2016-03-24 | ppc: A couple more dummy POWER8 Book4 regs | Benjamin Herrenschmidt |
2016-03-24 | ppc: Add dummy CIABR SPR | Benjamin Herrenschmidt |
2016-03-24 | ppc: Add POWER8 IAMR register | Benjamin Herrenschmidt |
2016-03-24 | ppc: Fix writing to AMR/UAMOR | Benjamin Herrenschmidt |
2016-03-24 | ppc: Initialize AMOR in PAPR mode | Benjamin Herrenschmidt |
2016-03-24 | ppc: Add dummy SPR_IC for POWER8 | Benjamin Herrenschmidt |
2016-03-24 | ppc: Create cpu_ppc_set_papr() helper | Benjamin Herrenschmidt |
2016-03-24 | ppc: Add a bunch of hypervisor SPRs to Book3s | Benjamin Herrenschmidt |
2016-03-24 | ppc: Add macros to register hypervisor mode SPRs | Benjamin Herrenschmidt |
2016-03-24 | ppc: Update SPR definitions | Benjamin Herrenschmidt |
2016-03-24 | spapr/target-ppc/kvm: Only add hcall-instructions if KVM supports it | Alexey Kardashevskiy |
2016-03-24 | ppc64: set MSR_SF bit | Laurent Vivier |
2016-03-22 | util: move declarations out of qemu-common.h | Veronia Bahaa |
2016-03-22 | Replaced get_tick_per_sec() by NANOSECONDS_PER_SECOND | Rutuja Shah |
2016-03-22 | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster |
2016-03-18 | target-ppc: Document TOCTTOU in hugepage support | Markus Armbruster |
2016-03-16 | target-ppc: Eliminate kvmppc_kern_htab global | David Gibson |
2016-03-16 | target-ppc: Add helpers for updating a CPU's SDR1 and external HPT | David Gibson |
2016-03-16 | target-ppc: Split out SREGS get/put functions | David Gibson |
2016-03-16 | target-ppc: Add PVR for POWER8NVL processor | Alexey Kardashevskiy |
2016-03-16 | ppc: Add a few more P8 PMU SPRs | Benjamin Herrenschmidt |
2016-03-16 | ppc: Fix migration of the TAR SPR | Thomas Huth |
2016-03-16 | ppc: Define the PSPB register on POWER8 | Thomas Huth |
2016-03-01 | tcg: Add type for vCPU pointers | Lluís Vilanova |
2016-02-25 | ppc/kvm: Tell the user what might be wrong when using bad CPU types with kvm-hv | Thomas Huth |
2016-02-25 | ppc/kvm: Use error_report() instead of cpu_abort() for user-triggerable errors | Thomas Huth |
2016-02-25 | hw/ppc/spapr: Implement the h_page_init hypercall | Thomas Huth |
2016-02-23 | all: Clean up includes | Peter Maydell |
2016-02-17 | target-ppc: Remove hack for ppc_hash64_load_hpte*() with HV KVM | David Gibson |
2016-02-17 | target-ppc: Include missing MMU models for SDR1 in info registers | David Gibson |
2016-02-17 | target-ppc: Remove unused kvmppc_update_sdr1() stub | David Gibson |
2016-02-09 | Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2016-02-09' into ... | Peter Maydell |
2016-02-09 | tcg: Change tcg_global_mem_new_* to take a TCGv_ptr | Richard Henderson |
2016-02-08 | qom: Swap 'name' next to visitor in ObjectPropertyAccessor | Eric Blake |
2016-02-08 | qapi: Swap visit_* arguments for consistent 'name' placement | Eric Blake |
2016-02-03 | log: do not unnecessarily include qom/cpu.h | Paolo Bonzini |
2016-02-01 | target-ppc: mcrfs should always update FEX/VX and only clear exception bits | James Clarke |
2016-01-30 | target-ppc: Make every FPSCR_ macro have a corresponding FP_ macro | James Clarke |
2016-01-30 | target-ppc: Allow more page sizes for POWER7 & POWER8 in TCG | David Gibson |
2016-01-30 | target-ppc: Helper to determine page size information from hpte alone | David Gibson |
2016-01-30 | target-ppc: Add new TLB invalidate by HPTE call for hash64 MMUs | David Gibson |
2016-01-30 | target-ppc: Split 44x tlbiva from ppc_tlb_invalidate_one() | David Gibson |
2016-01-30 | target-ppc: Remove unused mmu models from ppc_tlb_invalidate_one | David Gibson |
2016-01-30 | target-ppc: Use actual page size encodings from HPTE | David Gibson |