User Details
- User Since
- May 18 2014, 5:34 PM (610 w, 23 h)
Today
Yesterday
Sat, Jan 24
Couple of comments/questions:
Tue, Jan 20
Sat, Jan 17
Thanks, feel free to merge!
Fri, Jan 16
Thu, Jan 15
Looks good, a couple of minor questions.
Sun, Jan 11
Thu, Jan 8
Fix ident.
Wed, Jan 7
Thanks, comments resolved.
get_config_value_node(nvl, "mtu"); -> get_config_value_node(config, "mtu");
s/SLIRP_MTU/DEFAULT_MTU/.
Drop unnecessary include.
Pass MTU to slirp-helper as an integer.
Tue, Jan 6
Drop the DEFAULT_MTU constant from the SLIRP code:
Mon, Jan 5
- SLIRP_MTU -> DEFAULT_MTU
- unsigned long -> size_t for mtu values
- move buf allocation before mevent_add_disabled(), update "err" cleanup routines to free() it
Sun, Jan 4
Relatively simple way to trigger this error is to run kldunload nmdm and then run bhyve -c 1 -o bootrom=/usr/local/share/u-boot/u-boot-bhyve-arm64/u-boot.bin -o console=/dev/nmdmFoobarA test.
Tue, Dec 30
Rebased on top of commit daef625cf884, works fine now.
Sun, Dec 28
Dec 24 2025
Dec 21 2025
Dec 13 2025
Dec 12 2025
Dec 10 2025
- bhyve.8: Drop ngdN related changes
- net_backend_slirp, slirp-helper: move buf to struct slirp_priv
- net_backend_slirp: remove assert from slirp_peek_recvlen()
- slirp-helper: update assert in slirp_cb_send_packet()
Dec 9 2025
Update the SLIRP backend to respect MTU configuration.
Dec 8 2025
Dec 5 2025
Dec 4 2025
Dec 2 2025
Nov 30 2025
Nov 9 2025
Nov 7 2025
Oct 27 2025
Oct 26 2025
Oct 20 2025
Oct 19 2025
Oct 15 2025
I was looking into getting virtio-input working for Linux guests which apparently do not support legacy virtio input devices.