750 Commits

Author SHA1 Message Date
Mateusz Kwiatkowski
6e91ff54e7 Merge pull request #602 from churchers/issue/544
Update README to point to new vm-bhyve repository under FreeBSD organ…
2025-04-08 14:41:07 +02:00
Mateusz Kwiatkowski
ea29f7981b Update README to point to new vm-bhyve repository under FreeBSD organization
As of April 8, 2025, this repository is no longer maintained. Updated the README with a link to the new vm-bhyve repo under the FreeBSD org and included context from issue #544.
2025-04-08 14:40:02 +02:00
Mateusz Kwiatkowski
d5b493a53e Merge pull request #569 from driesmp/patch-1
Update port location of edk2
2025-02-14 09:34:51 +01:00
Mateusz Kwiatkowski
a3eb13ab3b Merge pull request #594 from metalefty/cloud-init/pubkeys
Add support for injecting multiple SSH pubkeys
2025-02-13 13:54:05 +01:00
Koichiro Iwao
dee359d551 Document updates for injecting multiple SSH pubkeys 2025-02-13 09:13:13 +09:00
Koichiro Iwao
a11cc00a48 Add support for injecting multiple SSH pubkeys with cloud-init
Resolves: #354

Example:
    % vm create -t centos7 -i AlmaLinux-9-GenericCloud-latest.x86_64.qcow2 \
      -C -k ~/.ssh/authorized_keys multipubkey
2025-02-13 09:13:04 +09:00
Mateusz Kwiatkowski
41877e1f1e Merge pull request #580 from grembo/patch-1
Update example FreeBSD version in README.md
2025-02-12 16:29:36 +01:00
Mateusz Kwiatkowski
9d0f8fbc37 Merge pull request #553 from process/patch-1
Increase memory in Ubuntu template. Recent versions of Ubuntu require more than 512M to even boot, since the initramfs is large.
2025-02-12 16:29:12 +01:00
Mateusz Kwiatkowski
79618f1fb8 Merge pull request #562 from michael-o/remove-ca_root_nss
Remove incorrect statement about ca_root_nss for "vm-iso" command
2025-02-10 09:27:36 +01:00
Mateusz Kwiatkowski
522d44de3a Merge pull request #576 from oshogbo/pci_devices
Use entire PCI device range
2025-01-22 13:58:12 +01:00
Mateusz Kwiatkowski
7ab78f4155 Merge pull request #582 from ctuffli/ctuffli-fix-list
fix: Restore verbose option to list command
2025-01-22 13:57:57 +01:00
Mateusz Kwiatkowski
ccfd892806 Merge pull request #579 from tywkeene/master
lib/vm-core: Replace calls to pcregrep with grep and sed
v1.6.2
2025-01-22 11:45:35 +01:00
Mateusz Kwiatkowski
10a8b818c5 Merge pull request #525 from dag-erling/des/opts
Fix UEFI VM options for modern edk2 versions. 

Should fix https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273560
v1.6.1
2025-01-22 10:42:08 +01:00
Chuck Tuffli
85d916fd00 fix: Restore verbose option to list command
Commit 378d95e ("Add option to only list running VMs") removed the call
to cmd::parse_args which supported the -v ("verbose") option. Add back
the ability to pass the -v option directly instead of using the utility
function itself.

While here, also update the man page to document the verbose option.

Reported-by: drTr0jan
2025-01-16 10:47:16 -08:00
grembo
2ee86b6132 Update example FreeBSD version in README.md 2025-01-12 19:36:46 +01:00
Tyrell Keene (tywkeene)
03d33a7258 lib/vm-core: Replace calls to pcregrep with grep and sed
pcregrep doesnt seem to be installed on FreeBSD systems by
default, this commit changes calls to this command to grep
and sed where possible in lib/vm-core.
2025-01-11 16:12:57 -05:00
Arne Steinkamm
0ca0b56c79 Use entire PCI device range
Previously, vm-bhyve only distributed devices on PCI bus 0,
despite bhyve supporting multiple PCI buses. This limited the
number of virtual devices a VM could use.

