aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-10-15target/arm/arm-semi: Use set_swi_errno() in gdbstub callback functionsPeter Maydell1-21/+6
2019-10-15target/arm/arm-semi: Restrict use of TaskState*Peter Maydell1-48/+63
2019-10-15target/arm/arm-semi: Make semihosting code hand out its own file descriptorsPeter Maydell1-14/+214
2019-10-15target/arm/arm-semi: Correct comment about gdb syscall racesPeter Maydell1-4/+15
2019-10-15target/arm/arm-semi: Always set some kind of errno for failed callsPeter Maydell1-18/+27
2019-10-15target/arm/arm-semi: Capture errno in softmmu version of set_swi_errno()Peter Maydell1-4/+5
2019-10-15hw/net/lan9118.c: Switch to transaction-based ptimer APIPeter Maydell1-4/+7
2019-10-15hw/watchdog/cmsdk-apb-watchdog.c: Switch to transaction-based ptimer APIPeter Maydell1-4/+9
2019-10-15hw/timer/mss-timerc: Switch to transaction-based ptimer APIPeter Maydell2-4/+8
2019-10-15hw/timer/imx_gpt.c: Switch to transaction-based ptimer APIPeter Maydell1-4/+17
2019-10-15hw/timer/imx_epit.c: Switch to transaction-based ptimer APIPeter Maydell1-5/+27
2019-10-15hw/timer/exynos4210_rtc.c: Switch main ptimer to transaction-based APIPeter Maydell1-4/+8
2019-10-15hw/timer/exynos4210_rtc.c: Switch 1Hz ptimer to transaction-based APIPeter Maydell1-2/+8
2019-10-15hw/timer/exynos4210_pwm.c: Switch to transaction-based ptimer APIPeter Maydell1-5/+12
2019-10-15hw/timer/exynos4210_mct.c: Switch ltick to transaction-based ptimer APIPeter Maydell1-6/+25
2019-10-15hw/timer/exynos4210_mct.c: Switch LFRC to transaction-based ptimer APIPeter Maydell1-4/+23
2019-10-15hw/timer/exynos4210_mct.c: Switch GFRC to transaction-based ptimer APIPeter Maydell1-3/+45
2019-10-15hw/timer/digic-timer.c: Switch to transaction-based ptimer APIPeter Maydell1-2/+14
2019-10-15hw/timer/cmsdk-apb-timer.c: Switch to transaction-based ptimer APIPeter Maydell1-4/+11
2019-10-15hw/timer/cmsdk-apb-dualtimer.c: Switch to transaction-based ptimer APIPeter Maydell1-3/+11
2019-10-15hw/timer/arm_mptimer.c: Switch to transaction-based ptimer APIPeter Maydell1-3/+11
2019-10-15hw/timer/allwinner-a10-pit.c: Switch to transaction-based ptimer APIPeter Maydell1-4/+8
2019-10-15hw/arm/musicpal.c: Switch to transaction-based ptimer APIPeter Maydell1-6/+10
2019-10-15hw/timer/arm_timer.c: Switch to transaction-based ptimer APIPeter Maydell1-5/+11
2019-10-15tests/ptimer-test: Switch to transaction-based ptimer APIPeter Maydell1-22/+84
2019-10-15ptimer: Provide new transaction-based APIPeter Maydell2-15/+209
2019-10-15ptimer: Rename ptimer_init() to ptimer_init_with_bh()Peter Maydell31-54/+56
2019-10-15ARM: KVM: Check KVM_CAP_ARM_IRQ_LINE_LAYOUT_2 for smp_cpus > 256Eric Auger1-1/+9
2019-10-15intc/arm_gic: Support IRQ injection for more than 256 vpusEric Auger4-11/+19
2019-10-15linux headers: update against v5.4-rc1Eric Auger32-59/+406
2019-10-15Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell32-111/+504
2019-10-15Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell2-3/+4
2019-10-15Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell1-2/+8
2019-10-15trace: avoid "is" with a literal Python 3.8 warningsStefan Hajnoczi1-2/+2
2019-10-15trace: add --group=all to tracing.txtStefan Hajnoczi1-1/+2
2019-10-14Merge remote-tracking branch 'remotes/mcayland/tags/qemu-openbios-20191012' i...Peter Maydell4-0/+0
2019-10-14iotests: Test large write request to qcow2 fileMax Reitz3-0/+93
2019-10-14qcow2: Limit total allocation range to INT_MAXMax Reitz1-1/+4
2019-10-14qemu-nbd: Support help options for --objectKevin Wolf1-1/+8
2019-10-14qemu-img: Support help options for --objectKevin Wolf1-13/+21
2019-10-14qemu-io: Support help options for --objectKevin Wolf1-1/+8
2019-10-14vl: Split off user_creatable_print_help()Kevin Wolf3-51/+74
2019-10-14iotests/028: Fix for long $TEST_DIRsMax Reitz2-4/+8
2019-10-14block: Reject misaligned write requests with BDRV_REQ_NO_FALLBACKAlberto Garcia4-0/+70
2019-10-14replay: add BH oneshot event for block layerPavel Dovgalyuk13-16/+59
2019-10-14replay: finish record/replay before closing the disksPavel Dovgalyuk2-0/+3
2019-10-14replay: don't drain/flush bdrv queue while RR is workingPavel Dovgalyuk2-2/+28
2019-10-14replay: update docs for record/replay with block devicesPavel Dovgalyuk1-3/+9
2019-10-14replay: disable default snapshot for record/replayPavel Dovgalyuk1-2/+8
2019-10-14block: implement bdrv_snapshot_goto for blkreplayPavel Dovgalyuk1-0/+8