aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-03-18ui: split setup of VNC auth scheme into separate methodDaniel P. Berrange1-62/+91
2015-03-18ui: report error if user requests VNC option that is unsupportedDaniel P. Berrange2-32/+23
2015-03-18ui: replace printf() calls with VNC_DEBUGDaniel P. Berrange1-6/+6
2015-03-18ui: remove unused 'wiremode' variable in VncState structDaniel P. Berrange4-11/+0
2015-03-17vnc: Fix QMP change not to use funky error classMarkus Armbruster1-1/+1
2015-03-17Merge remote-tracking branch 'remotes/armbru/tags/pull-cov-model-2015-03-17' ...Peter Maydell1-3/+3
2015-03-17Merge remote-tracking branch 'remotes/kraxel/tags/pull-gl-20150317-1' into st...Peter Maydell1-2/+17
2015-03-17opengl: fix configure testGerd Hoffmann1-2/+17
2015-03-17coverity: Fix g_malloc_n-like modelsJan Kiszka1-3/+3
2015-03-16Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell20-142/+393
2015-03-16Merge remote-tracking branch 'remotes/bkoppelmann/tags/pull-tricore-20150316'...Peter Maydell5-28/+1802
2015-03-16Merge remote-tracking branch 'remotes/rth/tags/tcg-pull-20150316' into stagingPeter Maydell1-1/+4
2015-03-16Merge remote-tracking branch 'mreitz/block' into queue-blockKevin Wolf12-120/+350
2015-03-16block/vpc: remove disabled code from get_sector_offsetPeter Lieven1-32/+0
2015-03-16block/vpc: rename footer->size -> footer->current_sizePeter Lieven1-4/+5
2015-03-16block/vpc: make calculate_geometry spec conformPeter Lieven1-19/+22
2015-03-16vpc: Ignore geometry for large imagesKevin Wolf1-6/+4
2015-03-16block/vpc: optimize vpc_co_get_block_statusPeter Lieven1-10/+8
2015-03-16block: Drop bdrv_findFam Zheng2-10/+0
2015-03-16blockdev: Convert bdrv_find to blk_by_nameFam Zheng1-33/+59
2015-03-16migration: Convert bdrv_find to blk_by_nameFam Zheng1-2/+5
2015-03-16monitor: Convert bdrv_find to blk_by_nameFam Zheng1-4/+5
2015-03-16iotests: Test non-self-referential qcow2 refblocksMax Reitz3-0/+104
2015-03-16iotests: Add tests for refcount table growthMax Reitz3-0/+126
2015-03-16qcow2: Respect new_block in alloc_refcount_block()Max Reitz1-2/+14
2015-03-16qemu-img: Avoid qerror_report_err() outside QMP handlers, againMarkus Armbruster1-4/+2
2015-03-16block: Fix block-set-write-threshold not to use funky error classMarkus Armbruster2-5/+1
2015-03-16block: Deprecate QCOW/QCOW2 encryptionMarkus Armbruster4-5/+37
2015-03-16qemu-img: Fix convert, amend error messages for unknown optionsMarkus Armbruster2-5/+2
2015-03-16iotests: Update 051's reference outputMarkus Armbruster1-3/+1
2015-03-16target-tricore: Add instructions of SYS opcode formatBastian Koppelmann4-0/+175
2015-03-16tcg/optimize: Handle or r,a,a with constant aRichard Henderson1-1/+4
2015-03-16target-tricore: Add instructions of RRRW opcode formatBastian Koppelmann1-0/+63
2015-03-16target-tricore: Add instructions of RRRR opcode formatBastian Koppelmann1-0/+56
2015-03-16target-tricore: Add instructions of RRR1 opcode format, which have 0xe3 as fi...Bastian Koppelmann4-2/+415
2015-03-16target-tricore: Add instructions of RRR1 opcode format, which have 0x63 as fi...Bastian Koppelmann4-2/+600
2015-03-16target-tricore: Add instructions of RRR1 opcode format, which have 0xa3 as fi...Bastian Koppelmann4-24/+493
2015-03-16Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20150316' i...Peter Maydell17-83/+290
2015-03-16Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20150316'...Peter Maydell5-67/+197
2015-03-16pc: Disable vmdesc submission for old machinesAlexander Graf2-0/+2
2015-03-16migration: Allow to suppress vmdesc submissionAlexander Graf4-4/+34
2015-03-16migration: Read JSON VM description on incoming migrationAlexander Graf1-1/+21
2015-03-16rename save_block_hdr to save_page_headerJuan Quintela1-8/+19
2015-03-16save_block_hdr: we can recalculate the cont parameter hereJuan Quintela1-23/+24
2015-03-16save_xbzrle_page: change calling conventionJuan Quintela1-19/+25
2015-03-16ram_save_page: change calling coventionJuan Quintela1-19/+38
2015-03-16ram_find_and_save_block: change calling conventionJuan Quintela1-22/+23
2015-03-16ram: make all save_page functions take a uint64_t parameterJuan Quintela5-7/+13
2015-03-16Add migrate_incomingDr. David Alan Gilbert6-1/+95
2015-03-16Add -incoming deferDr. David Alan Gilbert1-6/+23