This commit addresses that issue by using the entire range of
PCI buses.
2025-01-06 13:35:20 +01:00
Dries Michiels
b39734fbc6 Update port location of edk2
This fixes a downstream bug report on FreeBSD.
2024-11-29 17:07:36 +01:00
Mateusz Kwiatkowski
dc92eeaae9 Merge pull request #567 from sstallion/master
Allow vnet-enabled jails
2024-11-15 13:34:25 +01:00
Steven Stallion
0fdc5cdf5f Allow vnet-enabled jails 2024-11-09 11:57:07 -06:00
Michael Osipov
d7cbf1d4d8 Remove incorrect statement about ca_root_nss for "vm-iso" command
ca_root_nss is not required at all since fetch(1) will use the system
trust store at /etc/ssl/certs by default.
2024-10-17 12:14:29 +02:00
Mateusz Kwiatkowski
3214e29a29 Merge pull request #543 from tommarcoen/master
Update vm.8 with img command info
v1.6.0
2024-09-10 11:00:18 +02:00
Mateusz Kwiatkowski
31358b639c Merge pull request #536 from churchers/issue/535
Resize file backed images after writting cloud image with qemu-img
2024-09-10 10:59:39 +02:00
Mateusz Kwiatkowski
e392f82df5 Merge pull request #545 from mzary/master
Remove dependency on genisoimage
2024-09-04 11:08:03 +02:00
Justin Chines
c6fe82e1af Increase memory in Ubuntu template
Recent versions of Ubuntu require more to even boot, since the initramfs is large.
2024-07-25 07:48:06 -04:00
Marek Zarychta
d88bc164ff Replace genisoimage with makefs(8) from the base 2024-03-15 17:05:51 +01:00
Marek Zarychta
6f17f66b29 Revert "Remove dependency on genisoimage, use tar and libarchive from base system instead"
This reverts commit 4fa2cbaf6f.
2024-03-15 16:59:58 +01:00
Marek Zarychta
4fa2cbaf6f Remove dependency on genisoimage, use tar and libarchive from base system instead 2024-02-29 16:57:03 +01:00
Tom J. Marcoen
d0c5a61c40 Update vm.8 with img command info 2024-02-02 13:41:23 +01:00
Mateusz Kwiatkowski
350cd9ee47 Resize file backed images after writting cloud image with qemu-img
Fixes #535
2023-11-29 12:25:55 +01:00
Mateusz Kwiatkowski
e45b81d72e Merge pull request #517 from ctuffli/list-running
Add option to only list running VMs
2023-11-28 11:32:09 +01:00
Mateusz Kwiatkowski
eb532d2b88 Merge pull request #531 from 0x1F680/master 2023-11-15 16:42:30 +01:00
0x1F680
e56d2ea875 Fix and update OpenBSD template
OpenBSD does not support kopenbsd from grub anymore: using uefi. Increaced minimum ram requirement. Added graphics: com0/1, stdio are currently not working.
2023-11-02 00:49:53 -04:00
Mateusz Kwiatkowski
e284e88475 Merge pull request #504 from antranigv/patch-1
Fix typo in vm.8
2023-09-21 10:57:19 +02:00
Dag-Erling Smørgrav
653d01f5b5 Fix bhyve options:
- When configuring UEFI, don't overwrite previous options.
- When configuring UEFI, don't repeat -H.
- Move -w from UEFI options to default options.
2023-09-08 15:42:02 +02:00
Chuck Tuffli
378d95e946 Add option to only list running VMs 2023-07-05 14:13:05 -07:00
Antranig Vartanian
8c67332178 Fix typo in vm.8 2023-02-28 14:07:39 +04:00
Mateusz Kwiatkowski
635e5abad5 Merge pull request #495 from iMilnb/doc-fix
fix: s/qemu-utils/qemu-tools/g
2023-01-03 10:45:06 +01:00
Emile 'iMil' Heitor
56da39dc9e fix: s/qemu-utils/qemu-tools/g 2022-12-27 10:13:02 +01:00
Emile 'iMil' Heitor
5d151b0ff0 fix: s/qemu-utils/qemu-tools/g 2022-12-19 08:52:32 +01:00
Matt Churchyard
bda366b92a Merge pull request #490 from huskyii/fix_ng_create_typo
switch::netgraph:create -> switch::netgraph::create
2022-11-08 09:41:52 +00:00
Jiang Zhu
532a86d685 switch::netgraph:create -> switch::netgraph::create 2022-10-28 23:50:38 +08:00
Matt Churchyard
84bbd040b5 Merge pull request #479 from madpilot78/bhyveload_pass_vm_hostname
Pass the vm name to bhyveload guests as a variable.
2022-10-25 12:04:17 +01:00
Matt Churchyard
984ce46284 Merge pull request #480 from madpilot78/sound_recording
Sound recording
2022-10-25 12:03:13 +01:00
Matt Churchyard
7348628f99 Merge pull request #485 from moracca/fix-vm-switch-info
fix bad "_netgraph," variable
2022-10-25 12:02:27 +01:00
moracca
45286351c4 fix bad _netgraph, variable
Fix "local: _netgraph,: bad variable name" warning when running `vm switch info`
2022-10-13 19:27:47 -04:00
Guido Falsi
f2296e20b4 Correctly quote variable being tested. 2022-09-19 18:26:17 +02:00
Guido Falsi
9073190604 Correct name of option. 2022-09-19 17:35:32 +02:00
Guido Falsi
4f8357df24 Update man page with information about sound recording device configuration. 2022-09-19 11:18:12 +02:00
Guido Falsi
48576f6905 Add support for defining a sound recording device. 2022-09-19 10:48:43 +02:00