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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
pseries: Remove unused callbacks from sPAPR VIO bus state
David Gibson
2016-10-28
1
-2
/
+0
*
ppc: fix MSR_ME handling for system reset interrupt
Nicholas Piggin
2016-10-28
1
-2
/
+2
*
ppc/xics: change the icp_ routines API to use an 'ICPState *' argument
Cédric Le Goater
2016-10-28
3
-25
/
+24
*
ppc/xics: add a XICSState backlink in ICPState
Cédric Le Goater
2016-10-28
2
-0
/
+3
*
ppc/xics: add a xics_set_nr_servers common routine
Cédric Le Goater
2016-10-28
4
-27
/
+25
*
target-ppc: implement xxbr[qdwh] instruction
Nikunj A Dadhania
2016-10-28
3
-0
/
+117
*
target-ppc: implement vnegw/d instructions
Nikunj A Dadhania
2016-10-28
4
-0
/
+18
*
nvram: Rename openbios_firmware_abi.h into sun_nvram.h
Thomas Huth
2016-10-28
3
-5
/
+5
*
nvram: Move the remaining CHRP NVRAM related code to chrp_nvram.[ch]
Thomas Huth
2016-10-28
5
-60
/
+57
*
sparc: Use the new common NVRAM functions for system and free space partition
Thomas Huth
2016-10-28
2
-54
/
+12
*
nvram: Introduce helper functions for CHRP "system" and "free space" partitions
Thomas Huth
2016-10-28
4
-32
/
+109
*
spapr_pci: advertise explicit numa IDs even when there's 1 node
Michael Roth
2016-10-28
1
-1
/
+7
*
tests: enable virtio tests on SPAPR
Laurent Vivier
2016-10-28
7
-13
/
+88
*
tests: use qtest_pc_boot()/qtest_shutdown() in virtio tests
Laurent Vivier
2016-10-28
4
-176
/
+128
*
tests: rename target_big_endian() as qvirtio_is_big_endian()
Laurent Vivier
2016-10-28
4
-29
/
+25
*
tests: move QVirtioBus pointer into QVirtioDevice
Laurent Vivier
2016-10-28
9
-217
/
+186
*
tests: don't check if qtest_spapr_boot() returns NULL
Laurent Vivier
2016-10-28
2
-1
/
+2
*
tests: fix memory leak in virtio-scsi-test
Laurent Vivier
2016-10-28
1
-0
/
+1
*
ppc/xics: Add xics to the monitor "info pic" command
Benjamin Herrenschmidt
2016-10-28
1
-0
/
+49
*
pseries: Update SLOF firmware image to 20161019
Alexey Kardashevskiy
2016-10-28
3
-1
/
+1
*
Merge remote-tracking branch 'remotes/kraxel/tags/pull-audio-20161027-1' into...
Peter Maydell
2016-10-27
1
-1
/
+2
|
\
|
*
audio: intel-hda: check stream entry count during transfer
Prasad J Pandit
2016-10-26
1
-1
/
+2
*
|
Merge remote-tracking branch 'remotes/rth/tags/pull-atomic-20161026' into sta...
Peter Maydell
2016-10-27
43
-1090
/
+2345
|
\
\
|
*
|
target-alpha: Emulate LL/SC using cmpxchg helpers
Richard Henderson
2016-10-26
5
-120
/
+45
|
*
|
target-alpha: Introduce MMU_PHYS_IDX
Richard Henderson
2016-10-26
5
-114
/
+44
|
*
|
target-arm: remove EXCP_STREX + cpu_exclusive_{test, info}
Emilio G. Cota
2016-10-26
4
-22
/
+1
|
*
|
linux-user: remove handling of aarch64's EXCP_STREX
Emilio G. Cota
2016-10-26
1
-125
/
+0
|
*
|
linux-user: remove handling of ARM's EXCP_STREX
Emilio G. Cota
2016-10-26
1
-93
/
+0
|
*
|
target-arm: emulate aarch64's LL/SC using cmpxchg helpers
Emilio G. Cota
2016-10-26
3
-58
/
+163
|
*
|
target-arm: emulate SWP with atomic_xchg helper
Emilio G. Cota
2016-10-26
1
-12
/
+14
|
*
|
target-arm: emulate LL/SC using cmpxchg helpers
Emilio G. Cota
2016-10-26
1
-95
/
+45
|
*
|
target-arm: Rearrange aa32 load and store functions
Richard Henderson
2016-10-26
1
-105
/
+66
|
*
|
tests: add atomic_add-bench
Emilio G. Cota
2016-10-26
3
-1
/
+167
|
*
|
target-i386: remove helper_lock()
Emilio G. Cota
2016-10-26
3
-50
/
+0
|
*
|
target-i386: emulate XCHG using atomic helper
Emilio G. Cota
2016-10-26
1
-6
/
+2
|
*
|
target-i386: emulate LOCK'ed BTX ops using atomic helpers
Emilio G. Cota
2016-10-26
1
-30
/
+57
|
*
|
target-i386: emulate LOCK'ed XADD using atomic helper
Emilio G. Cota
2016-10-26
1
-5
/
+10
|
*
|
target-i386: emulate LOCK'ed NEG using cmpxchg helper
Emilio G. Cota
2016-10-26
1
-4
/
+34
|
*
|
target-i386: emulate LOCK'ed NOT using atomic helper
Emilio G. Cota
2016-10-26
1
-6
/
+20
|
*
|
target-i386: emulate LOCK'ed INC using atomic helper
Emilio G. Cota
2016-10-26
1
-11
/
+13
|
*
|
target-i386: emulate LOCK'ed OP instructions using atomic helpers
Emilio G. Cota
2016-10-26
1
-18
/
+58
|
*
|
target-i386: emulate LOCK'ed cmpxchg using cmpxchg helpers
Emilio G. Cota
2016-10-26
3
-66
/
+169
|
*
|
tcg: Emit barriers with parallel_cpus
Richard Henderson
2016-10-26
1
-11
/
+1
|
*
|
tcg: Add CONFIG_ATOMIC64
Richard Henderson
2016-10-26
6
-13
/
+114
|
*
|
tcg: Add atomic128 helpers
Richard Henderson
2016-10-26
6
-3
/
+119
|
*
|
tcg: Add atomic helpers
Richard Henderson
2016-10-26
9
-15
/
+826
|
*
|
cputlb: Tidy some macros
Richard Henderson
2016-10-26
2
-22
/
+8
|
*
|
cputlb: Move most of iotlb code out of line
Richard Henderson
2016-10-26
2
-42
/
+47
|
*
|
cputlb: Remove includes from softmmu_template.h
Richard Henderson
2016-10-26
1
-4
/
+0
|
*
|
cputlb: Move probe_write out of softmmu_template.h
Richard Henderson
2016-10-26
2
-23
/
+21
[prev]
[next]