[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-trivial] [PATCH 00/11] various easy cleanups
From: |
Michael Tokarev |
Subject: |
Re: [Qemu-trivial] [PATCH 00/11] various easy cleanups |
Date: |
Tue, 23 May 2017 18:03:08 +0300 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 |
09.05.2017 02:39, Philippe Mathieu-Daudé wrote:
> various easy patchs added while coding around:
> - remove old comments
> - add/remove includes
> - use TYPE_ names when available
> - use ARRAY_SIZE() macro
>
> Philippe Mathieu-Daudé (11):
> hw/net: removed obsolete comments
> hw/pci: define msi_nonbroken in pci-stub
> hw/misc: add missing includes
> ide/ahci: add missing includes
> hw/mips: add missing include
> hw/arm: removed unnecessary include
> hw/arm: use defined type name instead of hard-coded string.
> hw/sparc: use ARRAY_SIZE() macro
> target/sparc: fix DEBUG_MMU DPRINTF() arguments
> register: display register prefix (name) since it is available
> MAINTAINERS: self-appoint me as reviewer of the Register API
>From this set, I've applied 4 patches:
[PATCH 05/11] hw/mips: add missing include
[PATCH 06/11] hw/arm: removed unnecessary include
[PATCH 08/11] hw/sparc: use ARRAY_SIZE() macro
[PATCH 10/11] register: display register prefix (name) since it is available
Thanks,
/mjt
- [Qemu-trivial] [PATCH 08/11] hw/sparc: use ARRAY_SIZE() macro, (continued)