summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-04-22qemu-img: do not zero-pad the compressed write bufferStefan Hajnoczi1-6/+2
2013-04-22qcow: allow sub-cluster compressed write to last clusterStefan Hajnoczi1-2/+15
2013-04-22qcow2: allow sub-cluster compressed write to last clusterStefan Hajnoczi1-2/+15
2013-04-21ui/cocoa.m: Fix recent compile breakagePeter Maydell1-4/+4
2013-04-20i386 ROR r8/r16 instruction fixPavel Dovgaluk1-0/+1
2013-04-20qdev: Drop taddr propertiesPeter Maydell10-96/+0
2013-04-20hw/sm501: Use correct setter for sysbus-ohci dma-address propertyPeter Maydell1-1/+1
2013-04-20Merge branch 'arm-devs.next' of git://git.linaro.org/people/pmaydell/qemu-armBlue Swirl3-61/+371
2013-04-20Merge branch 'target-arm.next' of git://git.linaro.org/people/pmaydell/qemu-armBlue Swirl5-216/+222
2013-04-20Merge branch 'linux-user-for-upstream' of git://git.linaro.org/people/rikuvoi...Blue Swirl1-4/+4
2013-04-19Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori22-51/+46
2013-04-19Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori8-79/+422
2013-04-19Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori4-3/+58
2013-04-19target-arm: Correctly restore FPSCRPeter Maydell1-7/+41
2013-04-19target-arm: Add some missing CPU state fields to VMStatePeter Maydell1-3/+10
2013-04-19target-arm: port ARM CPU save/load to use VMStateJuan Quintela4-215/+179
2013-04-19target-arm: Reinsert missing return statement in ARM mode SRS decodePeter Chubb1-0/+1
2013-04-19hw/versatile_pci: Drop unnecessary vpb_pci_config_addr()Peter Maydell1-7/+2
2013-04-19versatile_pci: Expose PCI memory space to systemPeter Maydell3-1/+77
2013-04-19arm/realview: Fix mapping of PCI regionsPeter Maydell1-9/+9
2013-04-19versatile_pci: Implement the PCI controller's control registersPeter Maydell3-11/+130
2013-04-19versatile_pci: Implement the correct PCI IRQ mappingPeter Maydell1-6/+99
2013-04-19versatile_pci: Put the host bridge PCI device at slot 29Peter Maydell1-0/+2
2013-04-19versatile_pci: Use separate PCI I/O space rather than system I/O spacePeter Maydell1-4/+13
2013-04-19versatile_pci: Change to subclassing TYPE_PCI_HOST_BRIDGEPeter Maydell1-11/+30
2013-04-19versatile_pci: Update to realize and instance init functionsPeter Maydell1-25/+25
2013-04-19versatile_pci: Expose PCI I/O region on Versatile PBPeter Maydell2-7/+4
2013-04-19versatile_pci: Fix hardcoded tabsPeter Maydell1-1/+1
2013-04-19m25p80: Remove bogus include of devices.hPeter Crosthwaite1-1/+0
2013-04-19ssh: Remove unnecessary use of strlen function.Richard W.M. Jones1-4/+2
2013-04-19block/ssh: Add missing gcc format attributesStefan Weil1-2/+2
2013-04-19linux-user: change do_semop to return target errno when unsuccessfulPetar Jovanovic1-2/+2
2013-04-19w64: Fix compiler warnings (wrong format specifier)Stefan Weil1-2/+2
2013-04-19Remove unneeded type castsStefan Weil16-38/+37
2013-04-19virtio.h: drop unused function prototypesLuiz Capitulino1-2/+0
2013-04-19bswap: fix compiler warningAlexey Kardashevskiy1-0/+1
2013-04-19linux-user: fix setgroups/getgroups for non-UID16 archsAndreas Schwab1-3/+3
2013-04-19linux-user: fix undefined shift in copy_to_user_fdsetAndreas Schwab1-1/+1
2013-04-19linux-user: change do_semop to return target errno when unsuccessfulPetar Jovanovic1-2/+2
2013-04-18configure: remove duplicate testPaolo Bonzini1-30/+26
2013-04-18configure: CONFIG_NO_XEN is duplicatedPaolo Bonzini2-4/+1
2013-04-18configure: eliminate target_libs_softmmuPaolo Bonzini3-5/+5
2013-04-18configure: move common libraries to config-host.makPaolo Bonzini2-6/+8
2013-04-18configure: move CONFIG_QEMU_LDST_OPTIMIZATION to config-host.makPaolo Bonzini1-9/+9
2013-04-18elfload: use abi_llong/ullong instead of target_llong/ullongPaolo Bonzini4-8/+12
2013-04-18elfload: only give abi_long/ulong the alignment specified by the targetPaolo Bonzini3-19/+18
2013-04-18elfload: use abi_int/uint instead of target_int/uintPaolo Bonzini4-12/+16
2013-04-18elfload: use abi_short/ushort instead of target_short/ushortPaolo Bonzini4-7/+10
2013-04-18elfload: use tswapreg consistently in elf_core_copy_regsPaolo Bonzini1-57/+57
2013-04-18elfload: fix size of registers for N32Paolo Bonzini1-7/+14