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
...
|
*
|
|
migration: Add hmp interface to set and query parameters
Liang Li
2015-05-07
4
-0
/
+111
|
*
|
|
migration: Add qmp commands to set and query parameters
Liang Li
2015-05-07
3
-0
/
+158
|
*
|
|
migration: Use an array instead of 3 parameters
Liang Li
2015-05-07
3
-15
/
+43
|
*
|
|
migration: Add interface to control compression
Liang Li
2015-05-07
2
-3
/
+15
|
*
|
|
migration: Add the core code for decompression
Liang Li
2015-05-07
1
-2
/
+48
|
*
|
|
migration: Make compression co-work with xbzrle
Liang Li
2015-05-07
1
-1
/
+11
|
*
|
|
migration: Add the core code of multi-thread compression
Liang Li
2015-05-07
1
-7
/
+178
|
*
|
|
migration: Split save_zero_page from ram_save_page
Liang Li
2015-05-06
1
-18
/
+43
|
*
|
|
arch_init: Add and free data struct for decompression
Liang Li
2015-05-06
1
-1
/
+12
|
*
|
|
arch_init: Alloc and free data struct for compression
Liang Li
2015-05-06
1
-1
/
+34
|
*
|
|
qemu-file: Add compression functions to QEMUFile
Liang Li
2015-05-06
2
-0
/
+42
|
*
|
|
migration: Add the framework of multi-thread decompression
Liang Li
2015-05-06
3
-0
/
+100
|
*
|
|
migration: Add the framework of multi-thread compression
Liang Li
2015-05-06
3
-2
/
+137
|
*
|
|
docs: Add a doc about multiple thread compression
Liang Li
2015-05-06
1
-0
/
+149
|
/
/
/
*
|
|
Merge remote-tracking branch 'remotes/rth/tags/tcg-next-20150505' into staging
Peter Maydell
2015-05-06
1
-12
/
+14
|
\
\
\
|
*
|
|
tcg: optimise memory layout of TCGTemp
Emilio G. Cota
2015-05-05
1
-12
/
+14
|
|
/
/
*
|
|
Merge remote-tracking branch 'remotes/armbru/tags/pull-qmp-2015-05-05' into s...
Peter Maydell
2015-05-05
325
-927
/
+2109
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
qapi: Check for member name conflicts with a base class
Eric Blake
2015-05-05
14
-14
/
+47
|
*
|
qapi: Support (subset of) \u escapes in strings
Eric Blake
2015-05-05
26
-4
/
+66
|
*
|
qapi: Tweak doc references to QMP when QGA is also meant
Eric Blake
2015-05-05
1
-77
/
+82
|
*
|
qapi: Drop dead visitor code related to nested structs
Eric Blake
2015-05-05
1
-37
/
+12
|
*
|
qapi: Drop support for inline nested types
Eric Blake
2015-05-05
14
-69
/
+27
|
*
|
qapi: Drop inline nested structs in query-pci
Eric Blake
2015-05-05
3
-57
/
+95
|
*
|
qapi: Drop inline nested struct in query-version
Eric Blake
2015-05-05
3
-12
/
+25
|
*
|
qapi: Drop tests for inline nested structs
Eric Blake
2015-05-05
6
-63
/
+90
|
*
|
qapi: Merge UserDefTwo and UserDefNested in tests
Eric Blake
2015-05-05
7
-103
/
+102
|
*
|
qapi: Forbid 'type' in schema
Eric Blake
2015-05-05
1
-14
/
+0
|
*
|
qapi: Use 'struct' instead of 'type' in schema
Eric Blake
2015-05-05
39
-200
/
+200
|
*
|
qapi: Document 'struct' metatype
Eric Blake
2015-05-05
1
-29
/
+29
|
*
|
qapi: Prefer 'struct' over 'type' in generator
Eric Blake
2015-05-05
22
-81
/
+93
|
*
|
qapi: More rigorous checking for type safety bypass
Eric Blake
2015-05-05
9
-15
/
+23
|
*
|
qapi: Whitelist commands that don't return dictionary
Eric Blake
2015-05-05
11
-20
/
+37
|
*
|
qapi: Require valid names
Eric Blake
2015-05-05
19
-43
/
+60
|
*
|
qapi: More rigourous checking of types
Eric Blake
2015-05-05
52
-77
/
+126
|
*
|
qapi: Add some type check tests
Eric Blake
2015-05-05
61
-3
/
+119
|
*
|
qapi: Unify type bypass and add tests
Eric Blake
2015-05-05
16
-18
/
+32
|
*
|
qapi: Allow true, false and null in schema json
Fam Zheng
2015-05-05
3
-5
/
+19
|
*
|
qapi: Better error messages for duplicated expressions
Eric Blake
2015-05-05
29
-54
/
+70
|
*
|
qapi: Add tests of redefined expressions
Eric Blake
2015-05-05
25
-0
/
+45
|
*
|
qapi: Better error messages for bad expressions
Eric Blake
2015-05-05
24
-36
/
+56
|
*
|
qapi: Add some expr tests
Eric Blake
2015-05-05
45
-3
/
+72
|
*
|
qapi: Use 'alternate' to replace anonymous union
Eric Blake
2015-05-05
24
-77
/
+77
|
*
|
qapi: Document new 'alternate' meta-type
Eric Blake
2015-05-05
1
-21
/
+36
|
*
|
qapi: Rename anonymous union type in test
Eric Blake
2015-05-05
5
-33
/
+33
|
*
|
qapi: Segregate anonymous unions into alternates in generator
Eric Blake
2015-05-05
5
-40
/
+62
|
*
|
qapi: Prepare for catching more semantic parse errors
Eric Blake
2015-05-05
1
-17
/
+20
|
*
|
qapi: Tighten checking of unions
Eric Blake
2015-05-05
48
-103
/
+110
|
*
|
qapi: Forbid base without discriminator in unions
Eric Blake
2015-05-05
11
-91
/
+21
|
*
|
qapi: Clean up test coverage of simple unions
Eric Blake
2015-05-05
3
-70
/
+86
|
*
|
qapi: Add some union tests
Eric Blake
2015-05-05
89
-9
/
+325
[prev]
[next]