aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-04-21ram: Move bytes_xfer_prev into RAMStateJuan Quintela1-6/+7
2017-04-21ram: Move start time into RAMStateJuan Quintela1-9/+11
2017-04-21ram: Move bitmap_sync_count into RAMStateJuan Quintela1-11/+12
2017-04-21ram: Add dirty_rate_high_cnt to RAMStateJuan Quintela1-10/+11
2017-04-21ram: Create RAMStateJuan Quintela1-57/+83
2017-04-21ram: Rename block_name to rbnameJuan Quintela1-9/+8
2017-04-21ram: Rename flush_page_queue() to migration_page_queue_free()Juan Quintela3-4/+5
2017-04-21ram: Update all functions commentsJuan Quintela1-121/+227
2017-04-20Drop QEMU_GNUC_PREREQ() checks for gcc older than 4.1Peter Maydell3-136/+0
2017-04-20Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20170420'...Peter Maydell20-212/+341
2017-04-20arm: Remove workarounds for old M-profile exception return implementationPeter Maydell2-49/+2
2017-04-20arm: Implement M profile exception return properlyPeter Maydell2-6/+64
2017-04-20arm: Track M profile handler mode state in TB flagsPeter Maydell3-0/+11
2017-04-20arm: Abstract out "are we singlestepping" test to utility functionPeter Maydell1-5/+15
2017-04-20arm: Move condition-failed codepath generation out of if()Peter Maydell1-13/+11
2017-04-20arm: Move gen_set_condexec() and gen_set_pc_im() up in the filePeter Maydell1-16/+15
2017-04-20arm: Factor out "generate right kind of step exception"Peter Maydell1-12/+16
2017-04-20arm: Thumb shift operations should not permit interworking branchesPeter Maydell1-1/+1
2017-04-20arm: Don't implement BXJ on M-profile CPUsPeter Maydell1-1/+6
2017-04-20xlnx-zynqmp: Set the Cadence GEM revisionAlistair Francis1-1/+5
2017-04-20cadence_gem: Make the revision a propertyAlistair Francis2-1/+6
2017-04-20cadence_gem: Correct the interupt logicAlistair Francis1-5/+13
2017-04-20cadence_gem: Correct the multi-queue can rx logicAlistair Francis1-7/+10
2017-04-20cadence_gem: Read the correct queue descriptorAlistair Francis1-2/+2
2017-04-20hw/arm: Qomify pxa2xx.cSuramya Shah1-8/+6
2017-04-20arm/kvm: Remove trailing newlines from error_report()Ishani Chugh1-2/+2
2017-04-20stellaris: Don't hw_error() on bad register accessesPeter Maydell1-23/+37
2017-04-20target/arm: Add assertion about FSC format for syndrome registersPeter Maydell1-5/+18
2017-04-20arm: Move excnames[] array into arm_log_exceptions()Peter Maydell3-24/+20
2017-04-20target/arm: Add missing entries to excnames[] for log stringsPeter Maydell2-0/+3
2017-04-20hw/misc/exynos4210_pmu: Reorder local variables for readabilityKrzysztof Kozlowski1-2/+2
2017-04-20hw/char/exynos4210_uart: Constify static array and few argumentsKrzysztof Kozlowski1-4/+4
2017-04-20hw/arm/exynos: Convert fprintf to qemu_log_mask/error_reportKrzysztof Kozlowski4-20/+25
2017-04-20hw/arm/boot: take Linux/arm64 TEXT_OFFSET header field into accountArd Biesheuvel1-11/+53
2017-04-20Open 2.10 development treePeter Maydell1-1/+1
2017-04-20Update version for v2.9.0 releasev2.9.0Peter Maydell1-1/+1
2017-04-18Update version for v2.9.0-rc5 releasev2.9.0-rc5Peter Maydell1-1/+1
2017-04-18Merge remote-tracking branch 'remotes/famz/tags/block-pull-request' into stagingPeter Maydell2-11/+34
2017-04-18block: Drain BH in bdrv_drained_beginFam Zheng1-8/+14
2017-04-18block: Walk bs->children carefully in bdrv_drain_recurseFam Zheng1-3/+20
2017-04-189pfs: local: set the path of the export root to "."Greg Kurz1-1/+6
2017-04-11Update version for v2.9.0-rc4 releasev2.9.0-rc4Peter Maydell1-1/+1
2017-04-11block/io: Comment out permission assertionsMax Reitz2-3/+15
2017-04-11sheepdog: Fix crash in co_read_response()Kevin Wolf1-1/+1
2017-04-11Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2017-04-11' in...Peter Maydell3-5/+34
2017-04-11iscsi: Fix iscsi_createFam Zheng1-2/+8
2017-04-11throttle: Remove block from group on hot-unplugEric Blake1-0/+3
2017-04-11block: pass the right options for BlockDriver.bdrv_open()Dong Jia Shi1-3/+23
2017-04-11Merge remote-tracking branch 'remotes/famz/tags/block-pull-request' into stagingPeter Maydell14-33/+92
2017-04-11sheepdog: Use bdrv_coroutine_enter before BDRV_POLL_WHILEFam Zheng1-1/+1