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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20170228'...
Peter Maydell
2017-02-28
5
-78
/
+226
|
\
|
*
armv7m: Raise correct kind of UsageFault for attempts to execute ARM code
Peter Maydell
2017-02-28
3
-2
/
+11
|
*
armv7m: Check exception return consistency
Peter Maydell
2017-02-28
2
-12
/
+112
|
*
armv7m: Extract "exception taken" code into functions
Peter Maydell
2017-02-28
1
-50
/
+68
|
*
armv7m: Simpler and faster exception start
Michael Davidsaver
2017-02-28
1
-6
/
+9
|
*
armv7m: Remove unused armv7m_nvic_acknowledge_irq() return value
Peter Maydell
2017-02-28
2
-2
/
+2
|
*
armv7m: Escalate exceptions to HardFault if necessary
Michael Davidsaver
2017-02-28
1
-2
/
+0
|
*
armv7m: Fix condition check for taking exceptions
Peter Maydell
2017-02-28
2
-8
/
+16
|
*
Add missing fp_access_check() to aarch64 crypto instructions
Nick Reilly
2017-02-28
1
-0
/
+12
*
|
Merge remote-tracking branch 'remotes/rth/tags/pull-axp-20170228' into staging
Peter Maydell
2017-02-28
1
-0
/
+3
|
\
\
|
*
|
target/alpha: Enable MTTCG by default
Richard Henderson
2017-02-28
1
-0
/
+3
|
|
/
*
/
linux-user: Add signal handling support for x86_64
Pranith Kumar
2017-02-27
2
-0
/
+14
|
/
*
Merge remote-tracking branch 'remotes/stsquad/tags/pull-mttcg-240217-1' into ...
Peter Maydell
2017-02-25
14
-194
/
+401
|
\
|
*
tcg: enable MTTCG by default for ARM on x86 hosts
Alex Bennée
2017-02-24
1
-0
/
+3
|
*
target-arm: ensure all cross vCPUs TLB flushes complete
Alex Bennée
2017-02-24
1
-96
/
+69
|
*
target-arm: don't generate WFE/YIELD calls for MTTCG
Alex Bennée
2017-02-24
3
-6
/
+29
|
*
target-arm/powerctl: defer cpu reset work to CPU context
Alex Bennée
2017-02-24
7
-74
/
+201
|
*
cputlb and arm/sparc targets: convert mmuidx flushes from varg to bitmap
Alex Bennée
2017-02-24
2
-47
/
+77
|
*
tcg: drop global lock during TCG code execution
Jan Kiszka
2017-02-24
4
-5
/
+56
*
|
Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20170224' into staging
Peter Maydell
2017-02-25
2
-29
/
+80
|
\
\
|
*
|
s390x/arch_dump: pass cpuid into notes sections
Christian Borntraeger
2017-02-24
1
-11
/
+12
|
*
|
s390x/arch_dump: use proper note name and note size
Christian Borntraeger
2017-02-24
1
-15
/
+28
|
*
|
s390x/kvm: detect some program check loops
Christian Borntraeger
2017-02-24
1
-3
/
+40
|
|
/
*
|
Merge remote-tracking branch 'remotes/armbru/tags/pull-util-2017-02-23' into ...
Peter Maydell
2017-02-24
1
-5
/
+4
|
\
\
|
*
|
util/cutils: Change qemu_strtosz*() from int64_t to uint64_t
Markus Armbruster
2017-02-23
1
-2
/
+2
|
*
|
util/cutils: Return qemu_strtosz*() error and value separately
Markus Armbruster
2017-02-23
1
-2
/
+3
|
*
|
util/cutils: Let qemu_strtosz*() optionally reject trailing crap
Markus Armbruster
2017-02-23
1
-3
/
+2
|
*
|
util/cutils: New qemu_strtosz_metric()
Markus Armbruster
2017-02-23
1
-2
/
+1
|
|
/
*
|
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.9-20170222' into...
Peter Maydell
2017-02-24
13
-35
/
+615
|
\
\
|
|
/
|
/
|
|
*
hw/ppc/spapr: Check for valid page size when hot plugging memory
Thomas Huth
2017-02-22
2
-4
/
+35
|
*
target-ppc: fix Book-E TLB matching
Alex Zuepke
2017-02-22
1
-1
/
+1
|
*
target/ppc/POWER9: Direct all instr and data storage interrupts to the hypv
Suraj Jitindar Singh
2017-02-22
1
-2
/
+18
|
*
target/ppc/POWER9: Adapt LPCR handling for POWER9
Suraj Jitindar Singh
2017-02-22
3
-6
/
+44
|
*
target/ppc/POWER9: Add ISAv3.00 MMU definition
Suraj Jitindar Singh
2017-02-22
3
-3
/
+7
|
*
target/ppc: Fix LPCR DPFD mask define
Suraj Jitindar Singh
2017-02-22
1
-1
/
+1
|
*
target-ppc: Add xscvqpudz and xscvqpuwz instructions
Bharata B Rao
2017-02-22
4
-0
/
+8
|
*
target-ppc: Implement round to odd variants of quad FP instructions
Bharata B Rao
2017-02-22
2
-23
/
+21
|
*
target-ppc: add wait instruction
Nikunj A Dadhania
2017-02-22
1
-0
/
+1
|
*
target-ppc: add slbsync implementation
Nikunj A Dadhania
2017-02-22
1
-0
/
+12
|
*
target-ppc: add slbieg instruction
Nikunj A Dadhania
2017-02-22
3
-2
/
+29
|
*
target-ppc: generate exception for copy/paste
Nikunj A Dadhania
2017-02-22
1
-0
/
+15
|
*
target-ppc: implement store atomic instruction
Balamuruhan S
2017-02-22
1
-0
/
+52
|
*
target-ppc: implement load atomic instruction
Balamuruhan S
2017-02-22
2
-0
/
+61
|
*
target-ppc: Add xsmaxjdp and xsminjdp instructions
Bharata B Rao
2017-02-22
4
-0
/
+61
|
*
target-ppc: Add xsmaxcdp and xsmincdp instructions
Bharata B Rao
2017-02-22
4
-0
/
+44
|
*
ppc: implement xssubqp instruction
Jose Ricardo Ziviani
2017-02-22
4
-0
/
+37
|
*
ppc: implement xssqrtqp instruction
Jose Ricardo Ziviani
2017-02-22
4
-0
/
+41
|
*
ppc: implement xsrqpxp instruction
Jose Ricardo Ziviani
2017-02-22
4
-0
/
+59
|
*
ppc: implement xsrqpi[x] instruction
Jose Ricardo Ziviani
2017-02-22
5
-0
/
+75
*
|
Merge remote-tracking branch 'remotes/yongbok/tags/mips-20170222' into staging
Peter Maydell
2017-02-23
2
-0
/
+11
|
\
\
[next]