summary refs log tree commit diff stats
path: root/scripts/qapi/source.py (unfollow)
Commit message (Expand)AuthorFilesLines
2024-07-17backends/rng-random: Get rid of qemu_open_old()Zhao Liu1-4/+1
2024-07-17backends/iommufd: Get rid of qemu_open_old()Zhao Liu1-2/+1
2024-07-17backends/hostmem-epc: Get rid of qemu_open_old()Zhao Liu1-3/+1
2024-07-17hw/vfio/container: Get rid of qemu_open_old()Zhao Liu1-4/+2
2024-07-17hw/usb/u2f-passthru: Get rid of qemu_open_old()Zhao Liu1-3/+1
2024-07-17hw/usb/host-libusb: Get rid of qemu_open_old()Zhao Liu1-2/+1
2024-07-17hw/i386/sgx: Get rid of qemu_open_old()Zhao Liu1-2/+4
2024-07-17tests/avocado: Remove the non-working virtio_check_params testThomas Huth1-143/+0
2024-07-17doc/net/l2tpv3: Update boolean fields' description to avoid short-form useZhao Liu1-5/+5
2024-07-17target/hexagon/imported/mmvec: Fix superfluous trailing semicolonZhao Liu1-1/+1
2024-07-17util/oslib-posix: Fix superfluous trailing semicolonZhao Liu1-1/+1
2024-07-17hw/i386/x86: Fix superfluous trailing semicolonZhao Liu1-1/+1
2024-07-17accel/kvm/kvm-all: Fix superfluous trailing semicolonZhao Liu1-1/+1
2024-07-17README.rst: add the missing punctuationsZhihai Dong1-3/+3
2024-07-17block/curl: rewrite http header parsing functionMichael Tokarev1-26/+18
2024-07-16hw/sd/sdcard: Support boot area in emmc imageJoel Stanley1-0/+42
2024-07-16hw/sd/sdcard: Add mmc SWITCH function support (CMD6)Sai Pavan Boddu2-0/+58
2024-07-16hw/sd/sdcard: Add eMMC 'boot-partition-size' propertyPhilippe Mathieu-Daudé1-1/+4
2024-07-16hw/sd/sdcard: Add emmc_cmd_SEND_EXT_CSD handler (CMD8)Vincent Palatin1-0/+70
2024-07-16hw/sd/sdcard: Implement eMMC sleep state (CMD5)Luc Michel1-2/+45
2024-07-16hw/sd/sdcard: Add emmc_cmd_PROGRAM_CID handler (CMD26)Philippe Mathieu-Daudé1-3/+7
2024-07-16hw/sd/sdcard: Fix SET_BLOCK_COUNT command argument on eMMC (CMD23)Cédric Le Goater1-0/+3
2024-07-16hw/sd/sdcard: Add emmc_cmd_SET_RELATIVE_ADDR handler (CMD3)Cédric Le Goater1-0/+15
2024-07-16hw/sd/sdcard: Register unimplemented command handlersPhilippe Mathieu-Daudé1-0/+9
2024-07-16hw/sd/sdcard: Register generic command handlersPhilippe Mathieu-Daudé1-0/+23
2024-07-16hw/sd/sdcard: Basis for eMMC supportPhilippe Mathieu-Daudé2-1/+109
2024-07-16system/physmem: use return value of ram_block_discard_require() as errnoZhenzhong Duan1-2/+5
2024-07-16vl: fix "type is NULL" in -vga helpMarc-André Lureau1-3/+10
2024-07-16ui/console: Remove dpy_cursor_define_supported()Akihiko Odaki4-22/+2
2024-07-16ui/cocoa: Add cursor compositionAkihiko Odaki2-1/+101
2024-07-16ui/console: Convert mouse visibility parameter into boolAkihiko Odaki10-18/+19
2024-07-16ui/cocoa: Release CGColorSpaceAkihiko Odaki1-1/+4
2024-07-16esp: remove transfer size check from DMA DATA IN and DATA OUT transfersMark Cave-Ayland1-2/+2
2024-07-16system/cpus: Add cpu_pause() functionNicholas Piggin2-13/+25
2024-07-16accel/tcg: Make cpu_exec_interrupt hook mandatoryPeter Maydell2-2/+8
2024-07-16loader: remove load_image_gzipped function as its not used anywhereAni Sinha2-16/+1
2024-07-16include/hw/qdev-core.h: Correct and clarify gpio doc commentsPeter Maydell1-8/+9
2024-07-16hw/isa/vt82c686: Turn "intr" irq into a named gpioBernhard Beschow4-6/+7
2024-07-16hw/core/loader: allow loading larger ROMsGregor Haas1-25/+7
2024-07-14hw/ufs: Fix mcq register range check logicJeuk Kim1-2/+14
2024-07-12docs: remove Sphinx 1.x compatibility codeJohn Snow4-101/+19
2024-07-12Python: bump minimum sphinx version to 3.4.3John Snow2-5/+4
2024-07-12python: enable testing for 3.13John Snow2-1/+3
2024-07-12iotests: Change imports for Python 3.13John Snow2-4/+12
2024-07-12python: Do not use pylint 3.2.4 with python 3.8John Snow1-0/+1
2024-07-12python: linter changes for pylint 3.xJohn Snow2-1/+2
2024-07-12target/loongarch: Fix cpu_reset set wrong CSR_CRMDSong Gao1-3/+3
2024-07-12target/loongarch: Set CSR_PRCFG1 and CSR_PRCFG2 valuesSong Gao1-5/+12
2024-07-12target/loongarch: Remove avail_64 in trans_srai_w() and simplify itFeiyang Chen1-12/+3
2024-07-12target/loongarch/kvm: Add software breakpoint supportBibo Mao2-0/+77