summary refs log tree commit diff stats
path: root/rust/qemu-api-macros/src/bits.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2025-08-27rust: qemu-api-macros: support matching more than one errorPaolo Bonzini1-3/+3
2025-08-27rust: disable borrow_as_ptr warningPaolo Bonzini1-1/+0
2025-08-27kvm/kvm-all: make kvm_park/unpark_vcpu local to kvm-all.cAni Sinha2-19/+2
2025-08-27i386/tcg/svm: fix incorrect canonicalizationZero Tang1-1/+1
2025-08-27x86/loader: Don't update kernel header for CoCo VMsXiaoyao Li1-1/+1
2025-08-22MAINTAINERS: add a few more files to "Top Level Makefile and configure"Paolo Bonzini1-1/+3
2025-08-22python: mkvenv: fix messages printed by mkvenvPaolo Bonzini1-0/+4
2025-08-20scripts/minikconf.py: s/Error/KconfigParserErrorManos Pitsidianakis1-1/+3
2025-08-20scripts/minikconf.py: fix invalid attribute accessManos Pitsidianakis1-1/+1
2025-08-20target/i386: Add support for save/load of exception error codeXin Wang1-0/+19
2025-08-19Update version for the v10.1.0-rc4 releaseStefan Hajnoczi1-1/+1
2025-08-19Revert "i386/cpu: Warn about why CPUID_EXT_PDCM is not available"Paolo Bonzini1-3/+0
2025-08-12Update version for the v10.1.0-rc3 releaseStefan Hajnoczi1-1/+1
2025-08-12ui/spice: Destroy the temporary egl fb after the blit is submittedVivek Kasireddy1-8/+6
2025-08-12readthedocs: don't build extra formatsAlex Bennée1-2/+0
2025-08-12mkvenv: Support pip 25.2Sv. Lockal1-4/+60
2025-08-12tests/functional: Test SPI-SD adapter without SD card connectedPhilippe Mathieu-Daudé1-5/+17
2025-08-12hw/sd/ssi-sd: Return noise (dummy byte) when no card connectedPhilippe Mathieu-Daudé1-0/+4
2025-08-12qemu-iotests: Ignore indentation in Killed messagesWerner Fink4-9/+9
2025-08-12rbd: Fix .bdrv_get_specific_info implementationKevin Wolf2-37/+76
2025-08-12configure: Don't disable Rust for too old meson versionKevin Wolf2-3/+9
2025-08-12hw/uefi: open json file in binary modeGerd Hoffmann1-1/+1
2025-08-12hw/uefi: check access for first variableGerd Hoffmann1-0/+3
2025-08-12hw/uefi: return success for notificationsGerd Hoffmann1-0/+2
2025-08-12hw/uefi: clear uefi-vars buffer in uefi_vars_write callbackMauro Matteo Cascella1-2/+2
2025-08-11tests/functional: fix URLs in PCI hotplug test for aarch64Stefan Hajnoczi1-2/+2
2025-08-11hw/nvme: cap MDTS value for internal limitationKeith Busch1-0/+5
2025-08-11hw/nvme: revert CMIC behaviorKlaus Jensen1-13/+17
2025-08-11hw/nvme: fix namespace attachmentKlaus Jensen1-2/+6
2025-08-09docs/devel/qapi-code-gen: Update cross-reference syntaxMarkus Armbruster2-3/+9
2025-08-09docs/devel/qapi-code-gen: Fix typos in QAPI schema language grammarMarkus Armbruster1-2/+2
2025-08-09docs/devel/qapi-code-gen: Add two cross-references we missedMarkus Armbruster1-2/+2
2025-08-09vfio: Document 'use-legacy-x86-rom' propertyCédric Le Goater1-0/+3
2025-08-09vfio/pci: preserve pending interruptsSteve Sistare4-0/+100
2025-08-09vfio/pci: augment set_handlerSteve Sistare3-4/+14
2025-08-08target/loongarch: Fix [X]VLDI raising exception incorrectlyWANG Rui1-3/+3
2025-08-07meson: Fix brlapi compile test for Windows buildsStefan Weil via1-3/+5
2025-08-07tests/qemu-iotests/tests/mirror-sparse: actually require O_DIRECTMichael Tokarev1-1/+1
2025-08-07ui/curses: Fix infinite loop on windowsWilliam Hu1-4/+6
2025-08-05meson: remove 'gnutls-bug1717-workaround' for migration TLS crashesDaniel P. Berrangé3-10/+3
2025-08-05Update version for the v10.1.0-rc2 releaseStefan Hajnoczi1-1/+1
2025-08-05tests/qemu-iotests/tests/mirror-sparse: skip if O_DIRECT is not supportedMichael Tokarev1-0/+1
2025-08-05qga: correctly write to /sys/power/state on linuxMichael Tokarev1-6/+8
2025-08-05hw/i386/microvm: Explicitly select ACPI_PCIEric Auger1-0/+1
2025-08-05target/i386/cpu: Move addressable ID encoding out of compat property in CPUID...Zhao Liu1-2/+1
2025-08-05tests/functional: Test SD cards in SPI mode (using sifive_u machine)Philippe Mathieu-Daudé3-0/+53
2025-08-05hw/sd/sdcard: Remove SDState::mode fieldPhilippe Mathieu-Daudé2-20/+19
2025-08-05hw/sd/sdcard: Disable checking STBY mode in SPI SEND_CSD/CIDPhilippe Mathieu-Daudé1-0/+11
2025-08-05hw/sd/sdcard: Factor spi_cmd_SEND_CxD() outPhilippe Mathieu-Daudé1-9/+10
2025-08-05hw/sd/sdcard: Allow using SWITCH_FUNCTION in more SPI statesPhilippe Mathieu-Daudé1-2/+8