[PULL 0/1] Bsd user fix patches

Warner Losh posted 1 patch 2 years, 3 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20220201215857.61820-1-imp@bsdimp.com
Maintainers: Warner Losh <imp@bsdimp.com>, Kyle Evans <kevans@freebsd.org>
bsd-user/signal-common.h | 5 +++++
bsd-user/signal.c        | 5 +++++
2 files changed, 10 insertions(+)
[PULL 0/1] Bsd user fix patches
Posted by Warner Losh 2 years, 3 months ago
The following changes since commit 3bbe296c1c7a6ddce7a294e006b8c4a53b385292:

  Merge remote-tracking branch 'remotes/hreitz-gitlab/tags/pull-block-2022-02-01' into staging (2022-02-01 16:32:54 +0000)

are available in the Git repository at:

  git@gitlab.com:bsdimp/qemu.git tags/bsd-user-fix-pull-request

for you to fetch changes up to eb9d35f686ed1279d57463d9e6f289988f594c19:

  bsd-user/signal.c: Only copy the _capsicum for FreeBSD_version > 1400026 (2022-02-01 14:43:20 -0700)

----------------------------------------------------------------
Pull request

Fix FreeBSD 12 and 13 builds.

----------------------------------------------------------------

Warner Losh (1):
  bsd-user/signal.c: Only copy the _capsicum for FreeBSD_version >
    1400026

 bsd-user/signal-common.h | 5 +++++
 bsd-user/signal.c        | 5 +++++
 2 files changed, 10 insertions(+)

-- 
2.33.1


Re: [PULL 0/1] Bsd user fix patches
Posted by Peter Maydell 2 years, 2 months ago
On Tue, 1 Feb 2022 at 21:59, Warner Losh <imp@bsdimp.com> wrote:
>
> The following changes since commit 3bbe296c1c7a6ddce7a294e006b8c4a53b385292:
>
>   Merge remote-tracking branch 'remotes/hreitz-gitlab/tags/pull-block-2022-02-01' into staging (2022-02-01 16:32:54 +0000)
>
> are available in the Git repository at:
>
>   git@gitlab.com:bsdimp/qemu.git tags/bsd-user-fix-pull-request
>
> for you to fetch changes up to eb9d35f686ed1279d57463d9e6f289988f594c19:
>
>   bsd-user/signal.c: Only copy the _capsicum for FreeBSD_version > 1400026 (2022-02-01 14:43:20 -0700)
>
> ----------------------------------------------------------------
> Pull request
>
> Fix FreeBSD 12 and 13 builds.
>
> ----------------------------------------------------------------


Applied, thanks.

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

-- PMM