diff --git a/usr.sbin/bhyve/pci_virtio_net.c b/usr.sbin/bhyve/pci_virtio_net.c index b1444ce5e5f..f29744d01f4 100644 --- a/usr.sbin/bhyve/pci_virtio_net.c +++ b/usr.sbin/bhyve/pci_virtio_net.c @@ -482,6 +482,7 @@ pci_vtnet_init(struct vmctx *ctx, struct pci_devinst *pi, char *opts) return (err); } sc->vsc_consts.vc_hv_caps |= netbe_get_cap(sc->vsc_be); + printf("My features: %lx\n\r", sc->vsc_consts.vc_hv_caps); } if (!mac_provided) { @@ -571,6 +572,7 @@ pci_vtnet_neg_features(void *vsc, uint64_t negotiated_features) sc->vsc_features = negotiated_features; + printf("negotiated features = %lx\n\r", negotiated_features); if (!(negotiated_features & VIRTIO_NET_F_MRG_RXBUF)) { sc->rx_merge = 0; /* Without mergeable rx buffers, virtio-net header is 2