[PULL 0/2] Build bugfixes for QEMU 7.0, 2022-03-29

Paolo Bonzini posted 2 patches 3 years, 10 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20220329140027.869953-1-pbonzini@redhat.com
Maintainers: "Alex Bennée" <alex.bennee@linaro.org>, "Philippe Mathieu-Daudé" <f4bug@amsat.org>
hw/virtio/meson.build     | 4 ++--
tests/tcg/Makefile.target | 4 +++-
2 files changed, 5 insertions(+), 3 deletions(-)
[PULL 0/2] Build bugfixes for QEMU 7.0, 2022-03-29
Posted by Paolo Bonzini 3 years, 10 months ago
The following changes since commit f345abe36527a8b575482bb5a0616f43952bf1f4:

  Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging (2022-03-25 10:14:47 +0000)

are available in the Git repository at:

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

for you to fetch changes up to 36e38426ff40c9ba86d4e66027f3a98747890623:

  tests/tcg: really fix path to target configuration (2022-03-29 15:58:39 +0200)

----------------------------------------------------------------
Build bugfixes.

----------------------------------------------------------------
Paolo Bonzini (2):
      virtio: fix --enable-vhost-user build on non-Linux
      tests/tcg: really fix path to target configuration

 hw/virtio/meson.build     | 4 ++--
 tests/tcg/Makefile.target | 4 +++-
 2 files changed, 5 insertions(+), 3 deletions(-)
-- 
2.35.1
Re: [PULL 0/2] Build bugfixes for QEMU 7.0, 2022-03-29
Posted by Peter Maydell 3 years, 10 months ago
On Tue, 29 Mar 2022 at 15:03, Paolo Bonzini <pbonzini@redhat.com> wrote:
>
> The following changes since commit f345abe36527a8b575482bb5a0616f43952bf1f4:
>
>   Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging (2022-03-25 10:14:47 +0000)
>
> are available in the Git repository at:
>
>   https://gitlab.com/bonzini/qemu.git tags/for-upstream
>
> for you to fetch changes up to 36e38426ff40c9ba86d4e66027f3a98747890623:
>
>   tests/tcg: really fix path to target configuration (2022-03-29 15:58:39 +0200)
>
> ----------------------------------------------------------------
> Build bugfixes.
>
> ----------------------------------------------------------------
> Paolo Bonzini (2):
>       virtio: fix --enable-vhost-user build on non-Linux
>       tests/tcg: really fix path to target configuration


Applied, thanks.

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

-- PMM
Re: [PULL 0/2] Build bugfixes for QEMU 7.0, 2022-03-29
Posted by Peter Maydell 3 years, 10 months ago
On Tue, 29 Mar 2022 at 15:03, Paolo Bonzini <pbonzini@redhat.com> wrote:
>
> The following changes since commit f345abe36527a8b575482bb5a0616f43952bf1f4:
>
>   Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging (2022-03-25 10:14:47 +0000)
>
> are available in the Git repository at:
>
>   https://gitlab.com/bonzini/qemu.git tags/for-upstream
>
> for you to fetch changes up to 36e38426ff40c9ba86d4e66027f3a98747890623:
>
>   tests/tcg: really fix path to target configuration (2022-03-29 15:58:39 +0200)
>
> ----------------------------------------------------------------
> Build bugfixes.
>
> ----------------------------------------------------------------
> Paolo Bonzini (2):
>       virtio: fix --enable-vhost-user build on non-Linux
>       tests/tcg: really fix path to target configuration

That tag doesn't seem to have these contents (it still has the
patches you sent in your last pullreq last week). Forgot to push?

(Trying to re-merge an already merged tag confuses my merge
scripts, incidentally -- I should fix that...)

-- PMM