summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | fuzz: Add DMA support to the generic-fuzzerAlexander Bulekov2020-10-262-0/+237
| * | fuzz: Add PCI features to the generic fuzzerAlexander Bulekov2020-10-241-0/+81
| * | fuzz: Add generic virtual-device fuzzerAlexander Bulekov2020-10-242-0/+517
| * | memory: Add FlatView foreach functionAlexander Bulekov2020-10-242-0/+18
| * | libqtest: fix memory leak in the qtest_qmp_event_refMaxim Levitsky2020-10-241-7/+4Star
| * | libqtest: fix the order of buffered eventsMaxim Levitsky2020-10-241-1/+1
| * | tests/qtest: Make npcm7xx_timer-test conditional on CONFIG_NPCM7XXHavard Skinnemoen2020-10-241-1/+2
| * | accel: Add xen CpusAccel using dummy-cpusJason Andryuk2020-10-242-0/+9
| * | accel: move qtest CpusAccel functions to a common locationJason Andryuk2020-10-246-37/+18Star
| * | accel: Remove _WIN32 ifdef from qtest-cpus.cJason Andryuk2020-10-241-5/+0Star
| * | tests/qtest/libqtest: Fix detection of architecture for binaries without pathThomas Huth2020-10-241-2/+7
| * | tests/migration: fix memleak in wait_command/wait_command_fdChen Qun2020-10-241-4/+12
| |/
* | Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20201...Peter Maydell2020-10-2614-55/+238
|\ \
| * | hw/misc/sifive_u_otp: Add backend drive supportGreen Wan2020-10-222-0/+67
| * | hw/misc/sifive_u_otp: Add write function and write-once protectionGreen Wan2020-10-222-1/+32
| * | target/riscv: raise exception to HS-mode at get_physical_addressYifei Jiang2020-10-222-12/+34
| * | hw/riscv: Load the kernel after the firmwareAlistair Francis2020-10-227-15/+45
| * | hw/riscv: Add a riscv_is_32_bit() functionAlistair Francis2020-10-222-0/+11
| * | hw/riscv: Return the end address of the loaded firmwareAlistair Francis2020-10-222-15/+21
| * | hw/riscv: sifive_u: Allow specifying the CPUAlistair Francis2020-10-222-5/+14
| * | target/riscv: Fix implementation of HLVX.WU instructionGeorg Kotheimer2020-10-221-3/+3
| * | target/riscv: Fix update of hstatus.GVA in riscv_cpu_do_interruptGeorg Kotheimer2020-10-221-1/+3
| * | target/riscv: Fix update of hstatus.SPVPGeorg Kotheimer2020-10-221-1/+1
| * | hw/intc: Move sifive_plic.h to the include directoryBin Meng2020-10-221-0/+0
| * | riscv: Convert interrupt logs to use qemu_log_mask()Alistair Francis2020-10-222-2/+7
| |/
* | 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