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
Age
Commit message (
Expand
)
Author
2017-01-31
target-ppc: implement lxvl instruction
Nikunj A Dadhania
2017-01-31
target-ppc: Add xxperm and xxpermr instructions
Bharata B Rao
2017-01-31
target-ppc: implement xscpsgnqp instruction
Nikunj A Dadhania
2017-01-31
target-ppc: implement xsnegqp instruction
Nikunj A Dadhania
2017-01-31
target-ppc: Implement bcd_is_valid function
Jose Ricardo Ziviani
2017-01-31
target-ppc: implement xsabsqp/xsnabsqp instruction
David Gibson
2017-01-31
target-ppc: implement stop instruction
Nikunj A Dadhania
2017-01-31
target-ppc: move ppc_vsr_t to common header
Nikunj A Dadhania
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: Implement bcdsetsgn. instruction
Jose Ricardo Ziviani
2017-01-31
target-ppc: Implement bcdcpsgn. instruction
Jose Ricardo Ziviani
2017-01-31
target-ppc: Implement bcdctsq. instruction
Jose Ricardo Ziviani
2017-01-31
target-ppc: Implement bcdcfsq. instruction
Jose Ricardo Ziviani
2017-01-31
target-ppc: implement lxv/lxvx and stxv/stxvx
Nikunj A Dadhania
2017-01-31
target-ppc: implement stxsd and stxssp
Nikunj A Dadhania
2017-01-31
target-ppc: implement lxsd and lxssp instructions
Nikunj A Dadhania
2017-01-31
target-ppc: Add xscmpoqp and xscmpuqp instructions
Bharata B Rao
2017-01-31
target-ppc: Add xscmpexp[dp,qp] instructions
Bharata B Rao
2017-01-31
target-ppc: Fix xscmpodp and xscmpudp instructions
Bharata B Rao
2017-01-31
target-ppc: rename CRF_* defines as CRF_*_BIT
Nikunj A Dadhania
2017-01-31
target-ppc: Consolidate instruction decode helpers
Bharata B Rao
2017-01-24
migration: extend VMStateInfo
Jianjun Duan
2017-01-20
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2017-01-19
kvm: move cpu synchronization code
Vincent Palatin
2017-01-19
KVM: PPC: eliminate unnecessary duplicate constants
Paolo Bonzini
2017-01-16
Merge remote-tracking branch 'remotes/stsquad/tags/pull-tcg-common-tlb-reset-...
Peter Maydell
2017-01-16
stubs: remove stubs/kvm.c
Paolo Bonzini
2017-01-13
Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...
Peter Maydell
2017-01-13
cputlb: drop flush_global flag from tlb_flush
Alex Bennée
2017-01-13
qom/cpu: move tlb_flush to cpu_common_reset
Alex Bennée
2017-01-12
qmp: Report QOM type name on query-cpu-definitions
Eduardo Habkost
2017-01-10
target-ppc: Use ctpop helper
Richard Henderson
2017-01-10
target-ppc: Use clz and ctz opcodes
Richard Henderson
2017-01-10
target-ppc: Use the new deposit and extract ops
Richard Henderson
2016-12-20
Move target-* CPU file into a target/ folder
Thomas Huth