summary refs log tree commit diff stats
path: root/scripts/qapi/expr.py (unfollow)
Commit message (Expand)AuthorFilesLines
2020-07-20docs/system: Briefly document canon-a1100 boardPeter Maydell3-0/+13
2020-07-20hw/arm/armsse: Assert info->num_cpus is in-bounds in armsse_realize()Peter Maydell1-0/+2
2020-07-20qdev: Document GPIO related functionsPeter Maydell1-2/+189
2020-07-20qdev: Document qdev_unrealize()Peter Maydell1-0/+19
2020-07-20qdev: Move doc comments from qdev.c to qdev-core.hPeter Maydell3-33/+70
2020-07-20util: Implement qemu_get_thread_id() for OpenBSDDavid CARLIER1-0/+2
2020-07-20hw/arm/virt: Disable memory hotplug when MTE is enabledRichard Henderson1-0/+5
2020-07-20hw/arm/virt: Error for MTE enabled with KVMRichard Henderson1-0/+6
2020-07-20hw/arm/virt: Enable MTE via a machine propertyRichard Henderson4-15/+49
2020-07-20Makefile: Remove config-devices.mak on "make clean"Peter Maydell1-0/+1
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