aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-11-02configure: Remove the check for the __thread keywordThomas Huth1-11/+0
2021-11-02Move the l2tpv3 test from configure to meson.buildThomas Huth5-18/+16
2021-11-02meson: remove unnecessary coreaudio test programPaolo Bonzini1-16/+0
2021-11-02meson: remove pointless warningsPaolo Bonzini1-4/+0
2021-11-02meson.build: Allow to disable OSS againThomas Huth1-1/+1
2021-11-02meson: bump submodule to 0.59.3Paolo Bonzini3-17/+1
2021-11-02qtest/am53c974-test: add test for cancelling in-flight requestsMark Cave-Ayland1-0/+36
2021-11-02esp: ensure in-flight SCSI requests are always cancelledMark Cave-Ayland1-5/+5
2021-11-02KVM: SVM: add migration support for nested TSC scalingMaxim Levitsky4-0/+46
2021-11-02hw/i386: fix vmmouse registrationPavel Dovgalyuk1-0/+1
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