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
d542d72f5c
libvirt
/
tests
/
qemuxml2xmloutdata
/
aarch64-gic-none-both.xml
1 line
38 B
XML
Raw
Normal View
History
Unescape
Escape
tests: Drop qemuxml2argv- prefix for qemuxml2argv-*.xml test cases These XMLs live in a separate directory, there's no need for them to have a special prefix in addition. It also doesn't play nicely with ':e' completion in Vim, finding proper file based on qemuxml2argvtest.c is also needlessly complicated. The files were renamed using the following commands. From qemuxml2argvdata: for i in qemuxml2argv-*.xml; do mv $i ${i#qemuxml2argv-}; done and then (to fix broken symlinks) from qemuxml2argvdata and qemuxml2xmloutdata: for i in $(find . -xtype l); do \ ln -sf $(readlink $i | sed 's/qemuxml2argv-//') $i; done Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
2017-12-01 14:18:49 +00:00
../qemuxml2argvdata/aarch64-gic-v3.xml
Reference in New Issue
Copy Permalink