mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
Introduce virDomainChrDefNew()
Make: passed Make check: passed Make syntax-check: passed this is the commit to introduce the function to create new character device definition for the domain as advised by Cole Robinson <crobinso@redhat.com>. The function is used on the relevant places and also new tests has been added. Signed-off-by: Michal Novotny <minovotn@redhat.com>
This commit is contained in:
committed by
Eric Blake
parent
abb1570eac
commit
2ac455c4d2
@@ -195,6 +195,7 @@ mymain(int argc, char **argv)
|
||||
DO_TEST_DIFFERENT("console-compat-auto");
|
||||
DO_TEST_DIFFERENT("disk-scsi-device-auto");
|
||||
DO_TEST_DIFFERENT("console-virtio");
|
||||
DO_TEST_DIFFERENT("serial-target-port-auto");
|
||||
|
||||
virCapabilitiesFree(driver.caps);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user