Bug 261590 - virtio_console fails to create ttyV* devices on 12.3-RELEASE
Summary: virtio_console fails to create ttyV* devices on 12.3-RELEASE
Status: New
Alias: None
Product: Base System
Classification: Unclassified
Component: misc (show other bugs)
Version: 12.3-STABLE
Hardware: amd64 Any
: --- Affects Only Me
Assignee: freebsd-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-01-31 07:50 UTC by geraud
Modified: 2022-01-31 07:50 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description geraud 2022-01-31 07:50:53 UTC
We are using FreeBSD VMs under the Proxmox virtualization system, and qemu-guest-agent to interact with them from the hypervizor.

Last week I upgraded one of our 12.2-RELEASE VM to 12.3-RELEASE and noticed that the qemu-guest-agent didn't work as expected. Upon further verification, it looks like the virtio_console doesn't create a /dev/ttyV0.1 as it previously did.

Running `pciconf -lv` indeed doesn't report a 'Virtio console' device anymore.

I'll admit that I'm perfectly clueless on how to debug/fix this kind of issues, any pointers will be much appreciated.