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
2024-11-03 20:01:16 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
2dcbdc7f4b
libvirt
/
tests
/
bhyvexml2argvdata
/
bhyvexml2argv-addr-multiple-virtio-disks.ldargs
5 lines
59 B
Plaintext
Raw
Normal View
History
Unescape
Escape
bhyve: fix virtio disk addresses Like it usually happens, I fixed one thing and broke another: in 803966c76 address allocation was fixed for SATA disks, but broke that for virtio disks, because it dropped disk address assignment completely. It's not needed for SATA disks anymore, but still needed for the virtio ones. Bring that back and add a couple of tests to make sure it won't happen again.
2017-02-01 16:19:31 +00: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 08:46:36 +00:00
-d /tmp/freebsd.img \
bhyve
Reference in New Issue
Copy Permalink