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: Fix fault PC reporting for lve*/stve* VMX instructions
Benjamin Herrenschmidt
2016-07-29
1
-10
/
+11
*
target-ppc: add PPC_MFTB flag to e500mc and e5500
Michael Walle
2016-07-25
1
-2
/
+2
*
ppc: Huge page detection mechanism fixes - Episode III
Thomas Huth
2016-07-25
1
-13
/
+14
*
kvm-irqchip: i386: add hook for add/remove virq
Peter Xu
2016-07-21
1
-0
/
+11
*
ppc: Yet another fix for the huge page support detection mechanism
Thomas Huth
2016-07-18
1
-3
/
+7
*
target-ppc: fix left shift overflow in hpte_page_shift
Paolo Bonzini
2016-07-18
1
-1
/
+1
*
ppc/mmu-hash64: Remove duplicated #include statement
Thomas Huth
2016-07-18
1
-1
/
+0
*
ppc: abort if compat property contains an unknown value
Greg Kurz
2016-07-18
1
-2
/
+2
*
ppc: Fix support for odd MSR combinations
Benjamin Herrenschmidt
2016-07-18
1
-24
/
+22
*
Clean up ill-advised or unusual header guards
Markus Armbruster
2016-07-12
4
-12
/
+12
*
target-*: Clean up cpu.h header guards
Markus Armbruster
2016-07-12
1
-3
/
+4
*
Use #include "..." for our own headers, <...> for others
Markus Armbruster
2016-07-12
1
-1
/
+1
*
Fix confusing argument names in some common functions
Sergey Sorokin
2016-07-12
1
-4
/
+4
*
ppc/hash64: Fix support for LPCR:ISL
Benjamin Herrenschmidt
2016-07-05
1
-8
/
+17
*
ppc/hash64: Add proper real mode translation support
Benjamin Herrenschmidt
2016-07-05
4
-10
/
+174
*
target-ppc: Return page shift from PTEG search
David Gibson
2016-07-05
1
-25
/
+8
*
target-ppc: Simplify HPTE matching
David Gibson
2016-07-05
2
-8
/
+9
*
target-ppc: Correct page size decoding in ppc_hash64_pteg_search()
David Gibson
2016-07-05
1
-58
/
+41
*
ppc: simplify ppc_hash64_hpte_page_shift_noslb()
Cédric Le Goater
2016-07-05
2
-7
/
+2
*
ppc: simplify max_smt initialization in ppc_cpu_realizefn()
Greg Kurz
2016-07-05
1
-1
/
+1
*
ppc: Fix xsrdpi, xvrdpi and xvrspi rounding
Anton Blanchard
2016-07-05
1
-3
/
+3
*
target-ppc: gen_pause for instructions: yield, mdoio, mdoom, miso
Aaron Larson
2016-07-01
1
-7
/
+8
*
ppc: Fix 64K pages support in full emulation
Benjamin Herrenschmidt
2016-07-01
3
-7
/
+57
*
ppc: Print HSRR0/HSRR1 in "info registers"
Benjamin Herrenschmidt
2016-07-01
1
-0
/
+7
*
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
[next]