libxl: rename a field in libxl__domain_create_state
authorWei Liu <wei.liu2@citrix.com>
Mon, 6 Jun 2016 10:52:11 +0000 (11:52 +0100)
committerWei Liu <wei.liu2@citrix.com>
Tue, 14 Jun 2016 13:31:27 +0000 (14:31 +0100)
commit3148bebbf0abf52b4fd8c07fc716007f1c26a285
treebb30555c14bfc4be2bcbb022ce2a1b255fc387ed
parent5e6e8546cf975b12c36b96c1b495bbfd2f0657f5
libxl: rename a field in libxl__domain_create_state

The libxl__stub_dm_spawn_state field in libxl__domain_create_state was
named dmss. That was inconsistent with how things were named (usually
acronym) and there was already libxl__dm_spawn_state named dmss in other
places.

Change dmss to sdss and fix up all sites that reference this field.  No
functional change.

Signed-off-by: Wei Liu <wei.liu2@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/libxl/libxl_create.c
tools/libxl/libxl_internal.h