[Qemu-devel] [PULL 0/2] SCSI/vl.c patches for 2019-06-05

Paolo Bonzini posted 2 patches 4 years, 10 months ago
Test s390x passed
Test checkpatch passed
Test asan passed
Test docker-mingw@fedora passed
Test docker-clang@ubuntu passed
Test FreeBSD passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1559745620-18828-1-git-send-email-pbonzini@redhat.com
Maintainers: Paolo Bonzini <pbonzini@redhat.com>
vl.c | 13 +++++++++----
1 file changed, 9 insertions(+), 4 deletions(-)
[Qemu-devel] [PULL 0/2] SCSI/vl.c patches for 2019-06-05
Posted by Paolo Bonzini 4 years, 10 months ago
The following changes since commit c87759ce876a7a0b17c2bf4f0b964bd51f0ee871:

  q35: Revert to kernel irqchip (2019-06-03 14:03:03 +0200)

are available in the git repository at:

  git://github.com/bonzini/qemu.git tags/for-upstream

for you to fetch changes up to edfb4389c26cbfd873707306024130bda6049780:

  vl: Document why objects are delayed (2019-06-05 16:15:32 +0200)

----------------------------------------------------------------
* Fix pr-manager-helper (Markus)

----------------------------------------------------------------
Markus Armbruster (2):
      vl: Fix -drive / -blockdev persistent reservation management
      vl: Document why objects are delayed

 vl.c | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)
-- 
1.8.3.1


Re: [Qemu-devel] [PULL 0/2] SCSI/vl.c patches for 2019-06-05
Posted by Peter Maydell 4 years, 10 months ago
On Wed, 5 Jun 2019 at 15:45, Paolo Bonzini <pbonzini@redhat.com> wrote:
>
> The following changes since commit c87759ce876a7a0b17c2bf4f0b964bd51f0ee871:
>
>   q35: Revert to kernel irqchip (2019-06-03 14:03:03 +0200)
>
> are available in the git repository at:
>
>   git://github.com/bonzini/qemu.git tags/for-upstream
>
> for you to fetch changes up to edfb4389c26cbfd873707306024130bda6049780:
>
>   vl: Document why objects are delayed (2019-06-05 16:15:32 +0200)
>
> ----------------------------------------------------------------
> * Fix pr-manager-helper (Markus)
>
> ----------------------------------------------------------------
> Markus Armbruster (2):
>       vl: Fix -drive / -blockdev persistent reservation management
>       vl: Document why objects are delayed
>
>  vl.c | 13 +++++++++----


Applied, thanks.

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

-- PMM