aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-07-21guest agent: add guest agent RPCs/commandsMichael Roth
2011-07-21guest agent: qemu-ga daemonMichael Roth
2011-07-21guest agent: command state classMichael Roth
2011-07-21qerror: add QERR_JSON_PARSE_ERROR to qerror.cMichael Roth
2011-07-21qapi: add QAPI code generation documentationMichael Roth
2011-07-21qapi: add test-qmp-commands, tests for gen. marshalling/dispatch codeMichael Roth
2011-07-21qapi: add test-visitor, tests for gen. visitor codeMichael Roth
2011-07-21qapi: test schema used for unit testsMichael Roth
2011-07-21qapi: add qapi-commands.py code generatorMichael Roth
2011-07-21qapi: add qapi-visit.py code generatorMichael Roth
2011-07-21qapi: add qapi-types.py code generatorMichael Roth
2011-07-21qapi: add qapi.py helper librariesMichael Roth
2011-07-21qapi: add ordereddict.py helper libraryMichael Roth
2011-07-21qapi: add QMP dispatch functionsMichael Roth
2011-07-21qapi: add QMP command registration/lookup functionsMichael Roth
2011-07-21qapi: add QAPI dealloc visitorMichael Roth
2011-07-21qapi: add QMP output visitorMichael Roth
2011-07-21qapi: add QMP input visitorMichael Roth
2011-07-21qapi: add QAPI visitor coreMichael Roth
2011-07-21qapi: add module init types for qapiMichael Roth
2011-07-21qlist: add qlist_first()/qlist_next()Michael Roth
2011-07-21Add hard build dependency on glibAnthony Liguori
2011-07-21Error: Fix build when qemu-common.h is not includedLuiz Capitulino
2011-07-21Introduce compiler.h header fileLuiz Capitulino
2011-07-21QMP: add snapshot-blkdev-sync commandJes Sorensen
2011-07-20Update OpenBIOS images for Sparc32 and Sparc64Blue Swirl
2011-07-20Fix unassigned memory access handlingBlue Swirl
2011-07-20Avoid CPU endian memory accesses in devicesBlue Swirl
2011-07-20SPARC64: treat UA2007 ASI_BLK_* as translating ASIs.Tsuneo Saito
2011-07-20checkpatch: Fix bracing false positives on #ifBlue Swirl
2011-07-20tcg/mips: Fix regression caused by typo (copy + paste bug)Stefan Weil
2011-07-20ds1225y: convert to qdev device, and use it in MIPS Jazz emulationHervé Poussineau
2011-07-20ds1225y: use trace frameworkHervé Poussineau
2011-07-20ds1225y: Remove protection stuff, which doesn't belong to this deviceHervé Poussineau
2011-07-20SPARC64: add missing break on fmovdccTsuneo Saito
2011-07-20SPARC64: fix VIS1 SIMD signed compare instructionsTsuneo Saito
2011-07-20Merge branch 'for-upstream' of git://git.linaro.org/people/pmaydell/qemu-armBlue Swirl
2011-07-20Add missing documentation for qemu-img -pJes Sorensen
2011-07-20qxl: upon reset, if spice worker is stopped, the command rings can be not emptyYonit Halperin
2011-07-20spice: add sanity check for spice portsGerd Hoffmann
2011-07-19qcow2: Use Qcow2Cache in writeback mode during loadvm/savevmKevin Wolf
2011-07-19block: add bdrv_get_allocated_file_size() operationFam Zheng
2011-07-19VMDK: fix coding styleFam Zheng
2011-07-19VMDK: create different subformatsFam Zheng
2011-07-19VMDK: open/read/write for monolithicFlat imageFam Zheng
2011-07-19VMDK: change get_cluster_offset return typeFam Zheng
2011-07-19VMDK: move 'static' cid_update flag to bs fieldFam Zheng
2011-07-19VMDK: flush multiple extentsFam Zheng
2011-07-19VMDK: add field BDRVVmdkState.desc_offsetFam Zheng
2011-07-19VMDK: separate vmdk_open by format versionFam Zheng