[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PULL 00/38] Block layer patches and object-add QAPIfication
From: |
Kevin Wolf |
Subject: |
Re: [PULL 00/38] Block layer patches and object-add QAPIfication |
Date: |
Mon, 15 Mar 2021 13:08:56 +0100 |
Am 12.03.2021 um 19:56 hat Peter Maydell geschrieben:
> On Thu, 11 Mar 2021 at 14:48, Kevin Wolf <kwolf@redhat.com> wrote:
> >
> > The following changes since commit d689ecad073e0289afa8ca863e45879d719e5c21:
> >
> > Merge remote-tracking branch 'remotes/nvme/tags/nvme-next-pull-request'
> > into staging (2021-03-10 20:11:33 +0000)
> >
> > are available in the Git repository at:
> >
> > git://repo.or.cz/qemu/kevin.git tags/for-upstream
> >
> > for you to fetch changes up to 4756658df7d5104b36ee2f40f30f2d0f10225a53:
> >
> > qom: Add user_creatable_parse_str() (2021-03-11 13:13:49 +0100)
> >
> > ----------------------------------------------------------------
> > Block layer patches and object-add QAPIfication
> >
> > - QAPIfy object-add and --object for tools
> > - Add vhost-user-blk-test
> > - stream: Fail gracefully if permission is denied
> > - storage-daemon: Fix crash on quit when job is still running
> > - curl: Fix use after free
> > - Fix image creation option defaults that exist in both the format and
> > the protocol layer (e.g. 'cluster_size' in qcow2 and rbd; the qcow2
> > default was incorrectly applied to the rbd layer)
> >
>
> This generates new warnings in 'make check':
> MALLOC_PERTURB_=${MALLOC_PERTURB_:-$(( ${RANDOM:-0} % 255 + 1))}
> G_TEST_SRCDIR=/home/petmay01/linaro/qemu-for-merges/tests G_TEST
> _BUILDDIR=/home/petmay01/linaro/qemu-for-merges/build/all/tests
> tests/test-char --tap -k
> warning: The alias 'tty' is deprecated, use 'serial' instead
Hm, okay. I guess this means we can't test that a deprecated option
still works. I'll remove the test and resend.
Kevin
- [PULL 28/38] qapi/qom: QAPIfy object-add, (continued)
- [PULL 28/38] qapi/qom: QAPIfy object-add, Kevin Wolf, 2021/03/11
- [PULL 26/38] qapi/qom: Add ObjectOptions for input-*, Kevin Wolf, 2021/03/11
- [PULL 30/38] qemu-storage-daemon: Implement --object with qmp_object_add(), Kevin Wolf, 2021/03/11
- [PULL 34/38] qemu-nbd: Use user_creatable_process_cmdline() for --object, Kevin Wolf, 2021/03/11
- [PULL 33/38] qemu-io: Use user_creatable_process_cmdline() for --object, Kevin Wolf, 2021/03/11
- [PULL 35/38] qom: Add user_creatable_add_from_str(), Kevin Wolf, 2021/03/11
- [PULL 38/38] qom: Add user_creatable_parse_str(), Kevin Wolf, 2021/03/11
- [PULL 37/38] hmp: QAPIfy object_add, Kevin Wolf, 2021/03/11
- [PULL 36/38] qemu-img: Use user_creatable_process_cmdline() for --object, Kevin Wolf, 2021/03/11
- Re: [PULL 00/38] Block layer patches and object-add QAPIfication, Peter Maydell, 2021/03/12
- Re: [PULL 00/38] Block layer patches and object-add QAPIfication,
Kevin Wolf <=