1. 13 Sep, 2022 4 commits
  2. 12 Sep, 2022 6 commits
  3. 10 Sep, 2022 3 commits
  4. 02 Sep, 2022 3 commits
  5. 31 Aug, 2022 17 commits
  6. 30 Aug, 2022 1 commit
  7. 25 Aug, 2022 1 commit
  8. 24 Aug, 2022 5 commits
    • Richard Henderson's avatar
      Merge tag 'pull-for-7.1-fixes-240822-3' of https://github.com/stsquad/qemu into staging · 1f6a638c
      Richard Henderson authored
      Testing and doc updates:
      
        - move default timeout to QemuBaseTests
        - optimise migration tests to run faster
        - removed duplicate migration test
        - add some clarifying language to block options in manual
      
      # -----BEGIN PGP SIGNATURE-----
      #
      # iQEzBAABCgAdFiEEZoWumedRZ7yvyN81+9DbCVqeKkQFAmMF7MMACgkQ+9DbCVqe
      # KkTCmgf/eyjET4BObyQEp7QsbdS295eL3If2PxSumCrypMjpmYAFJcQ9POjagExo
      # wh+E8hU587BLzghgjPcsJ4fm3m21bngmAvsczmLcgOMhAaMhH5MRMR0dvHjo7l9F
      # isJ1ro20fCJ2QcFNybAIu4VluwBr9oYBnZ3B7YpL9DDu8x9MmS6UCQkCJ4Y86raW
      # G9IXTHwwiq3D4RiuLccPRZ/WsMZhuNVafFrgJK56GBF7jWI0d0kOar5HyS8pATNL
      # hkAYBTfkrBmEhOA86vMiRmfmpVa+FqSzXkn2quWvJ8HGQ2tmIoboBbGWDExvN0/d
      # pPLoAzDVPEnHAMqarC2RgSQTH0JmJQ==
      # =ODg1
      # -----END PGP SIGNATURE-----
      # gpg: Signature made Wed 24 Aug 2022 02:17:55 AM PDT
      # gpg:                using RSA key 6685AE99E75167BCAFC8DF35FBD0DB095A9E2A44
      # gpg: Good signature from "Alex Bennée (Master Work Key) <alex.bennee@linaro.org>" [undefined]
      # gpg: WARNING: This key is not certified with a trusted signature!
      # gpg:          There is no indication that the signature belongs to the owner.
      # Primary key fingerprint: 6685 AE99 E751 67BC AFC8  DF35 FBD0 DB09 5A9E 2A44
      
      * tag 'pull-for-7.1-fixes-240822-3' of https://github.com/stsquad/qemu
      
      :
        qemu-options: try and clarify preferred block semantics
        tests/qtest/migration-test: Remove duplicated test_postcopy from the test plan
        tests/migration/i386: Speed up the i386 migration test (when using TCG)
        tests/migration/aarch64: Speed up the aarch64 migration test
        tests/qtest/migration-test: Only wait for serial output where migration succeeds
        tests/avocado: push default timeout to QemuBaseTest
      
      Signed-off-by: default avatarRichard Henderson <richard.henderson@linaro.org>
      1f6a638c
    • Alex Bennée's avatar
      qemu-options: try and clarify preferred block semantics · 5af2b0f6
      Alex Bennée authored
      
      
      Try to correct any confusion about QEMU's Byzantine disk options by
      laying out the preferred "modern" options as-per:
      
       "<danpb> (best:  -device + -blockdev,  2nd obsolete syntax: -device +
           -drive,  3rd obsolete syntax: -drive, 4th obsolete syntax: -hdNN)"
      
      Signed-off-by: Alex Bennée's avatarAlex Bennée <alex.bennee@linaro.org>
      Acked-by: default avatarKevin Wolf <kwolf@redhat.com>
      Reviewed-by: default avatarDaniel P. Berrangé <berrange@redhat.com>
      Cc: qemu-block@nongnu.org
      Cc: Kevin Wolf <kwolf@redhat.com>
      Cc: Hanna Reitz <hreitz@redhat.com>
      Cc: Thomas Huth <thuth@redhat.com>
      Message-Id: <20220822165608.2980552-7-alex.bennee@linaro.org>
      5af2b0f6
    • Thomas Huth's avatar
      tests/qtest/migration-test: Remove duplicated test_postcopy from the test plan · 00269477
      Thomas Huth authored and Alex Bennée's avatar Alex Bennée committed
      test_postcopy() is currently run twice - which is just a waste of resources
      and time. The commit d1a27b16 that introduced the duplicate talked about
      renaming the "postcopy/unix" test, but apparently it forgot to remove the
      old entry. Let's do that now.
      
      Fixes: d1a27b16
      
       ("tests: Add postcopy tls migration test")
      Signed-off-by: default avatarThomas Huth <thuth@redhat.com>
      Reviewed-by: default avatarDaniel P. Berrangé <berrange@redhat.com>
      Message-Id: <20220819053802.296584-5-thuth@redhat.com>
      Signed-off-by: Alex Bennée's avatarAlex Bennée <alex.bennee@linaro.org>
      Reviewed-by: default avatarJuan Quintela <quintela@redhat.com>
      Message-Id: <20220822165608.2980552-6-alex.bennee@linaro.org>
      00269477
    • Thomas Huth's avatar
      tests/migration/i386: Speed up the i386 migration test (when using TCG) · 41adc596
      Thomas Huth authored and Alex Bennée's avatar Alex Bennée committed
      
      
      When KVM is not available, the i386 migration test also runs in a rather
      slow fashion, since the guest code takes a couple of seconds to print
      the "B"s on the serial console, and the migration test has to wait for
      this each time. Let's increase the frequency here, too, so that the
      delays in the migration tests get smaller.
      
      Signed-off-by: default avatarThomas Huth <thuth@redhat.com>
      Reviewed-by: default avatarDaniel P. Berrangé <berrange@redhat.com>
      Message-Id: <20220819053802.296584-4-thuth@redhat.com>
      Signed-off-by: Alex Bennée's avatarAlex Bennée <alex.bennee@linaro.org>
      Message-Id: <20220822165608.2980552-5-alex.bennee@linaro.org>
      41adc596
    • Thomas Huth's avatar
      tests/migration/aarch64: Speed up the aarch64 migration test · c398c761
      Thomas Huth authored and Alex Bennée's avatar Alex Bennée committed
      
      
      The migration tests spend a lot of time waiting for a sign of live
      of the guest on the serial console. The aarch64 migration code only
      outputs "B"s every couple of seconds (at least it takes more than 4
      seconds between each characeter on my x86 laptop). There are a lot
      of migration tests, and if each test that checks for a successful
      migration waits for these characters before and after migration, the
      wait time sums up to multiple minutes! Let's use a shorter delay to
      speed things up.
      
      While we're at it, also remove a superfluous masking with 0xff - we're
      reading and storing bytes, so the upper bits of the register do not
      matter anyway.
      
      With these changes, the test runs twice as fast on my laptop, decreasing
      the total run time from approx. 8 minutes to only 4 minutes!
      
      Signed-off-by: default avatarThomas Huth <thuth@redhat.com>
      Reviewed-by: default avatarDaniel P. Berrangé <berrange@redhat.com>
      Message-Id: <20220819053802.296584-3-thuth@redhat.com>
      Signed-off-by: Alex Bennée's avatarAlex Bennée <alex.bennee@linaro.org>
      Message-Id: <20220822165608.2980552-4-alex.bennee@linaro.org>
      c398c761