[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PULL v8 062/152] meson: infrastructure for building emulators
From: |
Philippe Mathieu-Daudé |
Subject: |
Re: [PULL v8 062/152] meson: infrastructure for building emulators |
Date: |
Tue, 3 Nov 2020 14:39:00 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.3.1 |
On 8/21/20 12:21 PM, Paolo Bonzini wrote:
> Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
> ---
> Makefile | 74 ++----------------
> Makefile.target | 19 +++--
> configure | 6 --
> hw/i386/fw_cfg.c | 2 +-
> hw/i386/pc.c | 2 +-
> hw/i386/pc_piix.c | 2 +-
> hw/i386/x86.c | 2 +-
> hw/vfio/pci-quirks.c | 2 +-
> hw/virtio/virtio-mem.c | 2 +-
> include/qemu/osdep.h | 2 +-
> meson.build | 166 ++++++++++++++++++++++++++++++++++++++++-
> rules.mak | 8 --
> scripts/create_config | 2 +
> scripts/grepy.sh | 3 +
> scripts/minikconf.py | 0
> softmmu/qtest.c | 2 +-
> 16 files changed, 192 insertions(+), 102 deletions(-)
> create mode 100755 scripts/grepy.sh
> mode change 100755 => 100644 scripts/minikconf.py
...
> diff --git a/hw/i386/fw_cfg.c b/hw/i386/fw_cfg.c
> index c55abfb01a..33441ad484 100644
> --- a/hw/i386/fw_cfg.c
> +++ b/hw/i386/fw_cfg.c
> @@ -22,7 +22,7 @@
> #include "hw/nvram/fw_cfg.h"
> #include "e820_memory_layout.h"
> #include "kvm_i386.h"
> -#include "config-devices.h"
> +#include CONFIG_DEVICES
Suggestion: add a comment to this include, because it is hard to
figure out what it does (if you don't have minikconf + meson
background). At least it was not obvious to me. (other
occurrences in the codebase).
Regards,
Phil.
- Re: [PULL v8 062/152] meson: infrastructure for building emulators,
Philippe Mathieu-Daudé <=