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