1. 19 5月, 2016 4 次提交
    • C
      tests: qemuargv2xmltest: Drop disk for s390 aes tests · 19cab36a
      Cole Robinson 提交于
      Upcoming patches are going to make the disk portion of these
      test cases fail. In order to make it work, we would need to
      extend the qemuargv2xml test infrastructure to handle qemuCaps.
      This is worthwhile to do at some point but isn't critical.
      
      Instead just drop the offending portion, which isn't even the
      target of the test cases anyways
      19cab36a
    • C
      qemu: Call virDomainDefPostParse via CONFIG hotplug · 383833e2
      Cole Robinson 提交于
      hotplug APIs with the AFFECT_CONFIG flag are essentially replicating
      'insert <device> into XML document, and redefine XML'. Thinking of
      it this way, it's natural that we call virDomainDefPostParse after
      manually editing the XML here.
      
      Not only does doing so allow us to drop a bunch of open coded calls
      to qemuDomainAssignAddresses, but it also means we are going through
      the standard channels for XML validation and potentially catching
      errors in user submitted XML.
      383833e2
    • C
      qemu: Assign device addresses in PostParse · 5d7314bb
      Cole Robinson 提交于
      This wires up qemuDomainAssignAddresses into the new
      virDomainDefAssignAddressesCallback, so it's always triggered
      via virDomainDefPostParse. We are essentially doing this already
      with open coded calls sprinkled about.
      
      qemu argv parse output changes slightly since previously it wasn't
      hitting qemuDomainAssignAddresses.
      5d7314bb
    • C
      domain: Add virDomainDefAssignAddressesCallback · f891390f
      Cole Robinson 提交于
      This will be called at the end of virDomainDefPostParse to
      allow hypervisor drivers to fill in device addresses.
      f891390f
  2. 18 5月, 2016 19 次提交
  3. 17 5月, 2016 17 次提交