summary refs log tree commit diff stats
path: root/rust/qemu-api-macros/src/utils.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2025-03-05ui/console-vc: report to the application instead of screen renderingRoman Penyaev1-4/+3
2025-03-05ui/console-vc: introduce parsing of the 'ESC ( <ch>' sequenceRoman Penyaev1-0/+16
2025-03-04scripts/checkpatch: Fix a typoPhilippe Mathieu-Daudé1-2/+2
2025-02-28scripts: forbid use of arbitrary SPDX tags besides license identifiersDaniel P. Berrangé1-0/+12
2025-02-28scripts: validate SPDX license choicesDaniel P. Berrangé1-0/+69
2025-02-28scripts: mandate that new files have SPDX-License-IdentifierDaniel P. Berrangé1-0/+30
2025-02-26hw/nvme: remove nvme_aio_err()Klaus Jensen1-37/+23
2025-02-26hw/nvme: set error status code explicitly for misc commandsKlaus Jensen2-6/+23
2025-02-26hw/nvme: only set command abort requested when cancelled due to AbortKlaus Jensen1-4/+2
2025-02-26hw/nvme: rework csi handlingKlaus Jensen4-111/+131
2025-02-26qga: Don't daemonize before channel is initializedMichal Privoznik1-6/+18
2025-02-26qga: Invert logic on return value in main()Michal Privoznik1-4/+3
2025-02-26qga: Add log to guest-fsfreeze-thaw commandKonstantin Kostiuk2-0/+5
2025-02-26target/i386: Mask CMPLegacy bit in CPUID[0x80000001].ECX for Zhaoxin CPUsEwanHai1-2/+3
2025-02-26target/i386: Introduce Zhaoxin Yongfeng CPU modelEwanHai1-0/+124
2025-02-26target/i386: Add CPUID leaf 0xC000_0001 EDX definitionsEwanHai1-0/+21
2025-02-26target/i386: Add support for Zhaoxin CPU vendor identificationEwanHai1-1/+19
2025-02-26tests/functional: Replace the ppc64 e500 advent calendar testCédric Le Goater1-7/+26
2025-02-26gitlab: use --refetch in check-patch/check-dco jobsDaniel P. Berrangé2-2/+2
2025-02-26tests/functional: Bump some arm test timeoutsPeter Maydell2-7/+7
2025-02-26tests/functional: Convert the x86_64 replay avocado testsThomas Huth3-35/+37
2025-02-26tests/functional: Convert the aarch64 replay avocado testsThomas Huth3-18/+31
2025-02-26tests/functional: Convert the s390x replay avocado testsThomas Huth3-15/+29
2025-02-26tests/functional: Convert the alpha replay avocado testsThomas Huth3-17/+30
2025-02-26tests/functional: Convert the arm replay avocado testsThomas Huth3-74/+70
2025-02-26tests/functional: Convert the m68k replay avocado testsThomas Huth3-29/+43
2025-02-26tests/functional: Convert the microblaze replay avocado testsThomas Huth3-11/+29
2025-02-26tests/functional: Convert the ppc64 replay avocado testsThomas Huth3-45/+51
2025-02-26tests/functional: Convert the or1k replay avocado testsThomas Huth3-11/+28
2025-02-26tests/functional: Convert the 32-bit ppc replay avocado testsThomas Huth3-24/+35
2025-02-26tests/functional: Convert the sparc replay avocado testThomas Huth3-12/+28
2025-02-26tests/functional: Convert the xtensa replay test to the functional frameworkThomas Huth3-11/+29
2025-02-26tests/functional: Provide a proper name for the VMs in the replay testsThomas Huth1-1/+1
2025-02-25hw/arm/fsl-imx8mp: Add on-chip RAMBernhard Beschow2-0/+12
2025-02-25hw/arm/fsl-imx8mp: Add USB supportBernhard Beschow4-2/+49
2025-02-25hw/arm/fsl-imx8mp: Add Ethernet controllerBernhard Beschow5-0/+35
2025-02-25hw/arm/fsl-imx8mp: Implement general purpose timersBernhard Beschow6-0/+92
2025-02-25hw/arm/fsl-imx8mp: Add watchdog supportBernhard Beschow4-0/+37
2025-02-25hw/arm/fsl-imx8mp: Add SPI controllersBernhard Beschow3-0/+35
2025-02-25hw/arm/fsl-imx8mp: Add I2C controllersBernhard Beschow4-0/+43
2025-02-25hw/arm/fsl-imx8mp: Add GPIO controllersBernhard Beschow3-0/+70
2025-02-25hw/arm/fsl-imx8mp: Add PCIe supportBernhard Beschow9-0/+176
2025-02-25hw/arm/fsl-imx8mp: Add USDHC storage controllersBernhard Beschow5-6/+66
2025-02-25hw/arm/fsl-imx8mp: Add SNVSBernhard Beschow3-0/+13
2025-02-25hw/arm/fsl-imx8mp: Implement clock treeBernhard Beschow11-0/+483
2025-02-25hw/arm: Add i.MX 8M Plus EVK boardBernhard Beschow8-0/+689
2025-02-25hw/gpio/pca955*: Move Kconfig switches next to implementationsBernhard Beschow2-8/+8
2025-02-25hw/pci-host/designware: Prevent device attachment on internal PCIe root busBernhard Beschow2-1/+24
2025-02-25hw/usb/hcd-dwc3: Align global registers size with LinuxBernhard Beschow2-1/+6
2025-02-25hw/misc/npcm_clk: fix buffer-overflowPierrick Bouvier1-2/+3