index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
target-ppc
Commit message (
Expand
)
Author
Age
Files
Lines
*
ppc: LPCR is a HV resource
Benjamin Herrenschmidt
2016-07-01
1
-4
/
+5
*
ppc: Initial HDEC support
Benjamin Herrenschmidt
2016-07-01
4
-10
/
+54
*
ppc: Enforce setting MSR:EE,IR and DR when MSR:PR is set
Benjamin Herrenschmidt
2016-07-01
1
-0
/
+4
*
ppc: Fix conditions for delivering external interrupts to a guest
Benjamin Herrenschmidt
2016-07-01
1
-11
/
+8
*
ppc: Use a helper to filter writes to LPCR
Benjamin Herrenschmidt
2016-07-01
3
-19
/
+95
*
ppc: Update LPCR definitions
Benjamin Herrenschmidt
2016-07-01
1
-3
/
+13
*
ppc: Add a bunch of hypervisor SPRs to Book3s
Benjamin Herrenschmidt
2016-07-01
1
-3
/
+116
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2016-06-29
1
-2
/
+0
|
\
|
*
target-*: Don't redefine cpu_exec()
Peter Crosthwaite
2016-06-29
1
-2
/
+0
*
|
softfloat: Implement run-time-configurable meaning of signaling NaN bit
Aleksandar Markovic
2016-06-24
1
-59
/
+61
|
/
*
ppc: Disable huge page support if it is not available for main RAM
Thomas Huth
2016-06-23
1
-1
/
+16
*
ppc: Add P7/P8 Power Management instructions
Benjamin Herrenschmidt
2016-06-23
6
-3
/
+241
*
ppc: Move exception generation code out of line
Benjamin Herrenschmidt
2016-06-23
1
-3
/
+3
*
ppc: Turn a bunch of booleans from int to bool
Benjamin Herrenschmidt
2016-06-23
1
-19
/
+18
*
ppc: Add real mode CI load/store instructions for P7 and P8
Benjamin Herrenschmidt
2016-06-23
3
-14
/
+55
*
ppc: Rework generation of priv and inval interrupts
Benjamin Herrenschmidt
2016-06-23
2
-399
/
+310
*
ppc: Fix generation if ISI/DSI vs. HV mode
Benjamin Herrenschmidt
2016-06-23
1
-19
/
+50
*
ppc: Fix POWER7 and POWER8 exception definitions
Benjamin Herrenschmidt
2016-06-23
2
-7
/
+31
*
ppc: fix exception model for HV mode
Benjamin Herrenschmidt
2016-06-23
1
-89
/
+45
*
ppc: define a default LPCR value
Benjamin Herrenschmidt
2016-06-23
1
-0
/
+14
*
ppc: Fix rfi/rfid/hrfi/... emulation
Benjamin Herrenschmidt
2016-06-23
2
-31
/
+24
*
ppc: Improve emulation of THRM registers
Benjamin Herrenschmidt
2016-06-22
3
-3
/
+54
*
target-ppc: Fix rlwimi, rlwinm, rlwnm again
Richard Henderson
2016-06-22
1
-3
/
+1
*
ppc64: disable gen_pause() for linux-user mode
Laurent Vivier
2016-06-22
1
-1
/
+3
*
trace: split out trace events for target-ppc/ directory
Daniel P. Berrange
2016-06-20
1
-0
/
+5
*
exec: [tcg] Track which vCPU is performing translation and execution
Lluís Vilanova
2016-06-20
1
-0
/
+1
*
spapr: Abstract CPU core device and type specific core devices
Bharata B Rao
2016-06-17
1
-0
/
+28
*
target-ppc: Fix rlwimi, rlwinm, rlwnm
Richard Henderson
2016-06-17
1
-21
/
+52
*
target-ppc: Bug in BookE wait instruction
Jakub Horak
2016-06-17
1
-1
/
+1
*
os-posix: include sys/mman.h
Paolo Bonzini
2016-06-16
1
-1
/
+0
*
ppc: Add PowerISA 2.07 compatibility mode
Thomas Huth
2016-06-14
1
-0
/
+3
*
ppc: Improve PCR bit selection in ppc_set_compat()
Thomas Huth
2016-06-14
2
-4
/
+13
*
ppc: Provide function to get CPU class of the host CPU
Thomas Huth
2016-06-14
2
-5
/
+21
*
ppc: Split pcr_mask settings into supported bits and the register mask
Thomas Huth
2016-06-14
3
-3
/
+7
*
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2016-06-07
1
-2
/
+0
|
\
|
*
virtio: move bi-endian target support to a single location
Greg Kurz
2016-06-07
1
-2
/
+0
*
|
ppc: Do not take exceptions on unknown SPRs in privileged mode
Benjamin Herrenschmidt
2016-06-07
1
-2
/
+9
*
|
ppc: Add missing slbfee. instruction on ppc64 BookS processors
Benjamin Herrenschmidt
2016-06-07
3
-0
/
+57
*
|
ppc: Fix slbia decode
Benjamin Herrenschmidt
2016-06-07
1
-1
/
+1
*
|
ppc: Fix mtmsr decoding
Benjamin Herrenschmidt
2016-06-07
1
-1
/
+1
*
|
ppc: POWER7 has lq/stq instructions and stq need to check ISA
Benjamin Herrenschmidt
2016-06-07
2
-2
/
+5
*
|
ppc: POWER7 had ACOP and PID registers
Benjamin Herrenschmidt
2016-06-07
1
-0
/
+18
*
|
ppc: Batch TLB flushes on 32-bit 6xx/7xx/7xxx in hash mode
Benjamin Herrenschmidt
2016-06-07
4
-44
/
+31
*
|
ppc: Fix tlb invalidations on 6xx/7xx/7xxx 32-bit processors
Benjamin Herrenschmidt
2016-06-07
1
-0
/
+8
*
|
ppc: Properly tag the translation cache based on MMU mode
Benjamin Herrenschmidt
2016-06-07
1
-1
/
+1
*
|
target-ppc: fixup bitrot in mmu_helper.c debug statements
Mark Cave-Ayland
2016-06-07
1
-14
/
+24
*
|
ppc: fix hrfid, tlbia and slbia privilege
Cédric Le Goater
2016-06-07
1
-3
/
+3
*
|
ppc: Fix hreg_store_msr() so that non-HV mode cannot alter MSR:HV
Benjamin Herrenschmidt
2016-06-07
2
-4
/
+8
*
|
ppc: Better figure out if processor has HV mode
Benjamin Herrenschmidt
2016-06-07
3
-5
/
+22
*
|
target-ppc/fpu_helper: Fix efscmp* instructions handling
Talha Imran
2016-06-07
1
-1
/
+1
|
/
[next]