mbox

[PULL,00/03] seccomp branch queue

Message ID 1447664947-31044-1-git-send-email-eduardo.otubo@profitbricks.com
State New
Headers show

Pull-request

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

Message

Eduardo Otubo Nov. 16, 2015, 9:09 a.m. UTC
The following changes since commit 8337c6cbc37c6b2184f41bab3eaff47d5e68012a:

  Update version for v2.5.0-rc0 release (2015-11-13 17:10:36 +0000)

are available in the git repository at:

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

for you to fetch changes up to ba060c53d585d186ff0ac6b181f4b2a867acc210:

  seccomp: loosen library version dependency (2015-11-16 09:49:47 +0100)

----------------------------------------------------------------
seccomp branch queue

----------------------------------------------------------------
Andrew Jones (2):
      seccomp: add cacheflush to whitelist
      configure: arm/aarch64: allow enable-seccomp

dann frazier (1):
      seccomp: loosen library version dependency

 configure      | 32 +++++++++++++++++++++++++-------
 qemu-seccomp.c | 13 ++++++++++++-
 2 files changed, 37 insertions(+), 8 deletions(-)

Comments

Peter Maydell Nov. 16, 2015, 12:51 p.m. UTC | #1
On 16 November 2015 at 09:09, Eduardo Otubo
<eduardo.otubo@profitbricks.com> wrote:
> The following changes since commit 8337c6cbc37c6b2184f41bab3eaff47d5e68012a:
>
>   Update version for v2.5.0-rc0 release (2015-11-13 17:10:36 +0000)
>
> are available in the git repository at:
>
>   git://github.com/otubo/qemu.git tags/pull-seccomp-20151116
>
> for you to fetch changes up to ba060c53d585d186ff0ac6b181f4b2a867acc210:
>
>   seccomp: loosen library version dependency (2015-11-16 09:49:47 +0100)
>
> ----------------------------------------------------------------
> seccomp branch queue
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM