| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | remove unnecessary extern "C" blocks | Paolo Bonzini | 2023-02-10 | 1 | -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 Bonzini | 2012-12-19 | 1 | -0/+22 |
| Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> | |||||