Age | Commit message (Expand) | Author | Files | Lines |
2017-04-20 | arm: Track M profile handler mode state in TB flags | Peter Maydell | 3 | -0/+11 |
2017-04-20 | arm: Abstract out "are we singlestepping" test to utility function | Peter Maydell | 1 | -5/+15 |
2017-04-20 | arm: Move condition-failed codepath generation out of if() | Peter Maydell | 1 | -13/+11 |
2017-04-20 | arm: Move gen_set_condexec() and gen_set_pc_im() up in the file | Peter Maydell | 1 | -16/+15 |
2017-04-20 | arm: Factor out "generate right kind of step exception" | Peter Maydell | 1 | -12/+16 |
2017-04-20 | arm: Thumb shift operations should not permit interworking branches | Peter Maydell | 1 | -1/+1 |
2017-04-20 | arm: Don't implement BXJ on M-profile CPUs | Peter Maydell | 1 | -1/+6 |
2017-04-20 | xlnx-zynqmp: Set the Cadence GEM revision | Alistair Francis | 1 | -1/+5 |
2017-04-20 | cadence_gem: Make the revision a property | Alistair Francis | 2 | -1/+6 |
2017-04-20 | cadence_gem: Correct the interupt logic | Alistair Francis | 1 | -5/+13 |
2017-04-20 | cadence_gem: Correct the multi-queue can rx logic | Alistair Francis | 1 | -7/+10 |
2017-04-20 | cadence_gem: Read the correct queue descriptor | Alistair Francis | 1 | -2/+2 |
2017-04-20 | hw/arm: Qomify pxa2xx.c | Suramya Shah | 1 | -8/+6 |
2017-04-20 | arm/kvm: Remove trailing newlines from error_report() | Ishani Chugh | 1 | -2/+2 |
2017-04-20 | stellaris: Don't hw_error() on bad register accesses | Peter Maydell | 1 | -23/+37 |
2017-04-20 | target/arm: Add assertion about FSC format for syndrome registers | Peter Maydell | 1 | -5/+18 |
2017-04-20 | arm: Move excnames[] array into arm_log_exceptions() | Peter Maydell | 3 | -24/+20 |
2017-04-20 | target/arm: Add missing entries to excnames[] for log strings | Peter Maydell | 2 | -0/+3 |
2017-04-20 | hw/misc/exynos4210_pmu: Reorder local variables for readability | Krzysztof Kozlowski | 1 | -2/+2 |
2017-04-20 | hw/char/exynos4210_uart: Constify static array and few arguments | Krzysztof Kozlowski | 1 | -4/+4 |
2017-04-20 | hw/arm/exynos: Convert fprintf to qemu_log_mask/error_report | Krzysztof Kozlowski | 4 | -20/+25 |
2017-04-20 | hw/arm/boot: take Linux/arm64 TEXT_OFFSET header field into account | Ard Biesheuvel | 1 | -11/+53 |
2017-04-20 | Open 2.10 development tree | Peter Maydell | 1 | -1/+1 |
2017-04-20 | Update version for v2.9.0 releasev2.9.0 | Peter Maydell | 1 | -1/+1 |
2017-04-18 | Update version for v2.9.0-rc5 releasev2.9.0-rc5 | Peter Maydell | 1 | -1/+1 |
2017-04-18 | Merge remote-tracking branch 'remotes/famz/tags/block-pull-request' into staging | Peter Maydell | 2 | -11/+34 |
2017-04-18 | block: Drain BH in bdrv_drained_begin | Fam Zheng | 1 | -8/+14 |
2017-04-18 | block: Walk bs->children carefully in bdrv_drain_recurse | Fam Zheng | 1 | -3/+20 |
2017-04-18 | 9pfs: local: set the path of the export root to "." | Greg Kurz | 1 | -1/+6 |
2017-04-11 | Update version for v2.9.0-rc4 releasev2.9.0-rc4 | Peter Maydell | 1 | -1/+1 |
2017-04-11 | block/io: Comment out permission assertions | Max Reitz | 2 | -3/+15 |
2017-04-11 | sheepdog: Fix crash in co_read_response() | Kevin Wolf | 1 | -1/+1 |
2017-04-11 | Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2017-04-11' in... | Peter Maydell | 3 | -5/+34 |
2017-04-11 | iscsi: Fix iscsi_create | Fam Zheng | 1 | -2/+8 |
2017-04-11 | throttle: Remove block from group on hot-unplug | Eric Blake | 1 | -0/+3 |
2017-04-11 | block: pass the right options for BlockDriver.bdrv_open() | Dong Jia Shi | 1 | -3/+23 |
2017-04-11 | Merge remote-tracking branch 'remotes/famz/tags/block-pull-request' into staging | Peter Maydell | 14 | -33/+92 |
2017-04-11 | sheepdog: Use bdrv_coroutine_enter before BDRV_POLL_WHILE | Fam Zheng | 1 | -1/+1 |
2017-04-11 | block: Fix bdrv_co_flush early return | Fam Zheng | 1 | -5/+7 |
2017-04-11 | block: Use bdrv_coroutine_enter to start I/O coroutines | Fam Zheng | 3 | -14/+14 |
2017-04-11 | qemu-io-cmds: Use bdrv_coroutine_enter | Fam Zheng | 1 | -1/+1 |
2017-04-11 | blockjob: Use bdrv_coroutine_enter to start coroutine | Fam Zheng | 1 | -2/+2 |
2017-04-11 | block: Introduce bdrv_coroutine_enter | Fam Zheng | 2 | -0/+10 |
2017-04-11 | async: Introduce aio_co_enter | Fam Zheng | 2 | -1/+15 |
2017-04-11 | coroutine: Extract qemu_aio_coroutine_enter | Fam Zheng | 3 | -4/+14 |
2017-04-11 | tests/block-job-txn: Don't start block job before adding to txn | Fam Zheng | 1 | -1/+5 |
2017-04-11 | block: Quiesce old aio context during bdrv_set_aio_context | Fam Zheng | 1 | -2/+5 |
2017-04-11 | block: Make bdrv_parent_drained_begin/end public | Fam Zheng | 2 | -2/+18 |
2017-04-11 | Merge remote-tracking branch 'remotes/kraxel/tags/pull-fixes-20170411-1' into... | Peter Maydell | 2 | -0/+33 |
2017-04-11 | qxl: add migration blocker to avoid pre-save assert | Gerd Hoffmann | 2 | -0/+32 |