aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/qemu.scm
Commit message (Expand)AuthorAge
...
* gnu: qemu: Install the Info manuals.•••* gnu/packages/qemu.scm (qemu): Add `install-info' phase. Add Texinfo as an input. Ludovic Courtès2013-08-21
* gnu: Remove QEMU-KVM, which is no longer needed.•••* gnu/packages/qemu.scm (qemu-kvm): Remove. (qemu): Incorporate parts of QEMU-KVM that used to be inherited. (qemu-kvm/smb-shares): Rename to... (qemu/smb-shares): ... this. * gnu/system/vm.scm (expression->derivation-in-linux-vm): Adjust accordingly. Ludovic Courtès2013-08-16
* gnu: qemu: Upgrade to 1.5.1.•••* gnu/packages/qemu.scm (qemu-kvm): Add `--cc' configure option. Add PIXMAN and ALSA-LIB as inputs. (qemu): Upgrade to 1.5.1 Remove autotool hack for pixman. Patch tests/libqtest.c. Remove Autoconf, Automake, and Libtool from the inputs. Fix `home-page'. Ludovic Courtès2013-07-03
* gnu: qemu-kvm: Add patch to have multiple SMB shares.•••* gnu/packages/qemu.scm (qemu-kvm/smb-shares): New variable. * gnu/packages/patches/qemu-multiple-smb-shares.patch: New file. * Makefile.am (dist_patch_DATA): Add it. Ludovic Courtès2013-02-16
* gnu: qemu: Add dependency on Samba.•••* gnu/packages/qemu.scm (qemu-kvm): Add dependency on Samba; pass `--smbd' to ./configure. Ludovic Courtès2013-02-15
* gnu: Add QEMU.•••* gnu/packages/autotools.scm (autoconf-wrapper): Make public. * gnu/packages/qemu.scm (qemu): New variable. Ludovic Courtès2013-02-10
* gnu: Add description and license for QEMU-KVM.•••* gnu/packages/qemu.scm (qemu-kvm): Add description and license. Ludovic Courtès2013-02-10
* gnu: Add QEMU-KVM.•••* gnu/packages/qemu.scm: New file. * Makefile.am (MODULES): Add it. Ludovic Courtès2013-02-09