Eelco Dolstra
7ee76ebd0c
qemu: Revert to 1.5.2
...
1.6.0 breaks many VM builds because it gives incorrect RTC values to
the guest. See
http://hydra.nixos.org/eval/981543
http://hydra.nixos.org/eval/981440
2013-08-26 15:48:21 +02:00
Rickard Nilsson
5303fb0f0f
qemu: Update to 1.6.0
2013-08-23 10:26:29 +02:00
Eelco Dolstra
c8c817a3b4
qemu-kvm: Disambiguate
2013-07-31 14:53:35 +02:00
Eelco Dolstra
00e311e438
qemu-kvm: Remove
...
But install a qemu-kvm wrapper in qemu.
2013-07-31 14:53:34 +02:00
Eelco Dolstra
945c70202f
qemu: Update to 1.5.2
2013-07-31 14:53:34 +02:00
Bjørn Forsman
f142483de0
qemu: enable spice protocol support by default
...
We already enable VNC and SDL support by default and adding spice only
increases the closure size from 513 MB to 518 MB.
Closure size:
du -sch $(nix-store -qR ./result)
2013-07-18 02:40:24 +02:00
Eelco Dolstra
abc10b4715
qemu: Allow building only the x86 emulator
2013-07-04 18:27:26 +02:00
Eelco Dolstra
b625a16068
qemu: Merge qemu-kvm dependencies
2013-07-04 18:27:26 +02:00
Eelco Dolstra
d199fe766a
qemu: Merge stuff from qemu-kvm
2013-07-04 18:27:26 +02:00
Eelco Dolstra
9da1586d75
qemu: Update to 1.5.1
2013-07-04 18:27:26 +02:00
Rickard Nilsson
e382e34f51
qemu: Enable support for VDE networking
2013-06-25 19:47:17 +02:00
Rickard Nilsson
270da328b9
qemu: Enable virtfs
...
This makes it possible to share host directories to qemu guests
using 9P.
2013-06-25 12:20:10 +02:00
Lluís Batlle i Rossell
744a215a45
qemu: update to 1.4.0
2013-04-10 18:26:42 +02:00
Shea Levy
8f51038a13
qemu-1.3.1
...
Also, old qemu is unreferenced in nixos and nixpkgs tree, so remove it absent explicit need.
2013-02-07 20:44:02 -05:00
Eelco Dolstra
5553546c21
Remove a bunch of unreferenced files
...
Plus a small number of obsolete packages (like old versions of qemu).
2012-11-29 13:43:37 +01:00
Lluís Batlle i Rossell
b4955eea65
Adding qemu 1.0.1.
...
svn path=/nixpkgs/trunk/; revision=33232
2012-03-18 10:31:15 +00:00
Eelco Dolstra
c556a6ea46
* "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointless
...
function, so obsolete it.
svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
2012-01-18 20:16:00 +00:00
Alexander Tsamutali
69c91f30ce
applications/virtualization/qemu: Added 0.15.nix
...
svn path=/nixpkgs/trunk/; revision=31401
2012-01-07 15:06:49 +00:00
Ludovic Courtès
3cf686b4fc
QEMU: Build with ncurses support.
...
svn path=/nixpkgs/trunk/; revision=27458
2011-06-14 16:28:17 +00:00
Lluís Batlle i Rossell
b44c4a88e8
Setting me as maintainer of qemu, and telling hydra to build it (heavy package)
...
svn path=/nixpkgs/trunk/; revision=24861
2010-11-25 22:01:24 +00:00
Lluís Batlle i Rossell
79c06ac912
Updating qemu
...
svn path=/nixpkgs/trunk/; revision=24784
2010-11-20 14:48:23 +00:00
Eelco Dolstra
907bb1aac6
* ltrace: updated to 0.5.3.
...
* libdbi / libdbi-drivers: updated to 0.8.3, and make it compile with
SQLite.
* qemu-image: fix the URL.
* gdmap: make it build again (requires an older GTK+).
* rlwrap: updated to 0.37.
* smbfs-fuse -> fusesmb to match the upstream name.
* x11vnc: updated to 0.9.10.
* clearlyU: fix the URL.
* Various packages: follow the coding conventions.
svn path=/nixpkgs/trunk/; revision=22814
2010-07-29 18:55:16 +00:00
Eelco Dolstra
ba498d4a43
* composedArgsAndFun -> makeOverridable for consistency.
...
* Rename a few single-version packages to "default.nix".
svn path=/nixpkgs/trunk/; revision=22803
2010-07-29 08:21:21 +00:00
Lluís Batlle i Rossell
dddd34bc4e
Updating qemu.
...
svn path=/nixpkgs/trunk/; revision=20458
2010-03-06 23:37:01 +00:00
Lluís Batlle i Rossell
7506ae348d
Updating qemu
...
svn path=/nixpkgs/trunk/; revision=20115
2010-02-18 18:42:11 +00:00
Armijn Hemel
cd2a151621
remove some old versions of qemu. svn version has also been outdated, but I'm not removing that one yet
...
svn path=/nixpkgs/trunk/; revision=19158
2009-12-30 18:02:07 +00:00
Armijn Hemel
8772bf65b0
add 0.12.1
...
svn path=/nixpkgs/trunk/; revision=19151
2009-12-30 12:56:08 +00:00
Eelco Dolstra
7f5b839524
* Removed selectVersion. There's no good reason to write
...
`selectVersion ./foo "bar"' instead of `import ./foo/bar.nix'.
* Replaced `with args' with formal function arguments in several
packages.
* Renamed several files to `default.nix'. As a general rule, version
numbers should only be included in the filename when there is a
reason to keep multiple versions of a package in Nixpkgs.
Otherwise, it just makes it harder to update the package.
svn path=/nixpkgs/trunk/; revision=18403
2009-11-18 09:39:59 +00:00
Lluís Batlle i Rossell
4f906f38a8
Updating qemu to 0.11.0, and making it use stdenv with the usual gcc, and not an older.
...
svn path=/nixpkgs/trunk/; revision=18305
2009-11-09 09:15:58 +00:00
Marc Weber
52647ea3b0
FullDepEntry -> fullDepEntry, PackEntry -> packEntry
...
svn path=/nixpkgs/trunk/; revision=15662
2009-05-19 23:25:58 +00:00
Michael Raskin
cd61acfa10
Update qemu
...
svn path=/nixpkgs/trunk/; revision=15542
2009-05-10 21:22:16 +00:00
Michael Raskin
8f51ff86fd
Qemu SVN head..
...
svn path=/nixpkgs/trunk/; revision=14222
2009-02-24 12:22:15 +00:00
Michael Raskin
abf1aeca3b
Fixed missing description
...
svn path=/nixpkgs/trunk/; revision=13629
2008-12-14 11:21:30 +00:00
Michael Raskin
c5363217ad
meta.function -> passthru.function, not killing other contents of passthru
...
svn path=/nixpkgs/trunk/; revision=13190
2008-11-04 21:24:10 +00:00
Michael Raskin
87ff8d6347
Changed builderDefs to use composedArgsAndFun, reduced number of nulls, made overrides in builderDefsPackage to work in an intuitive manner.
...
svn path=/nixpkgs/trunk/; revision=12655
2008-08-19 05:54:09 +00:00
Wouter den Breejen
df8ae9639a
More mirrors / updates . . .
...
svn path=/nixpkgs/trunk/; revision=12308
2008-07-07 17:10:21 +00:00
Eelco Dolstra
125c7ea4e3
* Qemu: apply the Samba patch from KVM.
...
svn path=/nixpkgs/trunk/; revision=11991
2008-06-05 15:43:06 +00:00
Michael Raskin
71f8e0911a
Added src to meta for builderDefs-based packages.
...
svn path=/nixpkgs/trunk/; revision=10913
2008-03-02 18:49:31 +00:00
Michael Raskin
dcddcf0d87
Updated QEmu.
...
svn path=/nixpkgs/trunk/; revision=10882
2008-02-28 09:59:34 +00:00
Michael Raskin
bc46eaf404
Some review of builder-defs and dependent files. No rebuild needed. Now it should be possible to override elements in builderDefs
...
svn path=/nixpkgs/trunk/; revision=10214
2008-01-18 12:36:56 +00:00
Michael Raskin
fa272cab14
Fixed bridge-utils, added qemu, tuned builder-defs unpack, added xlaunch - a tool to launch X using everything possible from the job except slim.
...
svn path=/nixpkgs/trunk/; revision=9985
2007-12-31 08:49:41 +00:00