We are going to set other things here too. Prepare for that.
No functional change.
Signed-off-by: Ian Jackson <iwj@xenproject.org>
}
die unless defined $commons_config_file;
+ my @commons_config =
+ (
+ "XENCONSOLED_TRACE" => "guest",
+ );
target_editfile_root($ho, $commons_config_file,
- sub { target_editfile_kvp_replace("XENCONSOLED_TRACE", "guest") });
+ sub { target_editfile_kvp_replace(@commons_config) });
target_editfile_root($ho, '/etc/libvirt/libvirtd.conf',
sub { target_editfile_kvp_replace("log_level", "1") })