all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#27854] [PATCH] gnu: qemu: Build with support for Linux AIO
@ 2017-07-27 17:52 Christopher Baines
  2017-07-27 20:27 ` Leo Famulari
  0 siblings, 1 reply; 3+ messages in thread
From: Christopher Baines @ 2017-07-27 17:52 UTC (permalink / raw)
  To: 27854

Add libaio as an input, such that QEMU is built with support for Asynchronous
I/O (AIO).

* gnu/packages/virtualization.scm (qemu)[inputs]: Uncomment libaio.
---
 gnu/packages/virtualization.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/virtualization.scm b/gnu/packages/virtualization.scm
index d999d16e3..0ac76a72d 100644
--- a/gnu/packages/virtualization.scm
+++ b/gnu/packages/virtualization.scm
@@ -145,7 +145,7 @@
      `(("alsa-lib" ,alsa-lib)
        ("attr" ,attr)
        ("glib" ,glib)
-       ;; ("libaio" ,libaio)
+       ("libaio" ,libaio)
        ("libattr" ,attr)
        ("libcap" ,libcap)           ; virtfs support requires libcap & libattr
        ("libjpeg" ,libjpeg-8)
-- 
2.13.3

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

* [bug#27854] [PATCH] gnu: qemu: Build with support for Linux AIO
  2017-07-27 17:52 [bug#27854] [PATCH] gnu: qemu: Build with support for Linux AIO Christopher Baines
@ 2017-07-27 20:27 ` Leo Famulari
  2017-07-30  8:56   ` bug#27854: " Christopher Baines
  0 siblings, 1 reply; 3+ messages in thread
From: Leo Famulari @ 2017-07-27 20:27 UTC (permalink / raw)
  To: Christopher Baines; +Cc: 27854

[-- Attachment #1: Type: text/plain, Size: 227 bytes --]

On Thu, Jul 27, 2017 at 06:52:47PM +0100, Christopher Baines wrote:
> Add libaio as an input, such that QEMU is built with support for Asynchronous
> I/O (AIO).

Assuming this new QEMU can still boot the 0.13.0 VM image, LGTM!

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

* bug#27854: [PATCH] gnu: qemu: Build with support for Linux AIO
  2017-07-27 20:27 ` Leo Famulari
@ 2017-07-30  8:56   ` Christopher Baines
  0 siblings, 0 replies; 3+ messages in thread
From: Christopher Baines @ 2017-07-30  8:56 UTC (permalink / raw)
  To: Leo Famulari; +Cc: 27854-done

[-- Attachment #1: Type: text/plain, Size: 356 bytes --]

On Thu, 27 Jul 2017 16:27:06 -0400
Leo Famulari <leo@famulari.name> wrote:

> On Thu, Jul 27, 2017 at 06:52:47PM +0100, Christopher Baines wrote:
> > Add libaio as an input, such that QEMU is built with support for
> > Asynchronous I/O (AIO).  
> 
> Assuming this new QEMU can still boot the 0.13.0 VM image, LGTM!

Yep, it works for me. Pushed!

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 963 bytes --]

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

end of thread, other threads:[~2017-07-30  8:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-27 17:52 [bug#27854] [PATCH] gnu: qemu: Build with support for Linux AIO Christopher Baines
2017-07-27 20:27 ` Leo Famulari
2017-07-30  8:56   ` bug#27854: " Christopher Baines

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.