summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* hw/arm/tosa: Replace fprintf() calls by LED devicesPhilippe Mathieu-Daudé2020-10-262-25/+16Star
* hw/misc/mps2-scc: Use the LED devicePhilippe Mathieu-Daudé2020-10-264-12/+19
* hw/misc/mps2-fpgaio: Use the LED devicePhilippe Mathieu-Daudé2020-10-264-6/+21
* hw/arm/aspeed: Add the 3 front LEDs drived by the PCA9552 #1Philippe Mathieu-Daudé2020-10-262-0/+21
* hw/misc/led: Emit a trace event when LED intensity has changedPhilippe Mathieu-Daudé2020-10-262-0/+5
* hw/misc/led: Allow connecting from GPIO outputPhilippe Mathieu-Daudé2020-10-263-1/+42
* hw/misc/led: Add a LED devicePhilippe Mathieu-Daudé2020-10-266-0/+242
* Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/block-pull-request...Peter Maydell2020-10-2633-122/+1420
|\
| * iotests: add commit top->base cases to 274Vladimir Sementsov-Ogievskiy2020-10-232-0/+88
| * block/io: fix bdrv_is_allocated_aboveVladimir Sementsov-Ogievskiy2020-10-231-38/+5Star
| * block/io: bdrv_common_block_status_above: support bs == baseVladimir Sementsov-Ogievskiy2020-10-231-1/+5
| * block/io: bdrv_common_block_status_above: support include_baseVladimir Sementsov-Ogievskiy2020-10-232-7/+16
| * block/io: fix bdrv_co_block_status_aboveVladimir Sementsov-Ogievskiy2020-10-232-16/+68
| * block/export: add vhost-user-blk multi-queue supportStefan Hajnoczi2020-10-232-9/+25
| * block/export: add iothread and fixed-iothread optionsStefan Hajnoczi2020-10-234-4/+45
| * block: move block exports to libblockdevStefan Hajnoczi2020-10-236-17/+22
| * qemu-storage-daemon: avoid compiling blockdev_ss twiceStefan Hajnoczi2020-10-232-4/+11
| * util/vhost-user-server: use static library in meson.buildStefan Hajnoczi2020-10-235-7/+14
| * util/vhost-user-server: move header to include/Stefan Hajnoczi2020-10-234-3/+5
| * block/export: convert vhost-user-blk server to block export APIStefan Hajnoczi2020-10-237-356/+154Star
| * block/export: report flush errorsStefan Hajnoczi2020-10-231-4/+7
| * util/vhost-user-server: rework vu_client_trip() coroutine lifecycleStefan Hajnoczi2020-10-233-127/+154
| * util/vhost-user-server: check EOF when reading payloadStefan Hajnoczi2020-10-231-2/+4
| * util/vhost-user-server: fix memory leak in vu_message_read()Stefan Hajnoczi2020-10-231-27/+23Star
| * util/vhost-user-server: drop unused DevicePanicNotifierStefan Hajnoczi2020-10-233-11/+1Star
| * block/export: consolidate request structs into VuBlockReqStefan Hajnoczi2020-10-231-47/+21Star
| * util/vhost-user-server: drop unnecessary watch deletionStefan Hajnoczi2020-10-231-15/+4Star
| * util/vhost-user-server: drop unnecessary QOM castStefan Hajnoczi2020-10-231-1/+1
| * util/vhost-user-server: s/fileds/fields/ typo fixStefan Hajnoczi2020-10-231-1/+1
| * MAINTAINERS: Add vhost-user block device backend server maintainerCoiby Xu2020-10-231-0/+7
| * block/export: vhost-user block device backend serverCoiby Xu2020-10-234-0/+702
| * block: move logical block size check function to a common utility functionCoiby Xu2020-10-234-26/+71
| * util/vhost-user-server: generic vhost user serverCoiby Xu2020-10-233-0/+494
| * libvhost-user: remove watch for kick_fd when de-initialize vu-devCoiby Xu2020-10-231-0/+1
| * libvhost-user: Allow vu_message_read to be replacedCoiby Xu2020-10-235-10/+33
| * block/nvme: Add driver statistics for access alignment and hw errorsPhilippe Mathieu-Daudé2020-10-232-1/+50
|/
* Merge remote-tracking branch 'remotes/kraxel/tags/modules-20201022-pull-reque...Peter Maydell2020-10-2212-72/+232
|\
| * opengl: build opengl helper code modularGerd Hoffmann2020-10-212-1/+14
| * opengl: build egl-headless display modularGerd Hoffmann2020-10-211-1/+7
| * spice: flip modules switchGerd Hoffmann2020-10-211-1/+10
| * modules: add spice dependenciesGerd Hoffmann2020-10-211-0/+5
| * modules: dependencies infrastructureGerd Hoffmann2020-10-211-5/+27
| * spice: load module when enabled on the cmdlineGerd Hoffmann2020-10-211-1/+5
| * spice: wire up monitor in QemuSpiceOps.Gerd Hoffmann2020-10-213-1/+22
| * spice: move display_add_client() to QemuSpiceOps.Gerd Hoffmann2020-10-215-8/+11
| * spice: move auth functions to QemuSpiceOps.Gerd Hoffmann2020-10-215-20/+25
| * spice: move add_interface() to QemuSpiceOps.Gerd Hoffmann2020-10-216-9/+16
| * spice: move display_init() to QemuSpiceOps.Gerd Hoffmann2020-10-215-8/+12
| * spice: move qemu_spice_init() to QemuSpiceOps.Gerd Hoffmann2020-10-215-7/+9
| * spice: add QemuSpiceOps, move migrate_infoGerd Hoffmann2020-10-215-6/+21