
22 Jun
2016
22 Jun
'16
10:10 p.m.
On 06/22/2016 12:51 PM, Cole Robinson wrote:
This code was attempting to handle some implicit <console> XML formatting for manually assembled DomainDef, since previously the console<->serial compat copying was only done at XML parse time.
Nowadays it's done via virDomainDefPostParse -> virDomainDefAddConsoleCompat, which all manual DomainDef builders already call, so we can drop this workaround. --- src/conf/domain_conf.c | 14 -------------- 1 file changed, 14 deletions(-)
ACK (while knowledge of the console handling code is fresh in memory). Regards, Jim