summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-02-17tcg-arm: The shift count of op_rotl_i32 is in args[2] not args[1].Huw Davies1-1/+1
2014-02-15TCG: Fix 32-bit host allocation typoRichard Henderson1-1/+1
2014-02-15libvixl: fix 64bit constants usageMichael Tokarev2-15/+21
2014-02-15Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-02-15' in...Peter Maydell9-425/+188
2014-02-15Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell10-50/+115
2014-02-15Merge remote-tracking branch 'remotes/jliu/or32-ld-st' into stagingPeter Maydell1-67/+32
2014-02-15Merge remote-tracking branch 'remotes/jovanovic/mips-ufrp' into stagingPeter Maydell6-8/+152
2014-02-15char/serial: Fix emptyness checkPeter Crosthwaite1-1/+1
2014-02-15gitignore: anchor all ignored namesMichael Tokarev1-75/+75
2014-02-15vl: trim includesMichael Tokarev1-51/+1
2014-02-15vl: remove old, long-unused definesMichael Tokarev1-3/+0
2014-02-15net: declare struct iovec in checksum.h to fix compiler warningMichael Tokarev1-0/+1
2014-02-15linux-user: refactor do_socketcall()Michael Tokarev1-258/+68
2014-02-15configure: add hints to a remedy for feature_not_found errorsStewart Smith1-33/+35
2014-02-15configure: add hint of libfdt to DTC dependency not found messageStewart Smith1-2/+2
2014-02-15sparc/leon3: Initialize stack pointerSebastian Huber1-0/+3
2014-02-15misc: Fix case Qemu -> QEMUStefan Weil2-2/+2
2014-02-14block: Open by reference will try device then node_name.Benoît Canet2-2/+14
2014-02-14block: Relax bdrv_lookup_bs constraints.Benoît Canet1-15/+11
2014-02-14blockdev: Fix wrong usage of QDECREF causing snapshoted quorum to crash on cl...Benoît Canet1-2/+0
2014-02-14block: mirror - use local_err to avoid NULL errpJeff Cody1-2/+4
2014-02-14qemu-iotests: Don't run 005 on vmdk split formatsFam Zheng1-0/+2
2014-02-14block: qemu-iotests - add vhdx log replay tests for qemu-imgJeff Cody2-0/+21
2014-02-14block: qemu-iotests - fix test 070 (vhdx)Jeff Cody2-2/+5
2014-02-14block: Don't throw away errno via error_setgJeff Cody3-10/+17
2014-02-14block: Add notes to iSCSI's .bdrv_open and .bdrv_reopen_prepareJeff Cody1-2/+8
2014-02-14blockdev: Remove 'type' parameter from blockdev_init()Kevin Wolf1-14/+33
2014-02-14sdhci: Drop unnecessary #includeKevin Wolf1-1/+0
2014-02-14PPC: KVM: Add missing address space to ldl_phys helperAlexander Graf1-1/+1
2014-02-13Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell38-461/+540
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-12target-openrisc: Use new qemu_ld/st opcodesRichard Henderson1-67/+32
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