1. 25 10月, 2016 4 次提交
    • L
      qemu: replace calls to virDomainPCIAddressReserveNext*() with static function · ab9202e4
      Laine Stump 提交于
      An upcoming commit will remove the "flag" argument from all the calls
      to reserve the next available address|slot, but I don't want to change
      the arguments in the hypervisor-agnostic
      virDomainPCIAddressReserveNext*() functions, so this patch places a
      simple qemu-specific wrapper around those functions - the new
      functions don't take a flags arg, but grab it from the device's
      info->pciConnectFlags.
      ab9202e4
    • L
      conf: make virDomainPCIAddressGetNextSlot() a local static function · 696929e6
      Laine Stump 提交于
      This function is no longer needed outside of domain_addr.c.
      696929e6
    • L
      qemu: use virDomainPCIAddressReserveNextAddr in qemuDomainAssignDevicePCISlots · a0bb224c
      Laine Stump 提交于
      instead of calling virDomainPCIAddressGetNextSlot() (which I want to
      turn into a local static in domain_addr.c).
      a0bb224c
    • 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
  2. 24 10月, 2016 18 次提交
  3. 22 10月, 2016 3 次提交
  4. 21 10月, 2016 9 次提交
  5. 20 10月, 2016 6 次提交