[Qemu-devel] [PULL 0/1] seccomp branch queue

Eduardo Otubo posted 1 patch 5 years, 7 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180926132423.8100-1-otubo@redhat.com
Test docker-clang@ubuntu failed
Test checkpatch passed
There is a newer version of this series
qemu-seccomp.c | 19 ++++++++++++++++++-
vl.c           |  4 ++--
2 files changed, 20 insertions(+), 3 deletions(-)
[Qemu-devel] [PULL 0/1] seccomp branch queue
Posted by Eduardo Otubo 5 years, 7 months ago
The following changes since commit 19b599f7664b2ebfd0f405fb79c14dd241557452:

  Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2018-08-27-v2' into staging (2018-08-27 16:44:20 +0100)

are available in the Git repository at:

  https://github.com/otubo/qemu.git tags/pull-seccomp-20180926

for you to fetch changes up to 5780760f5ea6163939a5dabe7427318b4f07d1a2:

  seccomp: check TSYNC host capability (2018-09-26 15:07:35 +0200)

----------------------------------------------------------------
pull-seccomp-20180926

----------------------------------------------------------------
Marc-André Lureau (1):
      seccomp: check TSYNC host capability

 qemu-seccomp.c | 19 ++++++++++++++++++-
 vl.c           |  4 ++--
 2 files changed, 20 insertions(+), 3 deletions(-)

-- 
2.17.1


Re: [Qemu-devel] [PULL 0/1] seccomp branch queue
Posted by Peter Maydell 5 years, 6 months ago
On 26 September 2018 at 14:24, Eduardo Otubo <otubo@redhat.com> wrote:
> The following changes since commit 19b599f7664b2ebfd0f405fb79c14dd241557452:
>
>   Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2018-08-27-v2' into staging (2018-08-27 16:44:20 +0100)
>
> are available in the Git repository at:
>
>   https://github.com/otubo/qemu.git tags/pull-seccomp-20180926
>
> for you to fetch changes up to 5780760f5ea6163939a5dabe7427318b4f07d1a2:
>
>   seccomp: check TSYNC host capability (2018-09-26 15:07:35 +0200)
>
> ----------------------------------------------------------------
> pull-seccomp-20180926
>
> ----------------------------------------------------------------
> Marc-André Lureau (1):
>       seccomp: check TSYNC host capability

Applied, thanks.

-- PMM