qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Peter Maydell <peter.maydell@linaro.org>
To: Paolo Bonzini <pbonzini@redhat.com>
Cc: QEMU Developers <qemu-devel@nongnu.org>
Subject: Re: [PULL v2 00/38] SCSI, qdev, qtest, meson patches for 2020-10-10
Date: Tue, 13 Oct 2020 11:45:58 +0100	[thread overview]
Message-ID: <CAFEAcA8iVb1jAFZ_g5bcavOFd2SROphONhfrmb+gHQofe5q=7Q@mail.gmail.com> (raw)
In-Reply-To: <20201012203343.1105018-1-pbonzini@redhat.com>

On Mon, 12 Oct 2020 at 21:36, Paolo Bonzini <pbonzini@redhat.com> wrote:
>
> The following changes since commit a0bdf866873467271eff9a92f179ab0f77d735cb:
>
>   Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20201012a' into staging (2020-10-12 13:12:04 +0100)
>
> are available in the Git repository at:
>
>   https://gitlab.com/bonzini/qemu.git tags/for-upstream
>
> for you to fetch changes up to a0c9162c8250e121af438aee5ef93e64ec62dae1:
>
>   meson: identify more sections of meson.build (2020-10-12 11:50:52 -0400)
>
> ----------------------------------------------------------------
> * qtest documentation improvements (Eduardo, myself)
> * libqtest event buffering (Maxim)
> * use RCU for list of children of a bus (Maxim)
> * move more files to softmmu/ (myself)
> * meson.build cleanups, qemu-storage-daemon fix (Philippe)
>


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/5.2
for any user-visible changes.

-- PMM


      parent reply	other threads:[~2020-10-13 10:47 UTC|newest]

Thread overview: 43+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-12 20:33 [PULL v2 00/38] SCSI, qdev, qtest, meson patches for 2020-10-10 Paolo Bonzini
2020-10-12 20:33 ` [PULL 01/38] meson.build: Add comments to clarify code organization Paolo Bonzini
2020-10-12 20:33 ` [PULL 02/38] meson.build: Sort sourcesets alphabetically Paolo Bonzini
2020-10-12 20:33 ` [PULL 03/38] hw/core: Move the creation of the library to the main meson.build Paolo Bonzini
2020-10-12 20:33 ` [PULL 04/38] chardev: " Paolo Bonzini
2020-10-12 20:33 ` [PULL 05/38] migration: " Paolo Bonzini
2020-10-12 20:33 ` [PULL 06/38] io: " Paolo Bonzini
2020-10-12 20:33 ` [PULL 07/38] crypto: " Paolo Bonzini
2020-10-12 20:33 ` [PULL 08/38] authz: " Paolo Bonzini
2020-10-12 20:33 ` [PULL 09/38] qom: " Paolo Bonzini
2020-10-12 20:33 ` [PULL 10/38] hw/nvram: Always register FW_CFG_DATA_GENERATOR_INTERFACE Paolo Bonzini
2020-10-12 20:33 ` [PULL 11/38] softmmu: move more files to softmmu/ Paolo Bonzini
2020-10-12 20:33 ` [PULL 12/38] exec: split out non-softmmu-specific parts Paolo Bonzini
2020-10-12 20:33 ` [PULL 13/38] qom: fix objects with improper parent type Paolo Bonzini
2020-10-12 20:33 ` [PULL 14/38] docs: Move QTest documentation to its own document Paolo Bonzini
2020-10-12 20:33 ` [PULL 15/38] docs/devel/qtest: Include protocol spec in document Paolo Bonzini
2020-10-12 20:33 ` [PULL 16/38] docs/devel/qtest: Include libqtest API reference Paolo Bonzini
2020-10-12 20:33 ` [PULL 17/38] qtest: unify extra_qtest_srcs and extra_qtest_deps Paolo Bonzini
2020-10-12 20:33 ` [PULL 18/38] docs/devel: update instruction on how to add new unit tests Paolo Bonzini
2020-10-12 20:33 ` [PULL 19/38] build-sys: fix git version from -version Paolo Bonzini
2020-10-12 20:33 ` [PULL 20/38] meson.build: Re-enable KVM support for MIPS Paolo Bonzini
2020-10-12 20:33 ` [PULL 21/38] qtest: rename qtest_qmp_receive to qtest_qmp_receive_dict Paolo Bonzini
2020-10-12 20:33 ` [PULL 22/38] qtest: Reintroduce qtest_qmp_receive with QMP event buffering Paolo Bonzini
2020-10-12 20:33 ` [PULL 23/38] qtest: remove qtest_qmp_receive_success Paolo Bonzini
2020-10-12 20:33 ` [PULL 24/38] device-plug-test: use qtest_qmp to send the device_del command Paolo Bonzini
2020-10-12 20:33 ` [PULL 25/38] qtest: switch users back to qtest_qmp_receive Paolo Bonzini
2020-10-12 20:33 ` [PULL 26/38] qtest: check that drives are really appearing and disappearing Paolo Bonzini
2020-10-12 20:33 ` [PULL 27/38] qemu-iotests, qtest: rewrite test 067 as a qtest Paolo Bonzini
2020-10-12 20:33 ` [PULL 28/38] qdev: add "check if address free" callback for buses Paolo Bonzini
2020-10-12 20:33 ` [PULL 29/38] scsi/scsi_bus: switch search direction in scsi_device_find Paolo Bonzini
2020-10-12 20:33 ` [PULL 30/38] device_core: use drain_call_rcu in in qmp_device_add Paolo Bonzini
2020-10-12 20:33 ` [PULL 31/38] device-core: use RCU for list of children of a bus Paolo Bonzini
2020-10-27 19:34   ` Eric Blake
2020-10-27 19:48     ` Paolo Bonzini
2020-10-12 20:33 ` [PULL 32/38] scsi: switch to bus->check_address Paolo Bonzini
2020-10-12 20:33 ` [PULL 33/38] device-core: use atomic_set on .realized property Paolo Bonzini
2020-10-12 20:33 ` [PULL 34/38] scsi/scsi-bus: scsi_device_find: don't return unrealized devices Paolo Bonzini
2020-10-12 20:33 ` [PULL 35/38] scsi/scsi_bus: Add scsi_device_get Paolo Bonzini
2020-10-12 20:33 ` [PULL 36/38] virtio-scsi: use scsi_device_get Paolo Bonzini
2020-10-12 20:33 ` [PULL 37/38] scsi/scsi_bus: fix races in REPORT LUNS Paolo Bonzini
2020-10-12 20:33 ` [PULL 38/38] meson: identify more sections of meson.build Paolo Bonzini
2020-10-12 21:09 ` [PULL v2 00/38] SCSI, qdev, qtest, meson patches for 2020-10-10 no-reply
2020-10-13 10:45 ` Peter Maydell [this message]

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='CAFEAcA8iVb1jAFZ_g5bcavOFd2SROphONhfrmb+gHQofe5q=7Q@mail.gmail.com' \
    --to=peter.maydell@linaro.org \
    --cc=pbonzini@redhat.com \
    --cc=qemu-devel@nongnu.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).