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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
blockjob: Add 'job_id' parameter to block_job_create()
Alberto Garcia
2016-07-13
1
-3
/
+5
*
blockjob: Add block_job_get()
Alberto Garcia
2016-07-13
1
-0
/
+10
*
blockjob: Update description of the 'id' field
Alberto Garcia
2016-07-13
2
-7
/
+1
*
stream: Fix prototype of stream_start()
Alberto Garcia
2016-07-13
1
-5
/
+6
*
Merge remote-tracking branch 'remotes/armbru/tags/pull-include-2016-07-12' in...
Peter Maydell
2016-07-12
204
-467
/
+475
|
\
|
*
Clean up decorations and whitespace around header guards
Markus Armbruster
2016-07-12
72
-81
/
+92
|
*
Clean up ill-advised or unusual header guards
Markus Armbruster
2016-07-12
71
-200
/
+207
|
*
libdecnumber: Don't error out on decNumberLocal.h re-inclusion
Markus Armbruster
2016-07-12
1
-2
/
+0
|
*
libdecnumber: Don't fool around with guards to avoid #include
Markus Armbruster
2016-07-12
4
-12
/
+4
|
*
Clean up header guards that don't match their file name
Markus Armbruster
2016-07-12
56
-141
/
+149
|
*
Drop Emacs local variables lists redundant with .dir-locals.el
Markus Armbruster
2016-07-12
1
-8
/
+0
|
*
spapr_pci: Include spapr.h instead of playing games with #error
Markus Armbruster
2016-07-12
1
-3
/
+1
|
*
Use #include "..." for our own headers, <...> for others
Markus Armbruster
2016-07-12
17
-20
/
+22
*
|
bswap.h: Document cpu_to_* and *_to_cpu conversion functions
Peter Maydell
2016-07-12
1
-0
/
+58
*
|
bswap.h: Fix comment typo
Peter Maydell
2016-07-12
1
-1
/
+1
*
|
bswap.h: Remove unused cpu_to_*w() and *_to_cpup()
Peter Maydell
2016-07-12
1
-10
/
+0
|
/
*
Fix confusing argument names in some common functions
Sergey Sorokin
2016-07-12
3
-12
/
+13
*
Merge remote-tracking branch 'remotes/lalrae/tags/mips-20160712' into staging
Peter Maydell
2016-07-12
4
-0
/
+291
|
\
|
*
hw/mips_cmgcr: implement RESET_BASE register in CM GCR
Leon Alrae
2016-07-12
1
-0
/
+18
|
*
hw/mips/cps: create GIC block inside CPS
Leon Alrae
2016-07-12
2
-0
/
+11
|
*
hw/mips: implement Global Interrupt Controller
Yongbok Kim
2016-07-12
1
-0
/
+216
|
*
hw/mips: implement GIC Interval Timer
Yongbok Kim
2016-07-12
1
-0
/
+46
*
|
Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20160711' into staging
Peter Maydell
2016-07-11
3
-0
/
+50
|
\
\
|
*
|
s390x/pci: enforce zPCI state checking
Yi Min Zhao
2016-07-11
1
-0
/
+1
|
*
|
s390x/css: Factor out virtual css bridge and bus
Jing Liu
2016-07-11
1
-0
/
+31
|
*
|
s390x/css: factor out some generic code from virtio_ccw_device_realize()
Sascha Silbe
2016-07-11
1
-0
/
+18
*
|
|
Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...
Peter Maydell
2016-07-11
4
-2
/
+6
|
\
\
\
|
*
|
|
cpu: Use CPUClass->parse_features() as convertor to global properties
Igor Mammedov
2016-07-07
1
-1
/
+1
|
*
|
|
machine: Add machine_register_compat_props() function
Eduardo Habkost
2016-07-07
1
-0
/
+1
|
*
|
|
qdev: GlobalProperty.errp field
Eduardo Habkost
2016-07-07
1
-0
/
+4
|
*
|
|
qdev: Eliminate qemu_add_globals() function
Eduardo Habkost
2016-07-07
1
-1
/
+0
|
|
/
/
*
/
/
gtk: fix build
Gerd Hoffmann
2016-07-11
1
-0
/
+1
|
/
/
*
|
i.MX: split the GPT timer implementation into per SOC definitions
Jean-Christophe Dubois
2016-07-07
2
-2
/
+12
*
|
aux: Rename aux.[ch] to auxbus.[ch] for the benefit of Windows
Peter Maydell
2016-07-07
2
-2
/
+2
*
|
tap: vhost busy polling support
Jason Wang
2016-07-07
3
-1
/
+6
*
|
Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20160706' into staging
Peter Maydell
2016-07-06
1
-4
/
+12
|
\
\
|
*
|
tcg: Improve the alignment check infrastructure
Sergey Sorokin
2016-07-06
1
-4
/
+12
*
|
|
Merge remote-tracking branch 'remotes/spice/tags/pull-spice-20160706-1' into ...
Peter Maydell
2016-07-06
5
-1
/
+8
|
\
\
\
|
*
|
|
virgl: pass whole GL scanout dimensions
Marc-André Lureau
2016-07-06
3
-0
/
+4
|
*
|
|
virgl: count the calls to gl_block
Marc-André Lureau
2016-07-06
1
-1
/
+1
|
*
|
|
spice: avoid .set_mm_time on >= 0.12.6
John Snow
2016-07-06
1
-0
/
+3
|
|
/
/
*
|
|
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2016-07-06' into ...
Peter Maydell
2016-07-06
12
-92
/
+187
|
\
\
\
|
*
|
|
sockets: Use new QAPI cloning
Eric Blake
2016-07-06
3
-5
/
+3
|
*
|
|
qapi: Add new clone visitor
Eric Blake
2016-07-06
3
-33
/
+84
|
*
|
|
qapi: Add new visit_complete() function
Eric Blake
2016-07-06
4
-28
/
+49
|
*
|
|
qmp-output-visitor: Favor new visit_free() function
Eric Blake
2016-07-06
1
-1
/
+0
|
*
|
|
string-output-visitor: Favor new visit_free() function
Eric Blake
2016-07-06
1
-1
/
+0
|
*
|
|
qmp-input-visitor: Favor new visit_free() function
Eric Blake
2016-07-06
1
-5
/
+1
|
*
|
|
string-input-visitor: Favor new visit_free() function
Eric Blake
2016-07-06
1
-4
/
+1
|
*
|
|
opts-visitor: Favor new visit_free() function
Eric Blake
2016-07-06
1
-3
/
+1
[next]