aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-05-22cutils: Simplify how parse_uint() checks for whitespaceMarkus Armbruster
2019-05-22gdbstub: Fix misuse of isxdigit()Markus Armbruster
2019-05-22gdbstub: Reject invalid RLE repeat countsMarkus Armbruster
2019-05-22tests/vhost-user-bridge: Fix misuse of isdigit()Markus Armbruster
2019-05-22qemu-bridge-helper: Fix misuse of isspace()Markus Armbruster
2019-05-22contrib: add vhost-user-inputMarc-André Lureau
2019-05-22libvhost-user: fix -Werror=format= on ppc64Marc-André Lureau
2019-05-22libvhost-user: fix cast warnings on 32 bitsMarc-André Lureau
2019-05-21Merge remote-tracking branch 'remotes/ehabkost/tags/x86-next-pull-request' in...Peter Maydell
2019-05-21target/i386: add MDS-NO featurePaolo Bonzini
2019-05-21docs: recommend use of md-clear feature on all Intel CPUsDaniel P. Berrangé
2019-05-21target/i386: define md-clear bitPaolo Bonzini
2019-05-21Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20190521-3' into stagingPeter Maydell
2019-05-21s390x/cpumodel: wire up 8561 and 8562 as gen15 machinesChristian Borntraeger
2019-05-21s390x/cpumodel: add gen15 defintionsChristian Borntraeger
2019-05-21s390x/cpumodel: add Deflate-conversion facilityChristian Borntraeger
2019-05-21s390x/cpumodel: enhanced sort facilityChristian Borntraeger
2019-05-21s390x/cpumodel: vector enhancementsChristian Borntraeger
2019-05-21s390x/cpumodel: msa9 facilityChristian Borntraeger
2019-05-21s390x/cpumodel: Miscellaneous-Instruction-Extensions Facility 3Christian Borntraeger
2019-05-21s390x/cpumodel: ignore csske for expansionChristian Borntraeger
2019-05-21linux headers: update against Linux 5.2-rc1Cornelia Huck
2019-05-21update-linux-headers: handle new header fileCornelia Huck
2019-05-21Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2019-05-21tests: acpi: print error unable to dump ACPI table during rebuildIgor Mammedov
2019-05-21tests: acpi: refactor rebuild-expected-aml.sh to dump ACPI tables for a speci...Igor Mammedov
2019-05-21Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2019-05-2...Peter Maydell
2019-05-21Merge remote-tracking branch 'remotes/xtensa/tags/20190520-xtensa' into stagingPeter Maydell
2019-05-21tests/qemu-iotests: Remove the "_supported_os Linux" line from many testsThomas Huth
2019-05-21cirrus / travis: Add gnu-sed and bash for macOS and FreeBSDThomas Huth
2019-05-21tests/qemu-iotests: Do not hard-code the path to bashThomas Huth
2019-05-21tests/qemu-iotests/check: Pick a default machine if necessaryThomas Huth
2019-05-21tests/qemu-iotests/005: Add a sanity check for large sparse file supportThomas Huth
2019-05-21tests/hd-geo-test: Use qtest_init() instead of qtest_start()Thomas Huth
2019-05-21tests/device-introspect: Use qtest_init() instead of qtest_start()Thomas Huth
2019-05-21tests/qom-test: Use qtest_init() instead of qtest_start()Thomas Huth
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