bad14fb conf: useserial: drop useless check for serial devices

Authored and Committed by Ján Tomko 6 years ago
    conf: useserial: drop useless check for serial devices
    
    Since its introduction in commit 874e65aa, if someone requests:
    <os><bios useserial="yes"/><os/>
    we report an error if we cannot successfully count the number
    of serial devices via an XPath query.
    
    Instead of fixing the check (and moving it to the validation phase,
    to prevent existing domains from disappearing), drop it completely.
    For QEMU, the number of serials is checked when building the command
    line.
    
        
file modified
+3 -11