summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-03-10hw/arm/musicpal: Avoid shifting left into sign bitPeter Maydell1-2/+2
2014-03-10hw/ssi/xilinx_spips.c: Avoid shifting left into sign bitPeter Maydell1-2/+2
2014-03-10hw/arm/omap1.c: Avoid shifting left into sign bitPeter Maydell1-10/+14
2014-03-10pxa2xx: Don't shift into sign bitPeter Maydell3-6/+6
2014-03-10libvixl: Fix format strings for several int64_t valuesStefan Weil1-10/+10
2014-03-10target-arm: Fix intptr_t vs tcg_target_longRichard Henderson1-1/+1
2014-03-10target-arm: Implements the ARM PMCCNTR registerAlistair Francis2-4/+89
2014-03-10target-arm: Fix incorrect setting of E bit in CPSRPeter Maydell1-1/+1
2014-03-10Merge remote-tracking branch 'remotes/rth/tcg-aarch-6-1' into stagingPeter Maydell2-160/+130
2014-03-10Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20140308-1'...Peter Maydell5-12/+61
2014-03-08tcg-aarch64: Remove nop from qemu_st slow pathRichard Henderson1-7/+0
2014-03-08tcg-aarch64: Simplify tcg_out_ldst_9 encodingRichard Henderson1-12/+2
2014-03-08tcg-aarch64: Use intptr_t apropriatelyRichard Henderson1-28/+21
2014-03-08tcg-aarch64: Remove the shift_imm parameter from tcg_out_cmpRichard Henderson1-6/+5
2014-03-08tcg-aarch64: Hoist common argument loads in tcg_out_opRichard Henderson1-45/+50
2014-03-08tcg-aarch64: Don't handle mov/movi in tcg_out_opRichard Henderson1-13/+7
2014-03-08tcg-aarch64: Set ext based on TCG_OPF_64BITRichard Henderson1-21/+7
2014-03-08tcg-aarch64: Change all ext variables to TCGTypeRichard Henderson1-27/+37
2014-03-08tcg-aarch64: Remove redundant CPU_TLB_ENTRY_BITS checkRichard Henderson1-6/+0
2014-03-08tcg-aarch64: Enable builtin disassemblerRichard Henderson1-0/+6
2014-03-08migration: extend section_start/end tracesAlexey Kardashevskiy2-8/+8
2014-03-08vl: add system_wakeup_request tracepointAlexey Kardashevskiy2-0/+3
2014-03-08qemu_file: Fix mismerge of "use fwrite() correctly"Markus Armbruster1-1/+1
2014-03-08XBZRLE: Fix qemu crash when resize the xbzrle cacheGonglei1-3/+49
2014-03-08Merge remote-tracking branch 'remotes/kvaneesh/for-upstream' into stagingPeter Maydell12-157/+322
2014-03-08Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell18-46/+608
2014-03-08build: Fix installation of target-dependent filesLluís Vilanova1-1/+1
2014-03-08xenfb: Fix graphic_console_init() build failureAndreas Färber1-1/+1
2014-03-07Merge remote-tracking branch 'remotes/kraxel/tags/pull-input-4' into stagingPeter Maydell43-742/+2330
2014-03-07Merge remote-tracking branch 'remotes/agraf/tags/signed-ppc-for-upstream' int...Peter Maydell61-740/+6818
2014-03-07Merge remote-tracking branch 'remotes/cohuck/tags/virtio-ccw-20140305' into s...Peter Maydell7-9/+120
2014-03-07block: qemu-iotests 085 - live snapshots testsJeff Cody3-0/+248
2014-03-07hw/ide/ahci.h: Avoid shifting left into sign bitPeter Maydell1-5/+5
2014-03-06configure: Always build with -fno-commonPeter Maydell1-1/+1
2014-03-06configure: Make C++ test work with --enable-werrorPeter Maydell1-22/+53
2014-03-06block: Fix error path segfault in bdrv_open()Kevin Wolf3-0/+25
2014-03-06qemu-iotests: Test a few blockdev-add error casesKevin Wolf3-0/+163
2014-03-06blockdev: Fix NULL pointer dereference in blockdev-addKevin Wolf1-2/+4
2014-03-06blockdev: Fail blockdev-add with encrypted imagesKevin Wolf1-1/+8
2014-03-06block/raw-win32: Strip "file:" prefix on creationMax Reitz1-0/+2
2014-03-06block/raw-win32: Implement bdrv_parse_filename()Max Reitz1-0/+12
2014-03-06block/raw-posix: Strip "file:" prefix on creationMax Reitz1-0/+2
2014-03-06block/raw-posix: Implement bdrv_parse_filename()Max Reitz1-0/+12
2014-03-06block: Keep "filename" option after parsingMax Reitz1-1/+6
2014-03-06block: mirror - remove code cruft that has no functionJeff Cody1-3/+0
2014-03-06block: make bdrv_swap rebuild the bs graph node list field.Benoît Canet1-5/+19
2014-03-05block: Fix bs->request_alignment assertion for bs->sg=1Kevin Wolf1-1/+1
2014-03-05iscsi: Use bs->sg for everything else than disksKevin Wolf1-5/+4
2014-03-05qemu-iotests: Test progress output for conversionKevin Wolf3-0/+84
2014-03-05qemu-img convert: Fix progress outputKevin Wolf1-9/+11