qemu: build variants

This commit is contained in:
Ciro Santilli
2018-08-05 13:26:04 +01:00
parent a0d1cfcf20
commit fe7fcf69b5
5 changed files with 31 additions and 12 deletions

View File

@@ -8445,6 +8445,19 @@ This technique is implemented semi-hackishly by moving symlinks around inside th
==== gem5 build variants
Analogous to the <<linux-kernel-build-variants>> but with the `-Q` option instead:
....
./build
git -C qemu checkout v2.12.0
./build -Q v4.16
git -C qemu checkout -
./run
./run -Q v4.16
....
==== gem5 build variants
Analogous to the <<linux-kernel-build-variants>> but with the `-M` option instead:
....