index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
/
ppc
/
cpu.h
Age
Commit message (
Expand
)
Author
2017-03-14
target/ppc: Fix wrong number of UAMR register
Thomas Huth
2017-03-03
target/ppc: Rework hash mmu page fault code and add defines for clarity
Suraj Jitindar Singh
2017-03-03
target/ppc: Move no-execute and guarded page checking into new function
Suraj Jitindar Singh
2017-03-03
target/ppc: Add Instruction Authority Mask Register Check
Suraj Jitindar Singh
2017-03-03
target/ppc: Add patb_entry to sPAPRMachineState
Suraj Jitindar Singh
2017-03-01
Add PowerPC 32-bit guest memory dump support
Mike Nawrocki
2017-03-01
target/ppc: support for 32-bit carry and overflow
Nikunj A Dadhania
2017-03-01
target/ppc: Manage external HPT via virtual hypervisor
David Gibson
2017-03-01
target/ppc: Eliminate htab_base and htab_mask variables
David Gibson
2017-03-01
target/ppc: Cleanup HPTE accessors for 64-bit hash MMU
David Gibson
2017-03-01
target/ppc: Merge cpu_ppc_set_vhyp() with cpu_ppc_set_papr()
David Gibson
2017-03-01
target/ppc: Fix KVM-HV HPTE accessors
David Gibson
2017-03-01
target/ppc: move cpu_[read, write]_xer to cpu.c
Nikunj A Dadhania
2017-02-22
target/ppc/POWER9: Adapt LPCR handling for POWER9
Suraj Jitindar Singh
2017-02-22
target/ppc: Fix LPCR DPFD mask define
Suraj Jitindar Singh
2017-01-31
target/ppc: Add pcr_supported to POWER9 cpu class definition
Suraj Jitindar Singh
2017-01-31
ppc: Add ppc_set_compat_all()
David Gibson
2017-01-31
ppc: Validate compatibility modes when setting
David Gibson
2017-01-31
ppc: Rewrite ppc_get_compat_smt_threads()
David Gibson
2017-01-31
ppc: Rewrite ppc_set_compat()
David Gibson
2017-01-31
ppc: Rename cpu_version to compat_pvr
David Gibson
2017-01-31
ppc: Clean up and QOMify hypercall emulation
David Gibson
2017-01-31
target-ppc: add vextu[bhw][lr]x instructions
Avinesh Kumar
2017-01-31
target-ppc: rename CRF_* defines as CRF_*_BIT
Nikunj A Dadhania
2016-12-20
Move target-* CPU file into a target/ folder
Thomas Huth