Move `HostResolver` under `vmOpts`
Open
area/vmdrivers
kind/refactoring
- Dominant language
- Go
- Stars
- 21.9k
- Forks
- 957
- Avg merge
- 2d 6h
- Merged PRs (30d)
- 53
Description
`HostResolver` is a QEMU-specific setting and should be moved under `vmOpts`. Moving the value in the struct and updating across the codebase is fairly simple, but moving the logic and actions performed on the value can be tricky.
### Notes
As part of my GSoC'25 tasks, I was assigned to decouple driver-specific tasks (#3501). Out of which most of the settings and operations are now moved under the specific drivers.
Contributor guide
Assessment
This issue has not been assessed yet.