summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-02-10qdev: add "hotpluggable" property to DeviceIgor Mammedov2-0/+32
2014-02-10qdev: add to BusState "hotplug-handler" linkIgor Mammedov2-0/+16
2014-02-10define hotplug interfaceIgor Mammedov3-0/+127
2014-02-10loader: document that errno is setMichael S. Tsirkin1-0/+7
2014-02-09raven: Use constant PCI_NUM_PINS instead of 4Hervé Poussineau1-3/+3
2014-02-09prep: Kill get_system_io() usageHervé Poussineau1-1/+1
2014-02-09libcacard: Don't link with all libraries QEMU links toChristophe Fergeau1-1/+1
2014-02-09block: Fix 32 bit truncation in mark_request_serialising()Kevin Wolf1-3/+3
2014-02-09blkdebug: Don't leak bs->file on failureKevin Wolf1-5/+9
2014-02-09block: Don't call ROUND_UP with negative valuesKevin Wolf1-2/+2
2014-02-09block: bdrv_aligned_pwritev: Assert overlap rangeKevin Wolf1-0/+2
2014-02-09block: Fix memory leaks in bdrv_co_do_pwritev()Kevin Wolf1-2/+2
2014-02-09raw: Fix BlockLimits passthroughKevin Wolf1-1/+7
2014-02-09qemu-iotests: add test for qcow2 preallocation with different cluster sizesHu Tao3-0/+96
2014-02-09qcow2: check for NULL l2metaHu Tao1-15/+16
2014-02-09qcow2: fix offset overflow in qcow2_alloc_clusters_at()Hu Tao1-1/+7
2014-02-09qcow2: remove n_start and n_end of qcow2_alloc_cluster_offset()Hu Tao4-16/+15
2014-02-09block/iscsi: always fill bs->bl.opt_transfer_lengthPeter Lieven1-3/+2
2014-02-09block: Fail gracefully with missing filenameKevin Wolf3-5/+42
2014-02-09qemu-iotests: enable support for NFS protocolPeter Lieven2-3/+22
2014-02-09qemu-iotests: enable test 016 and 025 to work with NFS protocolPeter Lieven2-2/+2
2014-02-09qemu-iotests: blacklist test 020 for NFS protocolPeter Lieven1-0/+5
2014-02-09qemu-iotests: change _supported_proto to file for various testsPeter Lieven25-25/+25
2014-02-09block: add native support for NFSPeter Lieven5-0/+472
2014-02-09qemu-iotest: Make 077 raw-onlyKevin Wolf1-1/+1
2014-02-08Merge remote-tracking branch 'remotes/mwalle/tags/lm32-fixes/20140204' into s...Peter Maydell16-220/+539
2014-02-08arm/zynq: Add software system reset via SCLRSebastian Huber1-0/+5
2014-02-08hw/arm/allwinner-a10: initialize EMACBeniamino Galvani3-2/+28
2014-02-08hw/net: add support for Allwinner EMAC Fast Ethernet controllerBeniamino Galvani4-0/+751
2014-02-08util/fifo8: clear fifo head upon resetBeniamino Galvani1-0/+1
2014-02-08util/fifo8: implement push/pop of multiple bytesBeniamino Galvani2-0/+107
2014-02-08disas: Implement disassembly output for A64Claudio Fontana7-3/+118
2014-02-08disas/libvixl: Fix upstream libvixl compilation issuesPeter Maydell3-18/+17
2014-02-08disas: Add subset of libvixl sources for A64 disassemblerPeter Maydell15-0/+6620
2014-02-08rules.mak: Link with C++ if we have a C++ compilerPeter Maydell1-2/+6
2014-02-08rules.mak: Support .cc as a C++ source file suffixPeter Maydell1-1/+5
2014-02-08arm_gic: Add GICC_APRn state to the GICStateChristoffer Dall3-2/+27
2014-02-08vmstate: Add uint32 2D-array supportChristoffer Dall1-0/+6
2014-02-08arm_gic: Support setting/getting binary point regChristoffer Dall3-5/+20
2014-02-08arm_gic: Keep track of SGI sourcesChristoffer Dall3-14/+96
2014-02-08arm_gic: Fix GIC pending behaviorChristoffer Dall2-18/+62
2014-02-08target-arm: Add support for AArch32 64bit VCVTB and VCVTTWill Newton1-22/+61
2014-02-08target-arm: A64: Add FNEG and FABS to the SIMD 2-reg-misc groupPeter Maydell1-3/+20
2014-02-08target-arm: A64: Add 2-reg-misc REV* instructionsAlex Bennée1-1/+70
2014-02-08target-arm: A64: Add narrowing 2-reg-misc instructionsPeter Maydell1-2/+83
2014-02-08target-arm: A64: Implement 2-reg-misc CNT, NOT and RBITPeter Maydell3-6/+41
2014-02-08target-arm: A64: Implement 2-register misc compares, ABS, NEGPeter Maydell1-2/+134
2014-02-08target-arm: A64: Add skeleton decode for SIMD 2-reg misc groupPeter Maydell1-1/+109
2014-02-08target-arm: A64: Add SIMD simple 64 bit insns from scalar 2-reg miscPeter Maydell1-1/+86
2014-02-08target-arm: A64: Implement remaining integer scalar-3-same insnsPeter Maydell1-19/+87