[PULL 0/4] Update meson version

Paolo Bonzini posted 4 patches 2 years, 7 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210915164329.13815-1-pbonzini@redhat.com
Maintainers: Max Filippov <jcmvbkbc@gmail.com>, Taylor Simpson <tsimpson@quicinc.com>
There is a newer version of this series
configure                     |  8 ++-----
docs/meson.build              | 14 +++++------
meson                         |  2 +-
meson.build                   | 54 ++++++++++++++++++++-----------------------
plugins/meson.build           |  4 ++--
scripts/mtest2make.py         |  7 ++----
target/hexagon/meson.build    |  3 ++-
target/xtensa/cores.list      |  9 ++++++++
target/xtensa/import_core.sh  |  3 +++
target/xtensa/meson.build     |  4 ++--
tests/qapi-schema/meson.build |  4 ++--
tests/qtest/meson.build       |  2 +-
tests/unit/meson.build        |  2 +-
trace/meson.build             |  4 ++--
14 files changed, 61 insertions(+), 59 deletions(-)
create mode 100644 target/xtensa/cores.list
[PULL 0/4] Update meson version
Posted by Paolo Bonzini 2 years, 7 months ago
The following changes since commit 831aaf24967a49d7750090b9dcfd6bf356f16529:

  Merge remote-tracking branch 'remotes/marcandre/tags/misc-pull-request' into staging (2021-09-14 18:14:56 +0100)

are available in the Git repository at:

  https://gitlab.com/bonzini/qemu.git tags/for-upstream

for you to fetch changes up to 3bfc2d0b71a59e17b886769d56bef2771701f4f0:

  target/xtensa: list cores in a text file (2021-09-15 09:12:55 +0200)

----------------------------------------------------------------
* Update Meson to 0.58.2

----------------------------------------------------------------
Paolo Bonzini (4):
      meson: bump submodule to 0.58.2
      meson: switch minimum meson version to 0.58.2
      hexagon: use env keyword argument to pass PYTHONPATH
      target/xtensa: list cores in a text file

 configure                     |  8 ++-----
 docs/meson.build              | 14 +++++------
 meson                         |  2 +-
 meson.build                   | 54 ++++++++++++++++++++-----------------------
 plugins/meson.build           |  4 ++--
 scripts/mtest2make.py         |  7 ++----
 target/hexagon/meson.build    |  3 ++-
 target/xtensa/cores.list      |  9 ++++++++
 target/xtensa/import_core.sh  |  3 +++
 target/xtensa/meson.build     |  4 ++--
 tests/qapi-schema/meson.build |  4 ++--
 tests/qtest/meson.build       |  2 +-
 tests/unit/meson.build        |  2 +-
 trace/meson.build             |  4 ++--
 14 files changed, 61 insertions(+), 59 deletions(-)
 create mode 100644 target/xtensa/cores.list
-- 
2.31.1


Re: [PULL 0/4] Update meson version
Posted by Peter Maydell 2 years, 7 months ago
On Wed, 15 Sept 2021 at 18:14, Paolo Bonzini <pbonzini@redhat.com> wrote:
>
> The following changes since commit 831aaf24967a49d7750090b9dcfd6bf356f16529:
>
>   Merge remote-tracking branch 'remotes/marcandre/tags/misc-pull-request' into staging (2021-09-14 18:14:56 +0100)
>
> are available in the Git repository at:
>
>   https://gitlab.com/bonzini/qemu.git tags/for-upstream
>
> for you to fetch changes up to 3bfc2d0b71a59e17b886769d56bef2771701f4f0:
>
>   target/xtensa: list cores in a text file (2021-09-15 09:12:55 +0200)
>
> ----------------------------------------------------------------
> * Update Meson to 0.58.2
>
> ----------------------------------------------------------------
> Paolo Bonzini (4):
>       meson: bump submodule to 0.58.2
>       meson: switch minimum meson version to 0.58.2
>       hexagon: use env keyword argument to pass PYTHONPATH
>       target/xtensa: list cores in a text file

Was this intended to be a pull request ? AFAICT patch 4 at least
has not been seen before on the list for review.

-- PMM

Re: [PULL 0/4] Update meson version
Posted by Paolo Bonzini 2 years, 7 months ago
On 15/09/21 19:34, Peter Maydell wrote:
>> Paolo Bonzini (4):
>>        meson: bump submodule to 0.58.2
>>        meson: switch minimum meson version to 0.58.2
>>        hexagon: use env keyword argument to pass PYTHONPATH
>>        target/xtensa: list cores in a text file
> Was this intended to be a pull request ? AFAICT patch 4 at least
> has not been seen before on the list for review.

It was intended to be a pull request; but it was not intended to include 
previously unsubmitted patches of course.

I have removed patch 4 from the tag.

Paolo


Re: [PULL 0/4] Update meson version
Posted by Peter Maydell 2 years, 7 months ago
On Wed, 15 Sept 2021 at 23:00, Paolo Bonzini <pbonzini@redhat.com> wrote:
>
> On 15/09/21 19:34, Peter Maydell wrote:
> >> Paolo Bonzini (4):
> >>        meson: bump submodule to 0.58.2
> >>        meson: switch minimum meson version to 0.58.2
> >>        hexagon: use env keyword argument to pass PYTHONPATH
> >>        target/xtensa: list cores in a text file
> > Was this intended to be a pull request ? AFAICT patch 4 at least
> > has not been seen before on the list for review.
>
> It was intended to be a pull request; but it was not intended to include
> previously unsubmitted patches of course.
>
> I have removed patch 4 from the tag.

Patch 4 seems to still be present.

I would recommend a workflow where tag contents once tagged
are immutable, and you use a fresh tag name if you need to
bump the pull request.

thanks
-- PMM