projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
afe82f5
)
libxl: Fix comment about dcs.sdss
author
Anthony PERARD
<anthony.perard@citrix.com>
Thu, 23 Jan 2020 16:56:46 +0000
(16:56 +0000)
committer
Ian Jackson
<ian.jackson@eu.citrix.com>
Tue, 5 May 2020 14:31:15 +0000
(15:31 +0100)
The field 'sdss' was named 'dmss' before, commit
3148bebbf0ab
did the
renamed but didn't update the comment.
Fixes: 3148bebbf0ab ("libxl: rename a field in libxl__domain_create_state")
Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
(cherry picked from commit
035c4d771600f300382a1637f2da33023f76b4c1
)
(cherry picked from commit
5351a0a170fc7f6290d7d3d8be302d53d2426a87
)
(cherry picked from commit
d1c9822b88463d91ca93fdc7e7fa6406efa7762f
)
tools/libxl/libxl_internal.h
patch
|
blob
|
history
diff --git
a/tools/libxl/libxl_internal.h
b/tools/libxl/libxl_internal.h
index ad536b7e89ef1af520fc2dd3384eb4e6d644635d..b9a3a3e0abdc1d9741e422e6a96c5f6ebc66e806 100644
(file)
--- a/
tools/libxl/libxl_internal.h
+++ b/
tools/libxl/libxl_internal.h
@@
-3827,7
+3827,7
@@
struct libxl__domain_create_state {
libxl__checkpoint_devices_state cds;
libxl__bootloader_state bl;
libxl__stub_dm_spawn_state sdss;
- /* If we're not doing stubdom, we use only
dm
ss.dm,
+ /* If we're not doing stubdom, we use only
sd
ss.dm,
* for the non-stubdom device model. */
libxl__stream_read_state srs;
/* necessary if the domain creation failed and we have to destroy it */