summary refs log tree commit diff stats
path: root/rust/qemu-api (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-01-15xen: do not use '%ms' scanf specifierRoger Pau Monne4-5/+19
The 'm' parameter used to request auto-allocation of the destination variable is not supported on FreeBSD, and as such leads to failures to parse. What's more, the current