aboutsummaryrefslogtreecommitdiff
path: root/include/qemu/envlist.h
AgeCommit message (Collapse)AuthorFilesLines
2024-09-20envlist: Remove unused envlist_parseDr. David Alan Gilbert1-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>
2023-02-10remove unnecessary extern "C" blocksPaolo Bonzini1-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>
2012-12-19misc: move include files to include/qemu/Paolo Bonzini1-0/+22
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>