summary refs log tree commit diff stats
path: root/include/qemu/envlist.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* envlist: Remove unused envlist_parseDr. David Alan Gilbert2024-09-201-2/+0
| | | | | | | | | | | | envlist_parse, envlist_parse_set, envlist_parse_unset were added in 2009 but never used, see: 04a6dfebb6 ("linux-user: Add generic env variable handling") Remove them. Signed-off-by: Dr. David Alan Gilbert <dave@treblig.org> Reviewed-by: Michael Tokarev <mjt@tls.msk.ru> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
* remove unnecessary extern "C" blocksPaolo Bonzini2023-02-101-8/+0
| | | | | | | | | | | A handful of header files in QEMU are wrapped with extern "C" blocks. These are not necessary: there are C++ source files anymore in QEMU, and even where there were some, they did not include most of these files anyway. Remove them for consistency. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-0/+22
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>