summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-02-14nand: Don't use qdev_create() in nand_init()Andreas Färber1-1/+1
2014-02-14tests: Run qom-test for every architecturePeter Maydell1-23/+8
2014-02-14qom-test: Test shutdown in addition to startupMarkus Armbruster1-7/+7
2014-02-14qom-test: Run for all available machinesMarkus Armbruster1-214/+60
2014-02-14tests: Fix gcov paths for relocated device sourcesAndreas Färber1-6/+6
2014-02-13target-ppc: Make ppc40x CPUs available in ppcembAndreas Färber2-22/+19
2014-02-13ppcemb-softmmu: Drop Mac and e500 emulationAndreas Färber4-22/+4
2014-02-13qtest: don't report signals if qtest driver enabledMichael S. Tsirkin3-1/+8
2014-02-13Merge remote-tracking branch 'remotes/afaerber/tags/prep-for-upstream' into s...Peter Maydell6-10/+7
2014-02-12Merge remote-tracking branch 'remotes/alon/pull-libcacard.glusterfs' into sta...Peter Maydell1-1/+1
2014-02-12Merge remote-tracking branch 'remotes/kevin/tags/for-anthony' into stagingPeter Maydell50-84/+730
2014-02-11petalogix-ml605: Create the CPU with object_new()Edgar E. Iglesias1-5/+2
2014-02-11exec: Make cpu_memory_rw_debug use the CPUs ASEdgar E. Iglesias1-5/+5
2014-02-11exec: Make cpu_physical_memory_write_rom input an ASEdgar E. Iglesias5-11/+15
2014-02-11exec: Make stb_phys input an AddressSpaceEdgar E. Iglesias11-26/+34
2014-02-11exec: Make stw_*_phys input an AddressSpaceEdgar E. Iglesias14-39/+46
2014-02-11exec: Make stl_phys_notdirty input an AddressSpaceEdgar E. Iglesias6-17/+18
2014-02-11exec: Make stl_*_phys input an AddressSpaceEdgar E. Iglesias25-119/+137
2014-02-11exec: Make stq_*_phys input an AddressSpaceEdgar E. Iglesias18-92/+132
2014-02-11exec: Make lduw_*_phys input an AddressSpaceEdgar E. Iglesias10-44/+48
2014-02-11exec: Make ldq/ldub_*_phys input an AddressSpaceEdgar E. Iglesias25-137/+185
2014-02-11exec: Make ldl_*_phys input an AddressSpaceEdgar E. Iglesias30-149/+190
2014-02-11exec: On AS changes, only flush affected CPU TLBsEdgar E. Iglesias1-0/+5
2014-02-11cpu: Add per-cpu address spaceEdgar E. Iglesias6-13/+33
2014-02-11memory: Add MemoryListener to typedefs.hEdgar E. Iglesias2-2/+1
2014-02-11exec: Make memory_region_section_get_iotlb use section ASEdgar E. Iglesias1-1/+1
2014-02-11exec: Always initialize MemorySection address spacesEdgar E. Iglesias1-0/+2
2014-02-11exec: Make iotlb_to_region input an ASEdgar E. Iglesias4-7/+7
2014-02-11exec: Make tb_invalidate_phys_addr input an ASEdgar E. Iglesias4-5/+7
2014-02-11Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20140208'...Peter Maydell42-112/+9000
2014-02-10Merge remote-tracking branch 'remotes/kvaneesh/for-upstream' into stagingPeter Maydell5-12/+25
2014-02-10memory: fix limiting of translation at a page boundaryPaolo Bonzini1-16/+19
2014-02-10prep: Drop from ppcemb-softmmuAndreas Färber4-6/+3
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