summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-03-03tests/qapi-schema: Cover union types with baseMarkus Armbruster5-4/+8
2014-03-03tests/qapi-schema: Cover complex types with baseMarkus Armbruster6-20/+37
2014-03-03tests/qapi-schema: Cover anonymous union typesMarkus Armbruster5-1/+81
2014-03-03tests/qapi-schema: Cover simple argument typesMarkus Armbruster3-0/+19
2014-03-03tests/qapi-schema: Cover optional command argumentsMarkus Armbruster3-5/+9
2014-03-03tests/qapi-schema: Actually check successful QMP command responseMarkus Armbruster1-8/+35
2014-02-28monitor: Remove left-over code in do_info_profile.Hani Benhabiles1-4/+0
2014-02-28qerror: Improve QERR_DEVICE_NOT_ACTIVE messageHani Benhabiles1-1/+1
2014-02-28qmp: Check for returned data from __json_read in get_eventsFam Zheng1-1/+6
2014-02-28dump: add 'query-dump-guest-memory-capability' commandqiaonuohan3-0/+77
2014-02-28Define the architecture for compressed dump formatqiaonuohan3-2/+8
2014-02-28dump: make kdump-compressed format available for 'dump-guest-memory'qiaonuohan4-10/+158
2014-02-28dump: add API to write dump pagesqiaonuohan2-0/+238
2014-02-28dump: add APIs to operate DataCacheqiaonuohan2-0/+56
2014-02-28dump: add API to write dump_bitmapqiaonuohan2-0/+166
2014-02-28dump: add API to write dump headerqiaonuohan2-0/+319
2014-02-28dump: add members to DumpState and init some of themqiaonuohan2-0/+35
2014-02-28dump: add support for lzo/snappyqiaonuohan1-0/+54
2014-02-28dump: add API to write elf notes to bufferqiaonuohan1-0/+19
2014-02-28dump: add API to write vmcoreqiaonuohan1-0/+21
2014-02-28dump: add API to write header of flatten formatqiaonuohan2-0/+59
2014-02-28dump: add argument to write_elfxx_notesqiaonuohan1-8/+8
2014-02-28dump: const-qualify the buf of WriteCoreDumpFunctionqiaonuohan2-2/+3
2014-02-28MAINTAINERS: update status for HMP, QAPI and QMP treesLuiz Capitulino1-3/+3
2014-02-28QMP: Allow dot separated dict path arguments in qmp-shellFam Zheng1-2/+18
2014-02-28modules: Fix building with --enable-modulesFam Zheng1-1/+1
2014-02-27Merge remote-tracking branch 'remotes/kvm/uq/master' into stagingPeter Maydell1-1/+1
2014-02-27Merge remote-tracking branch 'remotes/awilliam/tags/vfio-pci-for-qemu-2014022...Peter Maydell3-4/+80
2014-02-26Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20140226'...Peter Maydell34-192/+1379
2014-02-26Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20140225' i...Peter Maydell9-47/+84
2014-02-26Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into st...Peter Maydell10-125/+244
2014-02-26Merge remote-tracking branch 'remotes/kraxel/tags/pull-audio-3' into stagingPeter Maydell1-28/+32
2014-02-26vfio: blacklist loading of unstable romsBandan Das1-0/+73
2014-02-26qdev-monitor: set DeviceState opts before calling realizeBandan Das1-1/+3
2014-02-26pci-assign: Fix potential read beyond buffer on -EBUSYMarkus Armbruster1-0/+1
2014-02-26vfio: Fix overrun after readlink() fills buffer completelyMarkus Armbruster1-3/+3
2014-02-26dma/pl330: implement dmaadnh instructionPeter Crosthwaite1-3/+16
2014-02-26dma/pl330: Fix buffer depthPeter Crosthwaite1-1/+1
2014-02-26dma/pl330: Add event debugging printfsPeter Crosthwaite1-0/+2
2014-02-26dma/pl330: Rename parent_objPeter Crosthwaite1-1/+2
2014-02-26dma/pl330: printf format type sweep.Peter Crosthwaite1-12/+14
2014-02-26dma/pl330: Fix misleading typePeter Crosthwaite1-1/+1
2014-02-26dma/pl330: Delete overly verbose debug printfPeter Crosthwaite1-1/+0
2014-02-26target-arm: Add support for AArch32 ARMv8 CRC32 instructionsWill Newton6-1/+101
2014-02-26include/qemu/crc32c.h: Rename include guards to match filenameWill Newton1-2/+2
2014-02-26target-arm: Add utility function for checking AA32/64 state of an ELPeter Maydell1-0/+16
2014-02-26target-arm: Implement AArch64 view of CPACRPeter Maydell2-2/+3
2014-02-26target-arm: A64: Implement MSR (immediate) instructionsPeter Maydell3-1/+51
2014-02-26target-arm: Store AIF bits in env->pstate for AArch32Peter Maydell5-23/+34
2014-02-26target-arm: A64: Implement WFIPeter Maydell1-1/+4