Quoting Philippe Mathieu-Daudé (2020-09-04 04:20:00) > On 9/3/20 10:58 PM, Michael Roth wrote: > > Hi everyone, > > > > The following new patches are queued for QEMU stable v5.0.1: > > > > https://github.com/mdroth/qemu/commits/stable-5.0-staging > > > > Patch freeze is 2020-09-10, and the release is planned for 2020-09-15: > > > > https://wiki.qemu.org/Planning/5.0 > > > > Please respond here or CC qemu-sta...@nongnu.org on any additional patches > > you think should be included in the release. > > Candidates: > > b638627c723 ("hw/sd: Fix incorrect populated function switch status data > structure")
I get the following breakage with this patch applied, and also see the error upstream, so I've left these out for now: mdroth@sif:~/w/qemu-build2$ AVOCADO_ALLOW_LARGE_STORAGE=1 tests/venv/bin/avocado run -t machine:orangepi-pc tests/acceptance/ /home/mdroth/dev/kvm/qemu-build2/tests/venv/lib/python3.6/site-packages/avocado/plugins/run.py:214: FutureWarning: The following arguments will be changed to boolean soon: sysinfo, output-check, failfast, keep-tmp and ignore-missing-references. FutureWarning) Fetching asset from tests/acceptance/boot_linux_console.py:BootLinuxConsole.test_arm_orangepi Fetching asset from tests/acceptance/boot_linux_console.py:BootLinuxConsole.test_arm_orangepi_initrd Fetching asset from tests/acceptance/boot_linux_console.py:BootLinuxConsole.test_arm_orangepi_initrd Fetching asset from tests/acceptance/boot_linux_console.py:BootLinuxConsole.test_arm_orangepi_sd Fetching asset from tests/acceptance/boot_linux_console.py:BootLinuxConsole.test_arm_orangepi_sd Fetching asset from tests/acceptance/boot_linux_console.py:BootLinuxConsole.test_arm_orangepi_bionic Fetching asset from tests/acceptance/boot_linux_console.py:BootLinuxConsole.test_arm_orangepi_uboot_netbsd9 Fetching asset from tests/acceptance/boot_linux_console.py:BootLinuxConsole.test_arm_orangepi_uboot_netbsd9 JOB ID : 1efcdbf82a9cb1313078641c403802980018b53d JOB LOG : /home/mdroth/avocado/job-results/job-2020-09-10T11.08-1efcdbf/job.log (1/5) tests/acceptance/boot_linux_console.py:BootLinuxConsole.test_arm_orangepi: PASS (4.41 s) (2/5) tests/acceptance/boot_linux_console.py:BootLinuxConsole.test_arm_orangepi_initrd: PASS (17.86 s) (3/5) tests/acceptance/boot_linux_console.py:BootLinuxConsole.test_arm_orangepi_sd: PASS (51.11 s) (4/5) tests/acceptance/boot_linux_console.py:BootLinuxConsole.test_arm_orangepi_bionic: INTERRUPTED: Test interrupted by SIGTERM\nRunner error occurred: Timeout reached\nOriginal status: ERROR\n{'name': '4-tests/acceptance/boot_linux_console.py:BootLinuxConsole.test_arm_orangepi_bionic', 'logdir': '/home/mdroth/avocado/job-results/job-2020-09-10T11.08-1efcd... (90.58 s) (5/5) tests/acceptance/boot_linux_console.py:BootLinuxConsole.test_arm_orangepi_uboot_netbsd9: INTERRUPTED: Test interrupted by SIGTERM\nRunner error occurred: Timeout reached\nOriginal status: ERROR\n{'name': '5-tests/acceptance/boot_linux_console.py:BootLinuxConsole.test_arm_orangepi_uboot_netbsd9', 'logdir': '/home/mdroth/avocado/job-results/job-2020-09-10T11.0... (90.64 s) RESULTS : PASS 3 | ERROR 0 | FAIL 0 | SKIP 0 | WARN 0 | INTERRUPT 2 | CANCEL 0 JOB TIME : 255.19 s JOB HTML : /home/mdroth/avocado/job-results/job-2020-09-10T11.08-1efcdbf/results.html > 6d2d4069c47 ("hw/sd: Correct the maximum size of a Standard Capacity SD > Memory Card") > > And maybe "memory: assert and define MemoryRegionOps callbacks" > https://www.mail-archive.com/qemu-devel@nongnu.org/msg729048.html > > > > > Thanks! >