aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-05-21tests/numa-test: Use qtest_init() instead of qtest_start()Thomas Huth
2019-05-21tests/q35-test: Make test independent of global_qtestThomas Huth
2019-05-21tests/libqos: Get rid of global_qtest dependency in qvring_init()Thomas Huth
2019-05-21tests/libqtest: Fix description of qtest_vinitf() and qtest_initf()Thomas Huth
2019-05-21tests/libqtest: Remove unused global_qtest-related wrapper functionsThomas Huth
2019-05-20tests: acpi: allow to override default acceleratorIgor Mammedov
2019-05-20tests: acpi: ignore SMBIOS tests when UEFI firmware is usedIgor Mammedov
2019-05-20tests: acpi: add a way to start tests with UEFI firmwareIgor Mammedov
2019-05-20tests: acpi: add acpi_find_rsdp_address_uefi() helperIgor Mammedov
2019-05-20tests: acpi: move boot_sector_init() into x86 tests branchIgor Mammedov
2019-05-20tests: acpi: skip FACS table if board uses hw reduced ACPI profileIgor Mammedov
2019-05-20tests: acpi: fetch X_DSDT if pointer to DSDT is 0Igor Mammedov
2019-05-20tests: acpi: make pointer to RSDP 64bitIgor Mammedov
2019-05-20tests: acpi: make RSDT test routine handle XSDTIgor Mammedov
2019-05-20tests: acpi: make acpi_fetch_table() take size of fetched table pointerIgor Mammedov
2019-05-20tests: acpi: rename acpi_parse_rsdp_table() into acpi_fetch_rsdp_table()Igor Mammedov
2019-05-20pci: Simplify pci_bus_is_root()David Gibson
2019-05-20pcie: Remove redundant test in pcie_mmcfg_data_{read,write}()David Gibson
2019-05-20libvhost-user: fix bad vu_log_writeLi Feng
2019-05-20hw/arm/virt-acpi-build: pass AcpiMcfgInfo to build_mcfg()Wei Yang
2019-05-20i386, acpi: remove mcfg_ prefix in AcpiMcfgInfo membersWei Yang
2019-05-20hw/arm/virt-acpi-build: remove unnecessary variable mcfg_startWei Yang
2019-05-20do not call vhost_net_cleanup() on running net from char user eventDan Streetman
2019-05-20q35: acpi: do not create dummy MCFG tableIgor Mammedov
2019-05-20acpi/pcihp: Add a few more trace points related to unplugMarkus Armbruster
2019-05-20acpi/pcihp: Convert debug printf()s to trace eventsMarkus Armbruster
2019-05-20acpi/piix4: Convert debug printf()s to trace eventsMarkus Armbruster
2019-05-20contrib/vhost-user-blk: enable inflight I/O trackingXie Yongji
2019-05-20vhost-user-blk: Add support to reconnect backendXie Yongji
2019-05-20vhost-user-blk: Add return value for vhost_user_blk_start()Xie Yongji
2019-05-20vhost-user-blk: Only start vhost-user backend with the first kickXie Yongji
2019-05-20vhost-user-blk: Use started flag in vhost_user_blk_set_status()Xie Yongji
2019-05-20virtio: Use started flag in virtio_vmstate_change()Xie Yongji
2019-05-20virtio: Introduce started flag to VirtioDeviceXie Yongji
2019-05-20docs: reST-ify vhost-user documentationMarc-André Lureau
2019-05-20Revert "globals: Allow global properties to be optional"Daniel P. Berrangé
2019-05-20hw: report invalid disable-legacy|modern usage for virtio-1-only devsDaniel P. Berrangé
2019-05-20Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2019-05-20iotests: Make 245 faster and more reliableMax Reitz
2019-05-20iotests.py: Fix VM.run_jobMax Reitz
2019-05-20iotests.py: Let assert_qmp() accept an arrayMax Reitz
2019-05-20block: Improve "Block node is read-only" messageMax Reitz
2019-05-20qemu-img.texi: Describe human-readable info outputMax Reitz
2019-05-20qemu-img.texi: Be specific about JSON object typesMax Reitz
2019-05-20iotests: Test unaligned raw images with O_DIRECTMax Reitz
2019-05-20block/file-posix: Unaligned O_DIRECT block-statusMax Reitz
2019-05-20test-block-iothread: Test AioContext propagation for block jobsKevin Wolf
2019-05-20blockjob: Remove AioContext notifiersKevin Wolf
2019-05-20blockjob: Propagate AioContext change to all job nodesKevin Wolf
2019-05-20block: Add blk_set_allow_aio_context_change()Kevin Wolf