Tianon Gravi
9b65e709eb
Add explicit "native" variants
...
These are explicitly targeting their native architectures -- for example, the amd64 build will only include `qemu-system-x86_64`, which leads to much smaller images for folks who just want to run a VM on its native platform.
2021-03-20 22:10:01 -07:00
Tianon Gravi
655b15eb4b
Merge pull request #21 from tianon/pkgversion
...
Add source URL to "pkgversion"
2021-03-19 19:07:46 -07:00
Tianon Gravi
60b52f4eb2
Merge pull request #20 from tianon/firmware
...
Add "qemu-efi-aarch64" and "qemu-efi-arm" firmware packages and set "firmwarepath" matching Debian's
2021-03-19 09:04:32 -07:00
Tianon Gravi
8e51bdb10d
Try writing zero bytes to "/dev/kvm" as a more robust test for access
...
Looking at https://lwn.net/Articles/658511/ , this seems like it should be reasonably harmless as a simple test of whether we can expect `/dev/kvm` to work.
Fixes #4
2021-03-19 08:57:33 -07:00
Tianon Gravi
ff9825b0ec
Add source URL to "pkgversion"
...
This should make `--version` output more helpful in any upstream bug reports so they can trace back to the source of the build.
2021-03-19 08:44:22 -07:00
Tianon Gravi
3fbba0e2eb
Add "qemu-efi-aarch64" and "qemu-efi-arm" firmware packages and set "firmwarepath" matching Debian's
2021-03-19 08:38:04 -07:00
Tianon Gravi
4e1a7d35a8
Also switch "riscv64" to "virtio-net-device"
2021-03-02 15:46:10 -08:00
Tianon Gravi
52b04a86c3
Switch riscv64 to virtio-scsi-device too
2021-03-02 15:44:06 -08:00
Tianon Gravi
e330622d3a
Merge pull request #18 from tianon/riscv64
...
Add riscv64
2021-03-01 18:05:48 -08:00
Tianon Gravi
eda2c39410
Add riscv64
2021-03-01 15:30:19 -08:00
Tianon Gravi
a8ee06eafc
Update to 5.2.0 (GA)
2020-12-08 13:59:00 -08:00
Tianon Gravi
43e332fc5d
Add a note about ping/ICMP
...
Closes #17
2020-12-03 10:34:32 -08:00
Tianon Gravi
712b0be43a
Adjust README formatting
2020-12-03 10:33:02 -08:00
Tianon Gravi
de840b8932
Add 5.2.0-rc3
2020-11-30 11:03:55 -08:00
Tianon Gravi
4125f4fa3d
Fix .gitattributes specificity
2020-10-16 16:28:51 -07:00
Alex Thomae
9331643dbc
Fix missing libusbredirparser1 ( #13 )
...
Currently, the device `usb-redir` isn't available due to a missing
library. This commit fixes that.
2020-09-28 16:05:41 -07:00
Tianon Gravi
a77af4dbd2
Merge pull request #14 from tlex/update/qemu-5.0.1
...
Update QEMU 5.0 to 5.0.1 and drop merged numa patch
2020-09-17 12:57:53 -07:00
Alex Thomae
404dfa7a5a
Update QEMU 5.0 to 5.0.1 and drop merged numa patch
...
Signed-off-by: Alex Thomae <git@alex.thom.ae>
2020-09-17 18:21:34 +02:00
Tianon Gravi
aeb376c850
Merge pull request #11 from tlex/feature/add-ceph-support
...
Enable support for RBD
2020-09-10 13:35:00 -07:00
Alex Thomae
dc1de6a914
Enable support for RBD
...
Signed-off-by: Alex Thomae <git@alex.thom.ae>
2020-09-10 07:06:16 +02:00
Tianon Gravi
0e7675a129
Merge pull request #12 from tianon/jq-template
...
Use jq-template.awk
2020-08-27 16:59:48 -07:00
Tianon Gravi
3d69162f4e
Use jq-template.awk
2020-08-27 16:34:48 -07:00
Tianon Gravi
ba69817cd8
Update tags
2020-08-12 13:51:58 -07:00
Tianon Gravi
85d79de01c
Add 5.1.0 (and remove EOL 4.0)
2020-08-12 13:50:52 -07:00
Tianon Gravi
25ef7827af
Update to 4.2.1
2020-08-12 13:50:10 -07:00
Tianon Gravi
7877bcf9e8
Revert "Apply workaround for https://bugs.debian.org/960271 "
...
This reverts commit 0a7d8e431e
.
See https://tracker.debian.org/news/1151808/accepted-linux-419118-2deb10u1-source-into-stable-embargoed-stable/ -- this was fixed for Buster in src:linux 4.19.118-2+deb10u1 🎉
2020-06-09 17:18:34 -07:00
Tianon Gravi
7fe1e031b2
Merge pull request #9 from tianon/numa
...
Backport patch for proper containerized NUMA support/detection
2020-06-09 17:05:08 -07:00
Tianon Gravi
6e78f02388
Merge pull request #8 from MaxPeal/master
...
Add QEMU_NO_VNC to start-qemu for disabling VNC
2020-05-29 10:50:31 -07:00
MaxPeal
4597614c00
Add QEMU_NO_VNC to start-qemu for disabling VNC
2020-05-29 10:22:38 -07:00
Tianon Gravi
647e4e4366
Backport patch for proper containerized NUMA support/detection
2020-05-26 16:00:28 -07:00
Tianon Gravi
0a7d8e431e
Apply workaround for https://bugs.debian.org/960271
...
This change comes from 467d12f5c7
in the upstream kernel, and will hopefully get patched in Debian directly so we can drop this patch from our builds.
2020-05-11 10:11:39 -07:00
Tianon Gravi
9b313157b4
Silence "apt-mark manual" output (since we have "set -x", so that output is redundant)
2020-05-11 10:10:42 -07:00
Tianon Gravi
6a7db26a62
Update to 5.0.0 (GA)
2020-04-29 11:24:47 -07:00
Tianon Gravi
d195e73200
Add initial GitHub Actions CI
2020-04-29 09:08:36 -07:00
Tianon Gravi
a7a2b1dc02
Add 5.0.0-rc4 (remove EOL 3.1)
2020-04-27 12:38:05 -07:00
Tianon Gravi
05c780b9eb
Update to 4.2.0 (GA), 4.1.1, 4.0.1, 3.1.1.1
2019-12-13 09:35:07 -08:00
Tianon Gravi
b3a190ea8b
Update to 4.1.0 and 3.1.1
2019-08-16 09:30:49 -07:00
Tianon Gravi
768667821b
Add "bzip2" to the build dependencies
...
```
BUNZIP2 pc-bios/edk2-arm-code.fd.bz2
/bin/sh: 1: bzip2: not found
make: *** [Makefile:300: pc-bios/edk2-arm-code.fd] Error 127
make: *** Deleting file 'pc-bios/edk2-arm-code.fd'
```
2019-07-29 13:20:31 -07:00
Tianon Gravi
dee71cdf29
Fix libssh changes
...
This accounts for b10d49d761
(upstream switching from `libssh2` to `libssh` in 4.1+).
2019-07-29 13:15:25 -07:00
Tianon Gravi
b2041b33b9
Update to Debian Buster
2019-07-29 13:13:40 -07:00
Tianon Gravi
050497a221
Drop 2.12, add 4.1.0-rc2
2019-07-29 09:06:22 -07:00
Tianon Gravi
22af0226e9
Add 4.0.0, update to 3.0.1, remove 2.11
2019-04-24 12:44:39 -07:00
Tianon Gravi
2f0352d59f
Add initial "generate-stackbrew-library.sh" script
2019-01-17 14:29:44 -08:00
Tianon Gravi
5744226562
Add "update.sh", use a template, and add multiple versions
2019-01-17 14:28:12 -08:00
Tianon Gravi
12ca2247b2
Update QEMU to 2.12.1
2018-08-30 13:46:47 -07:00
Tianon Gravi
2fbfe251f5
Fix QEMU download URL (facepalm)
2018-05-25 09:30:09 -07:00
Tianon Gravi
d361311f9a
Update QEMU to 2.12.0
2018-05-23 13:20:26 -07:00
Tianon Gravi
debfd8c289
Adjust whitespace and naming
2018-01-16 13:17:25 -08:00
Ken Sanislo
c64561dd70
Set virtio-scsi-(pci|device) based on x86 or ARM arch
2018-01-15 19:16:52 -08:00
Tianon Gravi
9c5fd5543d
Use QEMU_HDA properly
...
Thanks @ksanislo!
(48684c38ab (commitcomment-26852700)
)
2018-01-14 13:17:06 -08:00