Re: [Qemu-devel] [RFC QEMU 0/2] arm/virt: Account for guest pause time

2018-11-08 Thread no-reply
QEMU 0/2] arm/virt: Account for guest pause time === TEST SCRIPT BEGIN === #!/bin/bash time make docker-test-mingw@fedora SHOW_ENV=1 J=8 === TEST SCRIPT END === Updating 3c8cf5a9c21ff8782164d1def7f44bd888713384 From https://github.com/patchew-project/qemu * [new tag] patchew

Re: [Qemu-devel] [RFC QEMU 0/2] arm/virt: Account for guest pause time

2018-11-08 Thread no-reply
QEMU 0/2] arm/virt: Account for guest pause time === TEST SCRIPT BEGIN === #!/bin/bash time make docker-test-quick@centos7 SHOW_ENV=1 J=8 === TEST SCRIPT END === Updating 3c8cf5a9c21ff8782164d1def7f44bd888713384 From https://github.com/patchew-project/qemu * [new tag] patchew

[Qemu-devel] [RFC QEMU 0/2] arm/virt: Account for guest pause time

2018-11-07 Thread Bijan Mottahedeh
This patch series address two Qemu issues: - improper system clock frequency initialization - lack of pause (virtsh suspend) time accounting A simple test to reproduce the problem executes one or more instances of the following command in the guest: dd if=/dev/zero of=/dev/null & and then p