qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] remove unnecessary extern "C" blocks


From: Paolo Bonzini
Subject: Re: [PATCH] remove unnecessary extern "C" blocks
Date: Wed, 11 Jan 2023 10:14:11 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.5.1

On 1/10/23 11:53, Peter Maydell wrote:
On Tue, 10 Jan 2023 at 09:33, Paolo Bonzini <pbonzini@redhat.com> wrote:

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.

Any reason not to also take out the extern "C" block in osdep.h
and the uses of QEMU_EXTERN_C ?

qemu/osdep.h is still included by the C++ sources in qga/vss-win32.

Paolo




reply via email to

[Prev in Thread] Current Thread [Next in Thread]