
27 Jun
2017
27 Jun
'17
9:25 a.m.
On Mon, Jun 26, 2017 at 07:13:28PM +0200, Andrea Bolognani wrote:
Commit 54fa1b44afc8 added virDomainDeviceInfo::loadparm and updated virDomainDeviceInfoClear() accordingly, but omitted the necessary virDomainDeviceInfoCopy() changes.
Signed-off-by: Andrea Bolognani <abologna@redhat.com> --- src/conf/domain_conf.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-)
ACK We should probably rewrite virDomainDeviceInfo in markdown and autogenerate the *Copy and *Clear functions by a Rust script to avoid such mistakes in the future. Jan