nixpkgs/pkgs/applications/virtualization
John Ericson b9acfb4ecf treewide: isArm -> isAarch32
Following legacy packing conventions, `isArm` was defined just for
32-bit ARM instruction set. This is confusing to non packagers though,
because Aarch64 is an ARM instruction set.

The official ARM overview for ARMv8[1] is surprisingly not confusing,
given the overall state of affairs for ARM naming conventions, and
offers us a solution. It divides the nomenclature into three levels:

```
ISA:             ARMv8   {-A, -R, -M}
                 /    \
Mode:     Aarch32     Aarch64
             |         /   \
Encoding:   A64      A32   T32
```

At the top is the overall v8 instruction set archicture. Second are the
two modes, defined by bitwidth but differing in other semantics too, and
buttom are the encodings, (hopefully?) isomorphic if they encode the
same mode.

The 32 bit encodings are mostly backwards compatible with previous
non-Thumb and Thumb encodings, and if so we can pun the mode names to
instead mean "sets of compatable or isomorphic encodings", and then
voilà we have nice names for 32-bit and 64-bit arm instruction sets
which do not use the word ARM so as to not confused either laymen or
experienced ARM packages.

[1]: https://developer.arm.com/products/architecture/a-profile

(cherry picked from commit ba52ae5048)
2018-04-25 15:50:41 -04:00
..
8086tiny
aqemu
bochs treewide: transition mesa to libGLU_combined 2018-02-24 17:06:49 +02:00
cbfstool cbfstool: 4.5 -> 4.7, fixes build 2018-03-03 22:06:35 +02:00
containerd containerd: 1.0.1 -> 1.0.2 2018-02-25 13:32:12 -05:00
docker docker: 17.12.0 -> 17.12.1 2018-02-28 12:48:17 -05:00
docker-distribution docker-distribution: 2.6.0 -> 2.6.2 2017-08-28 12:54:41 +02:00
driver pkgs: refactor needless quoting of homepage meta attribute (#27809) 2017-08-01 22:03:30 +02:00
dynamips dynamips: init at 0.2.17 2017-09-11 15:17:56 +02:00
ecs-agent
lkl lkl: Supports aarch64 2017-11-22 00:01:13 +02:00
looking-glass-client tree-wide: autorename gnome packages to use dashes 2018-02-25 17:41:16 +01:00
open-vm-tools open-vm-tools: Broken on non-x86 2017-12-03 19:51:58 +02:00
OVMF Change many homepage urls from http to https #30636 2017-11-10 22:13:46 +01:00
qboot
qemu treewide: isArm -> isAarch32 2018-04-25 15:50:41 -04:00
rancher-compose pkgs: refactor needless quoting of homepage meta attribute (#27809) 2017-08-01 22:03:30 +02:00
remotebox remotebox: 2.2 -> 2.4 2018-03-01 15:41:37 +01:00
rkt rkt: needs libacl in LD_LIBRARY_PATH at runtime 2017-12-26 09:12:17 +01:00
runc misc pkgs: Basic sed to get fix pkgconfig and autoreconfHook buildInputs 2017-09-21 15:49:53 -04:00
seabios seabios: 1.9.3 -> 1.11.0 2018-03-04 17:33:29 +00:00
singularity singularity: 2.2 -> 2.4 2017-12-21 10:50:06 +11:00
spice-vdagent tree-wide: autorename gnome packages to use dashes 2018-02-25 17:41:16 +01:00
tini tini: 0.13.1 -> 0.16.1 2017-11-11 01:54:57 +08:00
virt-manager virtmanager: 1.5.0 -> 1.5.1 2018-03-05 18:06:29 +01:00
virt-top
virt-viewer tree-wide: autorename gnome packages to use dashes 2018-02-25 17:41:16 +01:00
virt-what virt-what: init at 1.18 2017-09-29 00:07:37 +02:00
virtinst
virtualbox virtualbox: 5.2.4 -> 5.2.6 2018-01-31 23:38:35 +01:00
vpcs vpcs: fix build with glibc 2.26 2017-11-16 12:30:39 +00:00
xen tree-wide: autorename gnome packages to use dashes 2018-02-25 17:41:16 +01:00
xhyve replace "Mac OS X" and "OS X" with "macOS" 2017-08-07 21:41:30 +02:00