aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-04-30range: remove useless inclusionsPaolo Bonzini5-5/+0
2015-04-30misc: Fix new collection of typosStefan Weil8-12/+12
2015-04-30hw/display : remove 'struct' from 'typedef QXL struct'Chih-Min Chao2-4/+4
2015-04-30ui/console : remove 'struct' from 'typedef struct' typeChih-Min Chao2-3/+3
2015-04-30ui/vnc : remove 'struct' of 'typedef struct'Chih-Min Chao4-10/+10
2015-04-30ui/vnc : fix coding styleChih-Min Chao1-2/+4
2015-04-30bitops : fix coding styleChih-Min Chao1-30/+31
2015-04-30tpm: Modify DPRINTF to enable -Wformat checkingStefan Berger2-17/+13
2015-04-30tpm: Cast 64bit variables to int when used in DPRINTFStefan Berger1-4/+4
2015-04-30Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell21-171/+168
2015-04-30Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into stagingPeter Maydell12-97/+359
2015-04-28nbd/trivial: fix type cast for ioctlBogdan Purcareata1-1/+1
2015-04-28translate-all: use bitmap helpers for PageDesc's bitmapEmilio G. Cota1-33/+9
2015-04-28target-i386: disable LINT0 after resetNadav Amit1-9/+0
2015-04-28Makefile.target: prepend $libs_softmmu to $LIBSWei Liu1-1/+1
2015-04-28milkymist: do not modify libs-softmmuPaolo Bonzini1-1/+1
2015-04-28configure: Add support for tcmallocFam Zheng1-0/+24
2015-04-28qtest: Add assertion that required environment variable is setEd Maste1-0/+1
2015-04-28qtest/ahci: add flush retry testJohn Snow1-0/+44
2015-04-28libqos: add blkdebug_prepare_scriptJohn Snow3-22/+24
2015-04-28libqtest: add qmp_asyncJohn Snow2-1/+56
2015-04-28libqtest: add qmp_eventwaitJohn Snow3-10/+37
2015-04-28qtest/ahci: Allow override of default CLI optionsJohn Snow3-22/+51
2015-04-28qtest/ahci: Add simple flush testJohn Snow1-0/+34
2015-04-28qtest/ahci: test different disk sectorsJohn Snow3-19/+63
2015-04-28qtest/ahci: add qcow2 support to ahci-testJohn Snow4-10/+53
2015-04-28fdc: remove sparc sun4m mutationsHervé Poussineau1-17/+0
2015-04-28Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20150428.0' i...Peter Maydell1-2/+164
2015-04-28vfio-pci: Reset workaround for AMD Bonaire and Hawaii GPUsAlex Williamson1-0/+162
2015-04-28vfio-pci: Fix error path signAlex Williamson1-1/+1
2015-04-28vfio-pci: Further fix BAR size overflowAlex Williamson1-1/+1
2015-04-28Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell91-3071/+5962
2015-04-28block: move I/O request processing to block/io.cStefan Hajnoczi3-2513/+2541
2015-04-28block: extract bdrv_setup_io_funcs()Stefan Hajnoczi2-1/+14
2015-04-28block: add bdrv_set_dirty()/bdrv_reset_dirty() to block_int.hStefan Hajnoczi2-8/+8
2015-04-28block: replace bdrv_states iteration with bdrv_next()Stefan Hajnoczi1-6/+8
2015-04-28vmdk: Widen before shifting 32 bit header fieldFam Zheng1-1/+1
2015-04-28block/dmg: make it modularMichael Tokarev1-1/+2
2015-04-28block/mirror: Always call block_job_sleep_ns()Max Reitz1-3/+0
2015-04-28iotests: add incremental backup granularity testsJohn Snow2-13/+49
2015-04-28iotests: add incremental backup failure recovery testJohn Snow2-2/+59
2015-04-28iotests: add simple incremental backup caseJohn Snow2-6/+172
2015-04-28iotests: add QMP event waiting queueJohn Snow2-30/+103
2015-04-28iotests: add invalid input incremental backup testsJohn Snow3-0/+110
2015-04-28hbitmap: truncate testsJohn Snow1-0/+255
2015-04-28block: Resize bitmaps on bdrv_truncateJohn Snow3-0/+76
2015-04-28block: Ensure consistent bitmap function prototypesJohn Snow6-35/+26
2015-04-28block: add BdrvDirtyBitmap documentationJohn Snow1-5/+5
2015-04-28qmp: Add dirty bitmap status field in query-blockJohn Snow2-1/+5
2015-04-28qmp: add block-dirty-bitmap-clearJohn Snow5-0/+86