summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2014-02-26target-arm: Get MMU index information correct for A64 codePeter Maydell2-4/+9
2014-02-26target-arm: Implement AArch64 OSLAR_EL1 sysreg as WIPeter Maydell1-0/+4
2014-02-26target-arm: Implement AArch64 dummy breakpoint and watchpoint registersPeter Maydell2-0/+36
2014-02-26target-arm: Implement AArch64 ID and feature registersPeter Maydell2-0/+55
2014-02-26target-arm: Implement AArch64 generic timersPeter Maydell2-14/+75
2014-02-26target-arm: Implement AArch64 MPIDRPeter Maydell1-2/+4
2014-02-26target-arm: Implement AArch64 TTBR*Peter Maydell3-64/+33
2014-02-26target-arm: Implement AArch64 VBAR_EL1Peter Maydell2-2/+9
2014-02-26target-arm: Implement AArch64 TCR_EL1Peter Maydell2-4/+17
2014-02-26target-arm: Implement AArch64 SCTLR_EL1Peter Maydell2-2/+3
2014-02-26target-arm: Implement AArch64 memory attribute registersPeter Maydell2-1/+26
2014-02-26target-arm: Implement AArch64 dummy MDSCR_EL1Peter Maydell1-0/+6
2014-02-26target-arm: Implement AArch64 TLB invalidate opsPeter Maydell1-0/+73
2014-02-26target-arm: Implement AArch64 cache invalidate/clean opsPeter Maydell2-2/+49
2014-02-26target-arm: Implement AArch64 MIDR_EL1Peter Maydell1-0/+3