aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-10-23hw/timer/mc146818rtc: Only include qapi-commands-misc on I386Philippe Mathieu-Daudé
2019-10-23runstate: ignore exit request in finish migrate stateLaurent Vivier
2019-10-23checkpatch: suggest qemu_real_host_page_size instead of getpagesize() or sysc...Wei Yang
2019-10-23Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2019-10-22' into st...Peter Maydell
2019-10-23Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2019-10-22-v3' in...Peter Maydell
2019-10-22iotests: test nbd reconnectVladimir Sementsov-Ogievskiy
2019-10-22Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20191022-...Peter Maydell
2019-10-22hw/arm/digic4: Inline digic4_board_setup_ram() functionPhilippe Mathieu-Daudé
2019-10-22hw/arm/omap1: Create the RAM in the boardPhilippe Mathieu-Daudé
2019-10-22hw/arm/omap2: Create the RAM in the boardPhilippe Mathieu-Daudé
2019-10-22hw/arm/collie: Create the RAM in the boardPhilippe Mathieu-Daudé
2019-10-22hw/arm/mps2: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé
2019-10-22hw/arm/xilinx_zynq: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé
2019-10-22hw/arm/exynos4210: Use the Samsung s3c SDHCI controllerPhilippe Mathieu-Daudé
2019-10-22hw/sd/sdhci: Add dummy Samsung SDHCI controllerPhilippe Mathieu-Daudé
2019-10-22hw/sd/sdhci: Add a comment to distinct the i.MX eSDHC functionsPhilippe Mathieu-Daudé
2019-10-22hw/m68k/mcf5208.c: Switch to transaction-based ptimer APIPeter Maydell
2019-10-22hw/watchdog/etraxfs_timer.c: Switch to transaction-based ptimer APIPeter Maydell
2019-10-22hw/timer/altera_timer.c: Switch to transaction-based ptimer APIPeter Maydell
2019-10-22hw/timer/lm32_timer: Switch to transaction-based ptimer APIPeter Maydell
2019-10-22hw/timer/sh_timer: Switch to transaction-based ptimer APIPeter Maydell
2019-10-22hw/timer/puv3_ost.c: Switch to transaction-based ptimer APIPeter Maydell
2019-10-22hw/timer/arm_mptimer.c: Undo accidental rename of arm_mptimer_init()Peter Maydell
2019-10-22hw/timer/exynos4210_mct: Initialize ptimer before starting itGuenter Roeck
2019-10-22target/arm: Fix sign-extension for SMLAL*Richard Henderson
2019-10-22block/nbd: nbd reconnectVladimir Sementsov-Ogievskiy
2019-10-22qemu-coroutine-sleep: introduce qemu_co_sleep_wakeVladimir Sementsov-Ogievskiy
2019-10-22Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20191022' into stagingPeter Maydell
2019-10-22qapi: Allow introspecting fix for savevm's cooperation with blockdevPeter Krempa
2019-10-22tests/qapi-schema: Cover feature documentation commentsMarkus Armbruster
2019-10-22tests: qapi: Test 'features' of commandsPeter Krempa
2019-10-22qapi: Add feature flags to commandsPeter Krempa
2019-10-22tests/qapi-schema: Tidy up test output indentationMarkus Armbruster
2019-10-22qapi: Clear scripts/qapi/doc.py executable bits againMarkus Armbruster
2019-10-22qapi: Split up scripts/qapi/common.pyMarkus Armbruster
2019-10-22Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques...Peter Maydell
2019-10-22Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-4.2-pull-re...Peter Maydell
2019-10-22MAINTAINERS: add microvm related filesSergio Lopez
2019-10-22hw/i386: Introduce the microvm machine typeSergio Lopez
2019-10-22docs/microvm.rst: document the new microvm machine typeSergio Lopez
2019-10-22roms: add microvm-bios (qboot) as binary and git submoduleSergio Lopez
2019-10-22hw/intc/apic: reject pic ints if isa_pic == NULLSergio Lopez
2019-10-22fw_cfg: add "modify" functions for all typesSergio Lopez
2019-10-22hw/i386: make x86.c independent from PCMachineStateSergio Lopez
2019-10-22hw/i386: split PCMachineState deriving X86MachineState from itPaolo Bonzini
2019-10-22hw/i386/pc: move shared x86 functions to x86.c and export themSergio Lopez
2019-10-22hw/i386/pc: remove commented out code from x86_load_linux()Sergio Lopez
2019-10-22hw/i386/pc: avoid an assignment in if condition in x86_load_linux()Sergio Lopez
2019-10-22hw/i386/pc: replace use of strtol with qemu_strtoui in x86_load_linux()Sergio Lopez
2019-10-22hw/i386/pc: fix code style issues on functions that will be moved outSergio Lopez