Skip to content
Snippets Groups Projects
Commit 94e8a5b6 authored by Richard W.M. Jones's avatar Richard W.M. Jones Committed by Pavel Hrdina
Browse files

vmx: Allow '*' to appear in VMX file keys

When connecting to a VMware server (eg using vpx://) we download and
try to parse the VMware metadata '*.vmx' file of a guest.  In this
case a VMX file was found which contained this key:

  pciPassthru*.present = "False"

The '*' character was not previously allowed in keys so this failed to
parse with the error:

  VIR_ERR_CONF_SYNTAX: VIR_FROM_CONF: configuration file syntax error:
  memory conf:74: expecting an assignment

Resolves: https://issues.redhat.com/browse/RHEL-58446


Thanks: Daniel Berrange
Signed-off-by: default avatarRichard W.M. Jones <rjones@redhat.com>
Reviewed-by: default avatarPavel Hrdina <phrdina@redhat.com>
parent 5f6ccb08
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment