]> xenbits.xensource.com Git - libvirt.git/commit
conf: Change when virDomainDiskDefAssignAddress is called
authorJohn Ferlan <jferlan@redhat.com>
Wed, 22 Jul 2015 13:54:55 +0000 (09:54 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Mon, 3 Aug 2015 21:06:15 +0000 (17:06 -0400)
commite1dbce1589fc509bed8af6a5e4700f62cf6df277
treede4b8d67889b355fd4c8b2e2ae467750ca97cd61
parent9bcdb210052427082fbe17786440b97c6eee05c6
conf: Change when virDomainDiskDefAssignAddress is called

Rather than calling virDomainDiskDefAssignAddress during the parsing of
the XML, moving the setting of disk addresses into the domain/device post
processing.

Commit id '37588b25' which introduced VIR_DOMAIN_DEF_PARSE_DISK_SOURCE
in order to avoid generating the address which wasn't required will not
be affected by this as all it cared about was processing the source XML.

Signed-off-by: John Ferlan <jferlan@redhat.com>
src/conf/domain_conf.c