summary refs log tree commit diff stats
path: root/python/qemu/machine/console_socket.py (unfollow)
Commit message (Expand)AuthorFilesLines
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-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/+