All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Huth <thuth@redhat.com>
To: qemu-devel@nongnu.org
Cc: Richard Henderson <richard.henderson@linaro.org>,
	Peter Maydell <peter.maydell@linaro.org>,
	"Dr. David Alan Gilbert" <dgilbert@redhat.com>,
	peterx@redhat.com, Juan Quintela <quintela@redhat.com>,
	Ilya Leoshkevich <iii@linux.ibm.com>,
	berrange@redhat.com
Subject: [PULL 0/7] Testing and wording fixes
Date: Mon,  1 Aug 2022 17:54:59 +0200	[thread overview]
Message-ID: <20220801155506.254316-1-thuth@redhat.com> (raw)

 Hi!

The following changes since commit 3916603e0c1d909e14e09d5ebcbdaa9c9e21adf3:

  Merge tag 'pull-la-20220729' of https://gitlab.com/rth7680/qemu into staging (2022-07-29 17:39:17 -0700)

are available in the Git repository at:

  https://gitlab.com/thuth/qemu.git tags/pull-request-2022-08-01

for you to fetch changes up to 1bca64a3f0490861c03ceb849821ebf42c926f82:

  tests/qtest/migration-test: Run the dirty ring tests only with the x86 target (2022-08-01 16:30:18 +0200)

----------------------------------------------------------------
- Some fixes for various tests
- Improve wordings in some files

----------------------------------------------------------------
Daniel P. Berrangé (1):
  misc: fix commonly doubled up words

Ilya Leoshkevich (1):
  tests/tcg/linux-test: Fix random hangs in test_socket

Peter Xu (2):
  migration-test: Use migrate_ensure_converge() for auto-converge
  migration-test: Allow test to run without uffd

Thomas Huth (3):
  tests/unit/test-qga: Replace the word 'blacklist' in the guest agent
    unit test
  trivial: Fix duplicated words
  tests/qtest/migration-test: Run the dirty ring tests only with the x86
    target

 docs/devel/qom.rst                            |  4 +-
 docs/interop/live-block-operations.rst        |  4 +-
 docs/system/arm/cpu-features.rst              |  2 +-
 docs/system/devices/cxl.rst                   |  2 +-
 docs/system/s390x/bootdevices.rst             |  2 +-
 docs/system/tls.rst                           |  2 +-
 docs/tools/qemu-pr-helper.rst                 |  4 +-
 hw/usb/u2f.h                                  |  2 +-
 include/hw/qdev-core.h                        |  2 +-
 include/user/safe-syscall.h                   |  2 +-
 block/linux-aio.c                             |  2 +-
 block/qcow2-bitmap.c                          |  8 +-
 contrib/plugins/cache.c                       |  2 +-
 hw/arm/omap2.c                                |  2 +-
 hw/core/clock.c                               |  2 +-
 hw/intc/arm_gicv3_redist.c                    |  2 +-
 hw/misc/iotkit-secctl.c                       |  2 +-
 hw/misc/iotkit-sysctl.c                       |  4 +-
 hw/misc/mac_via.c                             |  2 +-
 hw/s390x/s390-ccw.c                           |  2 +-
 linux-user/i386/cpu_loop.c                    |  2 +-
 pc-bios/s390-ccw/virtio-scsi.c                |  2 +-
 target/arm/helper.c                           |  2 +-
 target/arm/translate.c                        |  2 +-
 target/i386/cpu.c                             |  2 +-
 tests/qtest/microbit-test.c                   |  6 +-
 tests/qtest/migration-test.c                  | 74 ++++++++-----------
 tests/tcg/multiarch/linux/linux-test.c        |  2 +-
 tests/unit/test-qga.c                         |  6 +-
 tools/virtiofsd/fuse_virtio.c                 |  2 +-
 ui/vdagent.c                                  |  2 +-
 tcg/i386/tcg-target.c.inc                     |  2 +-
 python/Makefile                               |  2 +-
 python/qemu/utils/__init__.py                 |  2 +-
 tests/docker/dockerfiles/debian-native.docker |  2 +-
 35 files changed, 76 insertions(+), 88 deletions(-)

-- 
2.31.1



             reply	other threads:[~2022-08-01 16:16 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-01 15:54 Thomas Huth [this message]
2022-08-01 15:55 ` [PULL 1/7] tests/tcg/linux-test: Fix random hangs in test_socket Thomas Huth
2022-08-01 15:55 ` [PULL 2/7] migration-test: Use migrate_ensure_converge() for auto-converge Thomas Huth
2022-08-01 15:55 ` [PULL 3/7] migration-test: Allow test to run without uffd Thomas Huth
2022-08-01 15:55 ` [PULL 4/7] tests/unit/test-qga: Replace the word 'blacklist' in the guest agent unit test Thomas Huth
2022-08-01 15:55 ` [PULL 5/7] misc: fix commonly doubled up words Thomas Huth
2022-08-01 15:55 ` [PULL 6/7] trivial: Fix duplicated words Thomas Huth
2022-08-01 15:55 ` [PULL 7/7] tests/qtest/migration-test: Run the dirty ring tests only with the x86 target Thomas Huth
2022-08-01 18:59 ` [PULL 0/7] Testing and wording fixes Richard Henderson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220801155506.254316-1-thuth@redhat.com \
    --to=thuth@redhat.com \
    --cc=berrange@redhat.com \
    --cc=dgilbert@redhat.com \
    --cc=iii@linux.ibm.com \
    --cc=peter.maydell@linaro.org \
    --cc=peterx@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=quintela@redhat.com \
    --cc=richard.henderson@linaro.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.