[Qemu-devel] [PULL 0/1] Block patches for 4.1.0-rc3

Max Reitz posted 1 patch 4 years, 8 months ago
Test asan passed
Test docker-mingw@fedora passed
Test FreeBSD passed
Test docker-clang@ubuntu passed
Test checkpatch passed
Test s390x passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190730125910.32060-1-mreitz@redhat.com
Maintainers: Fam Zheng <fam@euphon.net>, Max Reitz <mreitz@redhat.com>, Kevin Wolf <kwolf@redhat.com>
block/nvme.c | 22 +++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)
[Qemu-devel] [PULL 0/1] Block patches for 4.1.0-rc3
Posted by Max Reitz 4 years, 8 months ago
The following changes since commit 6e9a6cbe7d56107f5e0d7711905dc19bb4d7e3f0:

  Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging (2019-07-30 12:25:35 +0100)

are available in the Git repository at:

  https://github.com/XanClic/qemu.git tags/pull-block-2019-07-30

for you to fetch changes up to 1120407bdf70a2c4681464ae08bdb7c615566200:

  nvme: Limit blkshift to 12 (for 4 kB blocks) (2019-07-30 14:49:24 +0200)

----------------------------------------------------------------
Block patch for 4.1.0-rc3:
- Fix CID 1403771 in block/nvme.c

----------------------------------------------------------------
Max Reitz (1):
  nvme: Limit blkshift to 12 (for 4 kB blocks)

 block/nvme.c | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

-- 
2.21.0


Re: [Qemu-devel] [PULL 0/1] Block patches for 4.1.0-rc3
Posted by Peter Maydell 4 years, 8 months ago
On Tue, 30 Jul 2019 at 13:59, Max Reitz <mreitz@redhat.com> wrote:
>
> The following changes since commit 6e9a6cbe7d56107f5e0d7711905dc19bb4d7e3f0:
>
>   Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging (2019-07-30 12:25:35 +0100)
>
> are available in the Git repository at:
>
>   https://github.com/XanClic/qemu.git tags/pull-block-2019-07-30
>
> for you to fetch changes up to 1120407bdf70a2c4681464ae08bdb7c615566200:
>
>   nvme: Limit blkshift to 12 (for 4 kB blocks) (2019-07-30 14:49:24 +0200)
>
> ----------------------------------------------------------------
> Block patch for 4.1.0-rc3:
> - Fix CID 1403771 in block/nvme.c
>
> ----------------------------------------------------------------
> Max Reitz (1):
>   nvme: Limit blkshift to 12 (for 4 kB blocks)
>
>  block/nvme.c | 22 +++++++++++-----------
>  1 file changed, 11 insertions(+), 11 deletions(-)
>

Applied, thanks.

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

-- PMM