Commit Graph

102 Commits

Author SHA1 Message Date
f6de6acaae
Update README.md 2021-11-22 17:54:52 +09:00
6a22fac795
Update README.md 2021-11-22 17:52:46 +09:00
659341f064
Update README.md 2021-11-22 17:39:50 +09:00
434977be9e
Update README.md 2021-11-22 17:37:03 +09:00
2361786fe7
Update README.md 2021-11-17 17:24:23 +09:00
1d3387119d
Update README.md 2021-11-17 17:23:10 +09:00
29fba06c88
Update README.md 2021-11-17 17:21:06 +09:00
03fe1b8fd1
Update README.md 2021-11-15 21:22:52 +09:00
053b51a91b
Update README.md 2021-11-15 17:51:09 +09:00
e39e5149d1
Update README.md 2021-11-15 17:47:56 +09:00
b7cbaac271
Update README.md 2021-11-15 17:45:01 +09:00
b22692639b
Update start-qemu 2021-11-15 17:42:19 +09:00
ecc59065b5
Update start-qemu 2021-11-15 02:37:53 +09:00
0ccfca450c
Update start-qemu 2021-11-15 02:18:12 +09:00
fd8e3e9aa3
Update start-qemu 2021-11-15 01:47:29 +09:00
b683911625
Update start-qemu 2021-11-15 01:46:41 +09:00
Tianon Gravi
68da4e7b73 Add 6.1.0 2021-08-24 13:48:22 -07:00
Tianon Gravi
faf1443aaa
Merge pull request #27 from tianon/bullseye
Update to Debian Bullseye
2021-08-23 14:52:37 -07:00
Tianon Gravi
6ea6a98214 Update to Debian Bullseye 2021-08-23 14:29:57 -07:00
Tianon Gravi
c18ab389e7 Add suite aliases ("buster", etc) so we can consider bullseye upgrade 2021-08-23 13:53:01 -07:00
Tianon Gravi
4c09504892
Merge pull request #26 from tianon/fuse
Enable FUSE support
2021-08-23 13:13:50 -07:00
Tianon Gravi
5960559f0e Enable FUSE support (6.0+)
https://www.qemu.org/2021/08/22/fuse-blkexport/
2021-08-23 12:42:08 -07:00
Tianon Gravi
dea0e24bf9 Switch from SKS to Ubuntu keyserver
See also https://github.com/docker-library/faq#openpgp--gnupg-keys-and-verification and https://github.com/tianon/pgp-happy-eyeballs
2021-06-22 14:18:42 -07:00
Tianon Gravi
65bbb6be71
Merge pull request #24 from tianon/6.0
Update to 6.0.0
2021-04-30 13:31:41 -07:00
Tianon Gravi
6466cf27a8 Update to 6.0.0 2021-04-30 11:40:35 -07:00
Tianon Gravi
f252c4de6f
Merge pull request #22 from tianon/native
Add explicit "native" variants
2021-03-30 21:46:19 -07:00
Tianon Gravi
d32fb448a8 Remove "user" targets (for now) 2021-03-30 21:20:13 -07:00
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