bd2b096 qemu: monitor: Avoid shadowing variable "devname" on FreeBSD

Authored and Committed by Peter Krempa 9 years ago
    qemu: monitor: Avoid shadowing variable "devname" on FreeBSD
    
    FreeBSD's compiler complains that we shadow the symbol. Sigh.
    
    s/devname/dev_name/
    
        
file modified
+5 -5