
9 Aug
2016
9 Aug
'16
2:14 p.m.
On 25.07.2016 22:48, Eric Farman wrote:
Add code that will permit a hostdev tag to specify a vhost protocol, and parse the associated XML within it. But don't do anything with that information just yet.
Signed-off-by: Eric Farman <farman@linux.vnet.ibm.com> Reviewed-by: Bjoern Walk <bwalk@linux.vnet.ibm.com> Reviewed-by: Boris Fiuczynski <fiuczy@linux.vnet.ibm.com> --- src/conf/domain_conf.c | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+)
Unfortunately, even if this patch is good I cannot ack it because every parser/formatter extension must go hand in hand with RNG schema & documentation update. The code looks good though. Michal