This website requires JavaScript.
Explore
Help
Sign In
External
/
libvirt
Watch
1
Star
0
Fork
0
You've already forked libvirt
mirror of
https://gitlab.com/libvirt/libvirt.git
synced
2025-01-12 15:52:55 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
libvirt
/
tests
/
bhyvexml2argvdata
/
bhyvexml2argv-msrs.ldargs
5 lines
59 B
Plaintext
Raw
Normal View
History
Unescape
Escape
bhyve: implement ignore unknown MSRs feature Implement the MSRs ignore unknown reads and writes feature that's specified using: <features> ... <msrs unknown='ignore'> ... </features> in the domain XML. In bhyve, it's just passing '-w' command line argument to the bhyve(8) executable. Signed-off-by: Roman Bogorodskiy <bogorodskiy@gmail.com> Reviewed-by: Cole Robinson <crobinso@redhat.com>
2019-01-25 19:27:58 +04:00
/usr/sbin/bhyveload \
-m 214 \
bhyvexml2argvtest: Use internal wrapping of command line arguments virCommandToString has the possibility to return an already wrapped string with better format than what we get from the test wrapper script. The main advantage is that arguments for an option are always on the same line which makes it more easy to see what changed in a diff and prevents re-wrapping of the line if a wrapping point moves over the threshold. Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com> Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
2021-03-31 10:46:36 +02:00
-d /tmp/freebsd.img \
bhyve
Reference in New Issue
Copy Permalink