index
:
spice/qemu
chardev-flowcontrol
kvm
master
patchrom
pulse
qemu-kvm-0.14.0-spice
qxl
rebase/spice-next
spice-patches
spice.v32.kvm
spice.v32.kvm.ccid.v23
spice.v50
stable-0.14
usb-patches
usb_ccid.v7
usb_ccid.v7.wip
usbredir
Qemu (mirrored from https://gitlab.freedesktop.org/spice/qemu)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target-ppc
Age
Commit message (
Expand
)
Author
Files
Lines
2014-11-04
target-ppc: Use macros in opcodes table handling code
Bharata B Rao
2
-11
/
+16
2014-11-04
target-ppc : Add new processor type 440x5wDFPU
Pierre Mallard
2
-0
/
+41
2014-11-04
target-ppc : Allow fc[tf]id[*] mnemonics for non TARGET_PPC64
Pierre Mallard
5
-22
/
+16
2014-11-04
target-ppc: Implement IVOR[59] By Default for Book E
Tom Musta
1
-1
/
+1
2014-11-04
target-ppc: Fix kvmppc_set_compat to use negotiated cpu-version
Alexey Kardashevskiy
1
-1
/
+1
2014-11-04
ppc: compute mask from BI using right shift
Paolo Bonzini
1
-3
/
+3
2014-11-04
ppc: rename gen_set_cr6_from_fpscr
Paolo Bonzini
1
-7
/
+7
2014-11-04
ppc: fix result of DLMZB when no zero bytes are found
Paolo Bonzini
1
-0
/
+1
2014-11-04
ppc: use CRF_* in int_helper.c
Paolo Bonzini
1
-6
/
+6
2014-10-15
qdev: Drop legacy_name from qdev properties
Gonglei
1
-1
/
+0
2014-10-15
qdev: Add description field in PropertyInfo struct
Gonglei
1
-0
/
+1
2014-09-25
target-ppc: Use cpu_exec_interrupt qom hook
Richard Henderson
4
-3
/
+19
2014-09-25
target-ppc: Use cpu_exec_enter qom hook
Richard Henderson
1
-0
/
+9
2014-09-08
target-ppc: Implement mulldo with TCG
Tom Musta
3
-30
/
+14
2014-09-08
target-ppc: Clean up mullwo
Tom Musta
1
-8
/
+3
2014-09-08
target-ppc: Clean Up mullw
Tom Musta
1
-3
/
+2
2014-09-08
target-ppc: Optimize rlwnm MB=0 ME=31
Tom Musta
1
-22
/
+34
2014-09-08
target-ppc: Optimize rlwinm MB=0 ME=31
Tom Musta
1
-0
/
+6
2014-09-08
target-ppc: Special Case of rlwimi Should Use Deposit
Tom Musta
1
-6
/
+3
2014-09-08
PPC: KVM: Use vm check_extension for pv hcall
Alexander Graf
1
-1
/
+1
2014-09-08
target-ppc: Bug Fix: srad
Tom Musta
1
-1
/
+1
2014-09-08
target-ppc: Bug Fix: srawi
Tom Musta
1
-1
/
+1
2014-09-08
target-ppc: Bug Fix: mulldo OV Detection
Tom Musta
1
-2
/
+12
2014-09-08
target-ppc: Bug Fix: mullw
Tom Musta
1
-0
/
+11
2014-09-08
target-ppc: Bug Fix: mullwo
Tom Musta
1
-0
/
+9
2014-09-08
target-ppc: Bug Fix: rlwimi
Tom Musta
1
-5
/
+7
2014-09-08
target-ppc: Bug Fix: rlwnm
Tom Musta
1
-9
/
+9
2014-09-08
target-ppc: Bug Fix: rlwinm
Tom Musta
1
-5
/
+3
2014-09-08
ppc: Add hw breakpoint watchpoint support
Bharat Bhushan
1
-15
/
+219
2014-09-08
ppc: Add software breakpoint support
Bharat Bhushan
1
-14
/
+79
2014-09-08
ppc: synchronize excp_vectors for injecting exception
Bharat Bhushan
1
-0
/
+27
2014-09-08
ppc: debug stub: Get trap instruction opcode from KVM
Bharat Bhushan
1
-0
/
+4
2014-09-08
spapr: add uuid/host details to device tree
Nikunj A Dadhania
2
-1
/
+24
2014-08-25
spapr: Add support for new NMI interface
Alexey Kardashevskiy
2
-0
/
+9
2014-08-12
trace: [tcg] Include TCG-tracing header on all targets
LluĂs Vilanova
1
-0
/
+3
2014-07-15
spapr: Move RMA memory region registration code
Alexey Kardashevskiy
2
-12
/
+5
2014-07-15
target-ppc: Fix number of threads per core limit
Alexey Kardashevskiy
1
-13
/
+5
2014-07-08
target-ppc: Remove POWER7+ and POWER8E families
Alexey Kardashevskiy
2
-73
/
+4
2014-07-08
target-ppc: Add pvr_match() callback
Alexey Kardashevskiy
4
-21
/
+37
2014-07-08
PPC: Fix booke206 TLB with phys addrs > 32bit
Alexander Graf
1
-3
/
+3
2014-07-08
target-ppc: Fix gdbstub for ppc64le-linux-user
Richard Henderson
1
-19
/
+15
2014-07-08
target-ppc: Change default cpu for ppc64le-linux-user
Richard Henderson
1
-0
/
+4
2014-06-29
target-ppc: enable virtio endian ambivalent support
Greg Kurz
2
-0
/
+17
2014-06-27
target-ppc: Add support for POWER8 pvr 0x4D0000
Alexey Kardashevskiy
3
-6
/
+24
2014-06-27
target-ppc: Remove unused gen_qemu_ld8s()
Peter Maydell
1
-5
/
+0
2014-06-27
target-ppc: Remove unused IMM and d extract helpers
Peter Maydell
1
-3
/
+0
2014-06-27
spapr_iommu: Make in-kernel TCE table optional
Alexey Kardashevskiy
2
-4
/
+9
2014-06-27
PPC: Add support for Apple gdb in gdbstub
Alexander Graf
3
-0
/
+147
2014-06-27
target-ppc: fixed translation of mcrxr instruction
Sorav Bansal
1
-2
/
+3
2014-06-27
target-ppc: Add DFP to Emulated Instructions Flag
Tom Musta
1
-1
/
+1
[prev]
[next]