summaryrefslogtreecommitdiffstats
path: root/scripts/feature_to_c.sh
Commit message (Collapse)AuthorAgeFilesLines
* scripts: Use $(..) instead of deprecated `..`Stefan Weil2016-06-071-3/+3
| | | | | | | | | | | This fixes these warnings from shellcheck: ^-- SC2006: Use $(..) instead of deprecated `..` Update also a comment using the same pattern. Signed-off-by: Stefan Weil <sw@weilnetz.de> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
* gdbstub: remove unnecessary includes from gdbstub-xml.cPaolo Bonzini2016-05-191-2/+0Star
| | | | | | | | gdbstub-xml.c defines a bunch of arrays of strings; there is no need to include anything. Keep osdep.h for consistency, but remove the rest. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
* scripts/feature_to_c.sh: Include qemu/osdep.h rather than config.hPeter Maydell2016-02-161-1/+1
| | | | | | | | In the .c files generated by this script, include qemu/osdep.h as the first included header, not config.h. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Eric Blake <eblake@redhat.com>
* exec: move include files to include/exec/Paolo Bonzini2012-12-191-1/+1
| | | | Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
* gdbstub-xml: avoid a warning from sparseBlue Swirl2011-01-231-0/+3
| | | | | | | | | Include a header to get the declaration for xml_builtin. This avoids a warning from sparse: CC m68k-softmmu/gdbstub-xml.o gdbstub-xml.c:244:12: warning: symbol 'xml_builtin' was not declared. Should it be static? Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
* Add scripts directoryBlue Swirl2011-01-201-0/+75
Move build and user scripts into scripts directory. Signed-off-by: Blue Swirl <blauwirbel@gmail.com>