aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-11-02watchdog: remove select_watchdog_actionPaolo Bonzini4-23/+17
2021-11-02vl: deprecate -watchdogPaolo Bonzini2-0/+6
2021-11-02watchdog: add information from -watchdog help to -device helpPaolo Bonzini8-7/+14
2021-11-02hw/i386: Rename default_bus_bypass_iommuJean-Philippe Brucker1-1/+1
2021-11-02hvf: Avoid mapping regions < PAGE_SIZE as ramAlexander Graf1-0/+7
2021-11-02configure: do not duplicate CPU_CFLAGS into QEMU_LDFLAGSPaolo Bonzini1-39/+14
2021-11-02configure: remove useless NPTL probePaolo Bonzini1-19/+0
2021-11-02target/i386: use DMA-enabled multiboot ROM for new-enough QEMU machine typesPaolo Bonzini4-5/+14
2021-11-02optionrom: add a DMA-enabled multiboot ROMMarcus Hähnel6-5/+72
2021-11-02target/i386: move linuxboot_dma_enabled to X86MachineStatePaolo Bonzini7-13/+16
2021-11-02MAINTAINERS: update location of microvm docsAlex Bennée1-1/+1
2021-11-02util: Make some iova_tree parameters constEugenio Pérez3-11/+11
2021-11-02configure/optionrom: Fix MSYS2 multiboot.bin issueHelge Konetzka2-3/+6
2021-11-02Partially revert "build: -no-pie is no functional linker flag"Jessica Clarke1-1/+4
2021-11-02Makefile: Fix cscope issues on MacOS and soft linksPeter Xu1-1/+2
2021-11-02Makefile: Fix gtags generationPeter Xu1-1/+1
2021-11-02Merge remote-tracking branch 'remotes/mcayland/tags/qemu-openbios-20211101' i...Richard Henderson4-0/+0
2021-11-02Merge remote-tracking branch 'remotes/alex.williamson/tags/vfio-update-202111...Richard Henderson2-1/+25
2021-11-02Merge remote-tracking branch 'remotes/philmd/tags/machine-20211101' into stagingRichard Henderson13-437/+1145
2021-11-01roms/openbios: update OpenBIOS images to b9062dea built from submoduleMark Cave-Ayland4-0/+0
2021-11-01machine: remove the done notifier for dynamic sysbus device type checkDamien Hedde2-28/+0
2021-11-01qdev-monitor: Check sysbus device type before creating itDamien Hedde1-0/+11
2021-11-01machine: add device_type_is_dynamic_sysbus functionDamien Hedde2-3/+25
2021-11-01tests/unit: Add an unit test for smp parsingYanan Wang3-0/+596
2021-11-01hw/core/machine: Split out the smp parsing codeYanan Wang5-159/+184
2021-11-01hw/core: Restrict hotplug to system emulationPhilippe Mathieu-Daudé2-2/+44
2021-11-01hw/core: Extract hotplug-related functions to qdev-hotplug.cPhilippe Mathieu-Daudé3-60/+74
2021-11-01hw/core: Declare meson source setPhilippe Mathieu-Daudé2-3/+5
2021-11-01hw/core: Restrict sysemu specific filesPhilippe Mathieu-Daudé1-9/+9
2021-11-01machine: Move gpio code to hw/core/gpio.cEduardo Habkost3-174/+198
2021-11-01Merge remote-tracking branch 'remotes/jsnow/tags/python-pull-request' into st...Richard Henderson16-122/+427
2021-11-01vfio/common: Add a trace point when a MMIO RAM section cannot be mappedKunkun Jiang1-0/+7
2021-11-01vfio/pci: Add support for mmapping sub-page MMIO BARs after live migrationKunkun Jiang1-1/+18
2021-11-01python, iotests: replace qmp with aqmpJohn Snow1-1/+6
2021-11-01python/aqmp: Create sync QMP wrapper for iotestsJohn Snow1-0/+138
2021-11-01iotests/300: avoid abnormal shutdown race conditionJohn Snow1-8/+5
2021-11-01iotests: Conditionally silence certain AQMP errorsJohn Snow2-5/+27
2021-11-01iotests: Accommodate async QMP Exception classesJohn Snow2-3/+5
2021-11-01python/aqmp: Remove scary messageJohn Snow1-12/+0
2021-11-01python/machine: Handle QMP errors on close more meticulouslyJohn Snow1-6/+42
2021-11-01python/machine: remove has_quit argumentJohn Snow4-23/+22
2021-11-01python: Add iotest linters to test suiteJohn Snow2-0/+8
2021-11-01iotests/linters: Add workaround for mypy bug #9852John Snow1-1/+3
2021-11-01iotests/linters: Add entry point for linting via Python CIJohn Snow1-0/+27
2021-11-01iotests: split linters.py out from 297John Snow2-61/+87
2021-11-01iotests/297: split test into sub-casesJohn Snow1-23/+38
2021-11-01iotests/297: update tool availability checksJohn Snow1-4/+5
2021-11-01iotests/297: Change run_linter() to raise an exception on failureJohn Snow1-10/+14
2021-11-01iotests/297: refactor run_[mypy|pylint] as generic execution shimJohn Snow1-22/+24
2021-11-01iotests/297: Split run_linters apart into run_pylint and run_mypyJohn Snow1-14/+24