summary refs log tree commit diff stats
path: root/scripts/qapi/source.py (unfollow)
Commit message (Expand)AuthorFilesLines
2020-07-17tcg/cpu-exec: precise single-stepping after an interruptRichard Henderson1-1/+7
2020-07-17ipmi: add SET_SENSOR_READING commandCédric Le Goater1-0/+223
2020-07-17ipmi: Fix a man page entryCorey Minyard1-1/+1
2020-07-17ipmi: Add man page pieces for the IPMI PCI devicesCorey Minyard1-0/+9
2020-07-17migration/block-dirty-bitmap: fix add_bitmaps_to_listVladimir Sementsov-Ogievskiy1-1/+5
2020-07-17file-posix: Fix leaked fd in raw_open_common() error pathKevin Wolf1-0/+3
2020-07-17file-posix: Fix check_hdev_writable() with auto-read-onlyKevin Wolf1-12/+21
2020-07-17file-posix: Move check_hdev_writable() upKevin Wolf1-33/+33
2020-07-17file-posix: Allow byte-aligned O_DIRECT with NFSKevin Wolf1-1/+25
2020-07-17block: Require aligned image size to avoid assertion failureKevin Wolf1-0/+16
2020-07-17iotests: test shutdown when bitmap is exported through NBDVladimir Sementsov-Ogievskiy3-0/+76
2020-07-17nbd: make nbd_export_close_all() synchronousVladimir Sementsov-Ogievskiy1-0/+8
2020-07-17iotests/030: Reduce job speed to make race less likelyKevin Wolf1-1/+1
2020-07-17crypto: use a stronger private key for testsDaniel P. Berrangé2-37/+79
2020-07-17qemu-img resize: Require --shrink for shrinking all image formatsKevin Wolf1-11/+3
2020-07-17Remove VXHS block deviceMarc-André Lureau18-718/+10
2020-07-17vvfat: set status to odd fixesPrasad J Pandit1-1/+1
2020-07-17docs/s390x: fix vfio-ccw typeCornelia Huck1-1/+1
2020-07-17gitlab-ci.yml: Add fuzzer testsThomas Huth1-1/+19
2020-07-17qom: Plug memory leak in "info qom-tree"Markus Armbruster1-2/+4
2020-07-17configure: Fix for running with --enable-werror on macOSThomas Huth1-1/+1
2020-07-17fuzz: Expect the cmdline in a freeable GStringAlexander Bulekov4-15/+14
2020-07-17tests: qmp-cmd-test: fix memory leakLi Qiang1-0/+13
2020-07-17qtest: bios-tables-test: fix a memory leakLi Qiang1-0/+1
2020-07-16tcg/cpu-exec: precise single-stepping after an exceptionLuc Michel1-0/+11
2020-07-16tcg: Save/restore vecop_list around minmax fallbackRichard Henderson1-0/+2
2020-07-16i386: hvf: Explicitly set CR4 guest/host maskRoman Bolshakov1-0/+1
2020-07-16hw/i2c: Document the I2C qdev helpersPhilippe Mathieu-Daudé1-0/+48
2020-07-16hw/i2c: Rename i2c_create_slave() as i2c_slave_create_simple()Philippe Mathieu-Daudé16-53/+54
2020-07-16hw/i2c: Rename i2c_realize_and_unref() as i2c_slave_realize_and_unref()Philippe Mathieu-Daudé3-8/+10
2020-07-16hw/i2c: Rename i2c_try_create_slave() as i2c_slave_new()Philippe Mathieu-Daudé3-9/+8
2020-07-16hw/i2c/aspeed_i2c: Simplify aspeed_i2c_get_bus()Philippe Mathieu-Daudé3-38/+37
2020-07-16hw/i2c/Kconfig: Add an entry for the SMBusPhilippe Mathieu-Daudé2-3/+8
2020-07-16target/i386: add the missing vmx features for Skylake-Server and Cascadelake-...Chenyi Qiang1-0/+14
2020-07-16target/i386: fix model number and add missing features for Icelake-Server CPU...Chenyi Qiang1-0/+14
2020-07-16target/i386: add fast short REP MOV supportChenyi Qiang2-1/+3
2020-07-16i386/cpu: Don't add unavailable_features to env->user_featuresXiaoyao Li1-1/+0
2020-07-16i368/cpu: Clear env->user_features after loading versioned CPU modelXiaoyao Li1-0/+7
2020-07-16usb: fix storage regressionGerd Hoffmann1-2/+1
2020-07-16vfio: fix use-after-free in displayGerd Hoffmann1-0/+1
2020-07-15tests: tpm: Skip over pcrUpdateCounter byte in result comparisonStefan Berger1-1/+5
2020-07-15tpm: tpm_spapr: Exit on TPM backend failuresStefan Berger1-1/+4
2020-07-15Update version for v5.1.0-rc0 releasePeter Maydell1-1/+1
2020-07-15ftgmac100: fix dblac write testerik-smit1-6/+8
2020-07-15net: detect errors from probing vnet hdr flag for TAP devicesDaniel P. Berrange6-12/+29
2020-07-15net: check if the file descriptor is valid before using itLaurent Vivier5-39/+79
2020-07-15qemu-options.hx: Clean up and fix typo for colo-compareZhang Chen1-16/+16
2020-07-15net/colo-compare.c: Expose compare "max_queue_size" to usersZhang Chen2-3/+45
2020-07-15hw/net: Added CSO for IPv6Andrew1-3/+12
2020-07-15virtio-net: fix removal of failover deviceJuan Quintela1-0/+1