Skip to content
Snippets Groups Projects
Unverified Commit fa65e84a authored by Christopher Baines's avatar Christopher Baines
Browse files

gnu: qemu: Build with support for Linux AIO

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.
parent 119fdd0d
No related branches found
No related tags found
No related merge requests found
...@@ -145,7 +145,7 @@ (define-public qemu ...@@ -145,7 +145,7 @@ (define-public qemu
`(("alsa-lib" ,alsa-lib) `(("alsa-lib" ,alsa-lib)
("attr" ,attr) ("attr" ,attr)
("glib" ,glib) ("glib" ,glib)
;; ("libaio" ,libaio) ("libaio" ,libaio)
("libattr" ,attr) ("libattr" ,attr)
("libcap" ,libcap) ; virtfs support requires libcap & libattr ("libcap" ,libcap) ; virtfs support requires libcap & libattr
("libjpeg" ,libjpeg-8) ("libjpeg" ,libjpeg-8)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment