all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#29482] [PATCH] gnu: qemu: Enable seccomp support.
@ 2017-11-28  8:51 Rutger Helling
  2017-11-30 17:14 ` bug#29482: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Rutger Helling @ 2017-11-28  8:51 UTC (permalink / raw)
  To: 29482


[-- Attachment #1.1: Type: text/plain, Size: 73 bytes --]

I noticed QEMU didn't use seccomp yet. This patch enables support for
it.

[-- Attachment #1.2: Type: text/html, Size: 260 bytes --]

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-qemu-Enable-seccomp-support.patch --]
[-- Type: text/x-diff; name=0001-gnu-qemu-Enable-seccomp-support.patch, Size: 1136 bytes --]

From c86da8de24177066f2a8e0272dfe8e160308e5eb Mon Sep 17 00:00:00 2001
From: Rutger Helling <rhelling@mykolab.com>
Date: Tue, 28 Nov 2017 08:42:06 +0100
Subject: [PATCH] gnu: qemu: Enable seccomp support.

* gnu/packages/virtualization.scm (qemu)[inputs]: Add libseccomp.
---
 gnu/packages/virtualization.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/virtualization.scm b/gnu/packages/virtualization.scm
index 140b2528d..771ab1fbd 100644
--- a/gnu/packages/virtualization.scm
+++ b/gnu/packages/virtualization.scm
@@ -5,6 +5,7 @@
 ;;; Copyright © 2016, 2017 Ricardo Wurmus <rekado@elephly.net>
 ;;; Copyright © 2017 Alex Vong <alexvong1995@gmail.com>
 ;;; Copyright © 2017 Andy Patterson <ajpatter@uwaterloo.ca>
+;;; Copyright © 2017 Rutger Helling <rhelling@mykolab.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -156,6 +157,7 @@
        ("libepoxy" ,libepoxy)
        ("libjpeg" ,libjpeg-turbo)
        ("libpng" ,libpng)
+       ("libseccomp" ,libseccomp)
        ("libusb" ,libusb)                         ;USB pass-through support
        ("mesa" ,mesa)
        ("ncurses" ,ncurses)
-- 
2.15.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#29482: [PATCH] gnu: qemu: Enable seccomp support.
  2017-11-28  8:51 [bug#29482] [PATCH] gnu: qemu: Enable seccomp support Rutger Helling
@ 2017-11-30 17:14 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2017-11-30 17:14 UTC (permalink / raw)
  To: Rutger Helling; +Cc: 29482-done

Rutger Helling <rhelling@mykolab.com> skribis:

> From c86da8de24177066f2a8e0272dfe8e160308e5eb Mon Sep 17 00:00:00 2001
> From: Rutger Helling <rhelling@mykolab.com>
> Date: Tue, 28 Nov 2017 08:42:06 +0100
> Subject: [PATCH] gnu: qemu: Enable seccomp support.
>
> * gnu/packages/virtualization.scm (qemu)[inputs]: Add libseccomp.

Applied, thanks!

Ludo'.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-11-30 17:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-28  8:51 [bug#29482] [PATCH] gnu: qemu: Enable seccomp support Rutger Helling
2017-11-30 17:14 ` bug#29482: " Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.