aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-05-21tests: acpi: refactor rebuild-expected-aml.sh to dump ACPI tables for a speci...Igor Mammedov1-12/+11
2019-05-20tests: acpi: allow to override default acceleratorIgor Mammedov1-3/+5
2019-05-20tests: acpi: ignore SMBIOS tests when UEFI firmware is usedIgor Mammedov1-2/+9
2019-05-20tests: acpi: add a way to start tests with UEFI firmwareIgor Mammedov1-17/+35
2019-05-20tests: acpi: add acpi_find_rsdp_address_uefi() helperIgor Mammedov2-0/+46
2019-05-20tests: acpi: move boot_sector_init() into x86 tests branchIgor Mammedov1-4/+5
2019-05-20tests: acpi: skip FACS table if board uses hw reduced ACPI profileIgor Mammedov1-3/+7
2019-05-20tests: acpi: fetch X_DSDT if pointer to DSDT is 0Igor Mammedov1-1/+10
2019-05-20tests: acpi: make pointer to RSDP 64bitIgor Mammedov3-8/+6
2019-05-20tests: acpi: make RSDT test routine handle XSDTIgor Mammedov3-19/+14
2019-05-20tests: acpi: make acpi_fetch_table() take size of fetched table pointerIgor Mammedov4-11/+13
2019-05-20tests: acpi: rename acpi_parse_rsdp_table() into acpi_fetch_rsdp_table()Igor Mammedov4-4/+4
2019-05-20pci: Simplify pci_bus_is_root()David Gibson5-20/+14
2019-05-20pcie: Remove redundant test in pcie_mmcfg_data_{read,write}()David Gibson1-10/+0
2019-05-20libvhost-user: fix bad vu_log_writeLi Feng1-1/+1
2019-05-20hw/arm/virt-acpi-build: pass AcpiMcfgInfo to build_mcfg()Wei Yang3-12/+45
2019-05-20i386, acpi: remove mcfg_ prefix in AcpiMcfgInfo membersWei Yang1-7/+7
2019-05-20hw/arm/virt-acpi-build: remove unnecessary variable mcfg_startWei Yang1-3/+1
2019-05-20do not call vhost_net_cleanup() on running net from char user eventDan Streetman1-1/+0
2019-05-20q35: acpi: do not create dummy MCFG tableIgor Mammedov1-14/+4
2019-05-20acpi/pcihp: Add a few more trace points related to unplugMarkus Armbruster2-0/+10
2019-05-20acpi/pcihp: Convert debug printf()s to trace eventsMarkus Armbruster2-17/+17
2019-05-20acpi/piix4: Convert debug printf()s to trace eventsMarkus Armbruster2-11/+7
2019-05-20contrib/vhost-user-blk: enable inflight I/O trackingXie Yongji1-1/+2
2019-05-20vhost-user-blk: Add support to reconnect backendXie Yongji2-23/+139
2019-05-20vhost-user-blk: Add return value for vhost_user_blk_start()Xie Yongji1-4/+5
2019-05-20vhost-user-blk: Only start vhost-user backend with the first kickXie Yongji1-2/+1
2019-05-20vhost-user-blk: Use started flag in vhost_user_blk_set_status()Xie Yongji1-2/+2
2019-05-20virtio: Use started flag in virtio_vmstate_change()Xie Yongji1-1/+1
2019-05-20virtio: Introduce started flag to VirtioDeviceXie Yongji2-2/+52
2019-05-20docs: reST-ify vhost-user documentationMarc-André Lureau4-1221/+1353
2019-05-20Revert "globals: Allow global properties to be optional"Daniel P. Berrangé2-6/+0
2019-05-20hw: report invalid disable-legacy|modern usage for virtio-1-only devsDaniel P. Berrangé7-23/+73
2019-05-20Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell27-134/+728
2019-05-20iotests: Make 245 faster and more reliableMax Reitz2-8/+26
2019-05-20iotests.py: Fix VM.run_jobMax Reitz1-1/+1
2019-05-20iotests.py: Let assert_qmp() accept an arrayMax Reitz1-2/+16
2019-05-20block: Improve "Block node is read-only" messageMax Reitz1-1/+16
2019-05-20qemu-img.texi: Describe human-readable info outputMax Reitz1-0/+41
2019-05-20qemu-img.texi: Be specific about JSON object typesMax Reitz1-3/+8
2019-05-20iotests: Test unaligned raw images with O_DIRECTMax Reitz4-0/+103
2019-05-20block/file-posix: Unaligned O_DIRECT block-statusMax Reitz1-0/+16
2019-05-20test-block-iothread: Test AioContext propagation for block jobsKevin Wolf1-0/+71
2019-05-20blockjob: Remove AioContext notifiersKevin Wolf1-41/+2
2019-05-20blockjob: Propagate AioContext change to all job nodesKevin Wolf3-17/+35
2019-05-20block: Add blk_set_allow_aio_context_change()Kevin Wolf2-0/+11
2019-05-20block: Implement .(can_)set_aio_ctx for BlockBackendKevin Wolf1-2/+43
2019-05-20test-block-iothread: Test AioContext propagation through the treeKevin Wolf1-0/+131
2019-05-20block: Propagate AioContext change to parentsKevin Wolf3-6/+45
2019-05-20block: Move recursion to bdrv_set_aio_context()Kevin Wolf1-8/+7