qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v12 3/9] target-avr: adding a sample AVR board


From: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH v12 3/9] target-avr: adding a sample AVR board
Date: Mon, 25 Jul 2016 22:10:12 +0100

On 25 July 2016 at 21:56, Michael Rolnik <address@hidden> wrote:
> do you mean that I should remove the board and/or device? I use them for
> testing.

You should remove the device, because it's not doing anything.
If that makes the CPU emulation stop working that's a problem
with the CPU emulation that needs to be fixed.

> char const* and const char* are the same.

Yes, this is a style issue. We have over 6000 uses of
'const char' in the codebase and just 16 uses of
'char const' that we've accidentally let slip in over
the years. 'const char *' is the usual way to write it,
so use that.

thanks
-- PMM



reply via email to

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