• P
    qemu: refactor qemuDomainMachine* functions · ac97658d
    Pavel Hrdina 提交于
    Introduce new wrapper functions without *Machine* in the function
    name that take the whole virDomainDef structure as argument and
    call the existing functions with *Machine* in the function name.
    
    Change the arguments of existing functions to *machine* and *arch*
    because they don't need the whole virDomainDef structure and they
    could be used in places where we don't have virDomainDef.
    Signed-off-by: NPavel Hrdina <phrdina@redhat.com>
    ac97658d
qemu_domain.h 34.1 KB