aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-05-08usb: usb-hub QOMifyGonglei1-4/+7
2015-05-08usb: usb-hid QOMifyGonglei1-14/+20
2015-05-08usb: usb-bt QOMifyGonglei1-5/+8
2015-05-08usb: usb-audio QOMifyGonglei1-10/+13
2015-05-08uhci: QOMifyGonglei1-12/+31
2015-05-08xhci: fix events for setup trb.Gerd Hoffmann1-0/+8
2015-05-08Revert "xhci: generate a Transfer Event for each Transfer TRB with the IOC bi...Gerd Hoffmann1-12/+3
2015-05-08xhci: set timer to retry xfersGerd Hoffmann1-0/+2
2015-05-08usb: fix usb-net segfaultMichal Kazior1-0/+4
2015-05-07Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20150507-1'...Peter Maydell12-27/+1060
2015-05-07migration: Fix migration state update issueLiang Li1-1/+1
2015-05-07migration: avoid divide by zero in xbzrle cache miss rateMichael Chapman1-3/+5
2015-05-07migration: Add hmp interface to set and query parametersLiang Li4-0/+111
2015-05-07migration: Add qmp commands to set and query parametersLiang Li3-0/+158
2015-05-07migration: Use an array instead of 3 parametersLiang Li3-15/+43
2015-05-07migration: Add interface to control compressionLiang Li2-3/+15
2015-05-07migration: Add the core code for decompressionLiang Li1-2/+48
2015-05-07migration: Make compression co-work with xbzrleLiang Li1-1/+11
2015-05-07migration: Add the core code of multi-thread compressionLiang Li1-7/+178
2015-05-06migration: Split save_zero_page from ram_save_pageLiang Li1-18/+43
2015-05-06arch_init: Add and free data struct for decompressionLiang Li1-1/+12
2015-05-06arch_init: Alloc and free data struct for compressionLiang Li1-1/+34
2015-05-06qemu-file: Add compression functions to QEMUFileLiang Li2-0/+42
2015-05-06migration: Add the framework of multi-thread decompressionLiang Li3-0/+100
2015-05-06migration: Add the framework of multi-thread compressionLiang Li3-2/+137
2015-05-06docs: Add a doc about multiple thread compressionLiang Li1-0/+149
2015-05-06Merge remote-tracking branch 'remotes/rth/tags/tcg-next-20150505' into stagingPeter Maydell1-12/+14
2015-05-05Merge remote-tracking branch 'remotes/armbru/tags/pull-qmp-2015-05-05' into s...Peter Maydell325-927/+2109
2015-05-05qapi: Check for member name conflicts with a base classEric Blake14-14/+47
2015-05-05qapi: Support (subset of) \u escapes in stringsEric Blake26-4/+66
2015-05-05qapi: Tweak doc references to QMP when QGA is also meantEric Blake1-77/+82
2015-05-05qapi: Drop dead visitor code related to nested structsEric Blake1-37/+12
2015-05-05qapi: Drop support for inline nested typesEric Blake14-69/+27
2015-05-05qapi: Drop inline nested structs in query-pciEric Blake3-57/+95
2015-05-05qapi: Drop inline nested struct in query-versionEric Blake3-12/+25
2015-05-05qapi: Drop tests for inline nested structsEric Blake6-63/+90
2015-05-05qapi: Merge UserDefTwo and UserDefNested in testsEric Blake7-103/+102
2015-05-05qapi: Forbid 'type' in schemaEric Blake1-14/+0
2015-05-05qapi: Use 'struct' instead of 'type' in schemaEric Blake39-200/+200
2015-05-05qapi: Document 'struct' metatypeEric Blake1-29/+29
2015-05-05qapi: Prefer 'struct' over 'type' in generatorEric Blake22-81/+93
2015-05-05qapi: More rigorous checking for type safety bypassEric Blake9-15/+23
2015-05-05qapi: Whitelist commands that don't return dictionaryEric Blake11-20/+37
2015-05-05qapi: Require valid namesEric Blake19-43/+60
2015-05-05qapi: More rigourous checking of typesEric Blake52-77/+126
2015-05-05qapi: Add some type check testsEric Blake61-3/+119
2015-05-05qapi: Unify type bypass and add testsEric Blake16-18/+32
2015-05-05qapi: Allow true, false and null in schema jsonFam Zheng3-5/+19
2015-05-05qapi: Better error messages for duplicated expressionsEric Blake29-54/+70
2015-05-05qapi: Add tests of redefined expressionsEric Blake25-0/+45