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
2013-02-25
target-ppc: Fix SUBFE carry
Richard Henderson
2013-02-23
target-ppc: Compute mullwo without branches
Richard Henderson
2013-02-23
target-ppc: Compute arithmetic shift carry without branches
Richard Henderson
2013-02-23
target-ppc: Implement neg in terms of subf
Richard Henderson
2013-02-23
target-ppc: Use add2 for carry generation
Richard Henderson
2013-02-23
target-ppc: Compute addition carry with setcond
Richard Henderson
2013-02-23
target-ppc: Compute addition overflow without branches
Richard Henderson
2013-02-23
target-ppc: Use setcond in gen_op_cmp
Richard Henderson
2013-02-23
target-ppc: Split out SO, OV, CA fields from XER
Richard Henderson
2013-02-23
target-ppc: Use mul*2 in mulh* insns
Richard Henderson
2013-02-16
cpu: Add CPUArchState pointer to CPUState
Andreas Färber
2013-02-16
target-ppc: Move TCG initialization to PowerPCCPU initfn
Andreas Färber
2013-02-16
target-ppc: Update PowerPCCPU to QOM realizefn
Andreas Färber
2013-02-11
error: Strip trailing '\n' from error string arguments (again)
Markus Armbruster
2013-02-01
cpu: do not use object_delete
Paolo Bonzini
2013-02-01
target-ppc: Fix target_ulong vs. hwaddr format mismatches
Andreas Färber
2013-02-01
target-ppc: Fix build for PPC_DEBUG_DISAS
Andreas Färber
2013-02-01
target-ppc: Fix unused variable warning for FLUSH_ALL_TLBS
Andreas Färber
2013-02-01
PPC: Unify dcbzl code path
Alexander Graf
2013-01-27
cpu: Add model resolution support to CPUClass
Andreas Färber
2013-01-27
kvm: Create kvm_arch_vcpu_id() function
Eduardo Habkost
2013-01-25
target-ppc: Give a meaningful error if too many threads are specified
Mike Qiu
2013-01-18
PPC: KVM: Add support for EPR with KVM
Alexander Graf
2013-01-18
PPC: Provide zero SVR for -cpu e500mc and e5500
Alexander Graf
2013-01-15
cpu: Move cpu_index field to CPUState
Andreas Färber
2013-01-07
target-ppc: Error out for -cpu host on unknown PVR
Andreas Färber
2013-01-07
target-ppc: Slim conversion of model definitions to QOM subclasses
Andreas Färber
2013-01-07
PPC: Bring EPR support closer to reality
Alexander Graf
2013-01-07
PPC: KVM: set has-idle in guest device tree
Stuart Yoder
2013-01-07
ppc/booke: fix crit/mcheck/debug exceptions
Scott Wood
2012-12-23
Merge branch 'master' of git://git.qemu.org/qemu into qom-cpu
Andreas Färber
2012-12-19
cpu: Move kvm_state field into CPUState
Andreas Färber
2012-12-19
kvm: Pass CPUState to kvm_vcpu_ioctl()
Andreas Färber
2012-12-19
kvm: Pass CPUState to kvm_arch_*
Andreas Färber
2012-12-19
fpu: move public header file to include/fpu
Paolo Bonzini
2012-12-19
softmmu: move include files to include/sysemu/
Paolo Bonzini
2012-12-19
misc: move include files to include/qemu/
Paolo Bonzini
2012-12-19
qom: move include files to include/qom/
Paolo Bonzini
2012-12-19
exec: move include files to include/exec/
Paolo Bonzini
2012-12-19
build: kill libdis, move disassemblers to disas/
Paolo Bonzini
2012-12-16
exec: refactor cpu_restore_state
Blue Swirl
2012-12-14
target-ppc: Don't use hwaddr to represent hardware state
David Gibson
2012-12-08
TCG: Use gen_opc_instr_start from context instead of global variable.
Evgeny Voevodin
2012-12-08
TCG: Use gen_opc_icount from context instead of global variable.
Evgeny Voevodin
2012-12-08
TCG: Use gen_opc_pc from context instead of global variable.
Evgeny Voevodin
2012-11-26
PPC: Fix missing TRACE exception
Julio Guerra
2012-11-17
TCG: Use gen_opc_buf from context instead of global variable.
Evgeny Voevodin
2012-11-17
TCG: Use gen_opc_ptr from context instead of global variable.
Evgeny Voevodin
2012-11-10
disas: avoid using cpu_single_env
Blue Swirl
2012-11-03
Merge branch 'trivial-patches' of git://github.com/stefanha/qemu
Blue Swirl
[next]