summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-07-21SPARC64: split cpu_get_phys_page_debug() from cpu_get_phys_page_nofault()Tsuneo Saito2-1/+16
2011-07-21SPARC64: introduce a convenience function for getting physical addressesTsuneo Saito1-6/+14
2011-07-21SPARC64: SFSR cleanup and fixTsuneo Saito2-12/+62
2011-07-21SPARC64: TTE bits cleanupTsuneo Saito2-16/+26
2011-07-21guest agent: add guest agent RPCs/commandsMichael Roth7-3/+768
2011-07-21guest agent: qemu-ga daemonMichael Roth4-3/+660
2011-07-21guest agent: command state classMichael Roth4-1/+102
2011-07-21qerror: add QERR_JSON_PARSE_ERROR to qerror.cMichael Roth1-0/+5
2011-07-21qapi: add QAPI code generation documentationMichael Roth1-0/+316
2011-07-21qapi: add test-qmp-commands, tests for gen. marshalling/dispatch codeMichael Roth2-1/+120
2011-07-21qapi: add test-visitor, tests for gen. visitor codeMichael Roth2-2/+323
2011-07-21qapi: test schema used for unit testsMichael Roth1-0/+22
2011-07-21qapi: add qapi-commands.py code generatorMichael Roth1-0/+385
2011-07-21qapi: add qapi-visit.py code generatorMichael Roth1-0/+246
2011-07-21qapi: add qapi-types.py code generatorMichael Roth1-0/+270
2011-07-21qapi: add qapi.py helper librariesMichael Roth1-0/+203
2011-07-21qapi: add ordereddict.py helper libraryMichael Roth1-0/+127
2011-07-21qapi: add QMP dispatch functionsMichael Roth3-1/+127
2011-07-21qapi: add QMP command registration/lookup functionsMichael Roth3-0/+80
2011-07-21qapi: add QAPI dealloc visitorMichael Roth3-1/+174
2011-07-21qapi: add QMP output visitorMichael Roth3-1/+268
2011-07-21qapi: add QMP input visitorMichael Roth4-1/+332
2011-07-21qapi: add QAPI visitor coreMichael Roth5-0/+221
2011-07-21qapi: add module init types for qapiMichael Roth1-0/+2
2011-07-21qlist: add qlist_first()/qlist_next()Michael Roth1-0/+11
2011-07-21Add hard build dependency on glibAnthony Liguori4-0/+17
2011-07-21Error: Fix build when qemu-common.h is not includedLuiz Capitulino1-0/+1
2011-07-21Introduce compiler.h header fileLuiz Capitulino2-24/+35
2011-07-21QMP: add snapshot-blkdev-sync commandJes Sorensen3-3/+37
2011-07-20Update OpenBIOS images for Sparc32 and Sparc64Blue Swirl3-4/+3
2011-07-20Fix unassigned memory access handlingBlue Swirl10-35/+48
2011-07-20Avoid CPU endian memory accesses in devicesBlue Swirl4-10/+22
2011-07-20SPARC64: treat UA2007 ASI_BLK_* as translating ASIs.Tsuneo Saito1-1/+2
2011-07-20checkpatch: Fix bracing false positives on #ifBlue Swirl1-0/+1
2011-07-20tcg/mips: Fix regression caused by typo (copy + paste bug)Stefan Weil1-1/+1
2011-07-20ds1225y: convert to qdev device, and use it in MIPS Jazz emulationHervé Poussineau3-31/+82
2011-07-20ds1225y: use trace frameworkHervé Poussineau2-11/+9
2011-07-20ds1225y: Remove protection stuff, which doesn't belong to this deviceHervé Poussineau2-42/+1
2011-07-20SPARC64: add missing break on fmovdccTsuneo Saito1-0/+1
2011-07-20SPARC64: fix VIS1 SIMD signed compare instructionsTsuneo Saito3-28/+31
2011-07-20Merge branch 'for-upstream' of git://git.linaro.org/people/pmaydell/qemu-armBlue Swirl8-493/+753
2011-07-20Add missing documentation for qemu-img -pJes Sorensen2-4/+6
2011-07-20qxl: upon reset, if spice worker is stopped, the command rings can be not emptyYonit Halperin1-2/+2
2011-07-20spice: add sanity check for spice portsGerd Hoffmann1-1/+10
2011-07-19qcow2: Use Qcow2Cache in writeback mode during loadvm/savevmKevin Wolf3-11/+41
2011-07-19block: add bdrv_get_allocated_file_size() operationFam Zheng7-30/+96
2011-07-19VMDK: fix coding styleFam Zheng1-30/+46
2011-07-19VMDK: create different subformatsFam Zheng2-229/+275
2011-07-19VMDK: open/read/write for monolithicFlat imageFam Zheng1-13/+158
2011-07-19VMDK: change get_cluster_offset return typeFam Zheng1-37/+42