• L
    conf: new function virDomainPCIAddressReserveNextAddr() · 848e7ff2
    Laine Stump 提交于
    There is an existing virDomainPCIAddressReserveNextSlot() which will
    reserve all functions of the next available PCI slot. One place in the
    qemu PCI address assignment code requires reserving a *single*
    function of the next available PCI slot. This patch modifies and
    renames virDomainPCIAddressReserveNextSlot() so that it can fulfill
    both the original purpose and the need to reserve a single function.
    
    (This is being done so that the abovementioned code in qemu can have
    its "kind of open coded" solution replaced with a call to this new
    function).
    848e7ff2
libvirt_private.syms 61.6 KB