aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxl/libxlu_disk_l.h
diff options
context:
space:
mode:
authorIan Jackson <ian.jackson@eu.citrix.com>2012-07-26 10:35:36 +0100
committerIan Jackson <ian.jackson@eu.citrix.com>2012-07-26 10:35:36 +0100
commitc902f397d67d3fa959d46a0373230da3f8c8af92 (patch)
tree32fed48be6609271c5533e09384f7a40499a9efb /tools/libxl/libxlu_disk_l.h
parent79702808336453e6ec75777ea94f01027d439ebd (diff)
downloadxen-c902f397d67d3fa959d46a0373230da3f8c8af92.tar.gz
xen-c902f397d67d3fa959d46a0373230da3f8c8af92.tar.bz2
xen-c902f397d67d3fa959d46a0373230da3f8c8af92.zip
xl: disk parsing preparation for empty cdrom devices
Prepare the ground for parsing the xend empty cdrom syntax, by separating out some non-functional changes as this pre-patch: * Clarify the disk syntax documentation wording to refer to deprecated syntaxes too. * Make DPC in libxlu_disk_l.l useable in the helper functions as well as in lexer rules, by providing two definitions, each in force in the appropriate parts of the file. * Break the <vdev>[:<devtype>] parsing out into a helper function, `vdev_and_devtype'. No functional change. Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com> Acked-by: Ian Campbell <ian.campbell@citrix.com> Committed-by: Ian Campbell <ian.campbell@citrix.com>
Diffstat (limited to 'tools/libxl/libxlu_disk_l.h')
-rw-r--r--tools/libxl/libxlu_disk_l.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/libxl/libxlu_disk_l.h b/tools/libxl/libxlu_disk_l.h
index 87bf96c6d6..4d0328e4f5 100644
--- a/tools/libxl/libxlu_disk_l.h
+++ b/tools/libxl/libxlu_disk_l.h
@@ -340,7 +340,7 @@ extern int xlu__disk_yylex (yyscan_t yyscanner);
#undef YY_DECL
#endif
-#line 228 "libxlu_disk_l.l"
+#line 240 "libxlu_disk_l.l"
#line 346 "libxlu_disk_l.h"
#undef xlu__disk_yyIN_HEADER