[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 10/14] arch_init: Remove unused 'qapi-commands-misc.h' includ
From: |
Alistair Francis |
Subject: |
Re: [PATCH 10/14] arch_init: Remove unused 'qapi-commands-misc.h' include |
Date: |
Fri, 13 Mar 2020 13:02:46 -0700 |
On Fri, Mar 13, 2020 at 11:44 AM Philippe Mathieu-Daudé
<address@hidden> wrote:
>
> Commit ffaee83bcb2 moved qmp_query_target but forgot to remove
> this include.
>
> Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
Reviewed-by: Alistair Francis <address@hidden>
Alistair
> ---
> arch_init.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/arch_init.c b/arch_init.c
> index 705d0b94ad..074fa621b6 100644
> --- a/arch_init.c
> +++ b/arch_init.c
> @@ -27,7 +27,6 @@
> #include "sysemu/arch_init.h"
> #include "hw/pci/pci.h"
> #include "hw/audio/soundhw.h"
> -#include "qapi/qapi-commands-misc.h"
> #include "qapi/error.h"
> #include "qemu/config-file.h"
> #include "qemu/error-report.h"
> --
> 2.21.1
>
>
- Re: [PATCH 06/14] util/Makefile: Reduce the user-mode object list, (continued)
- [PATCH 07/14] target/riscv/cpu: Restrict CPU migration to system-mode, Philippe Mathieu-Daudé, 2020/03/13
- [PATCH 08/14] exec: Assert CPU migration is not used on user-only build, Philippe Mathieu-Daudé, 2020/03/13
- [PATCH 09/14] exec: Drop redundant #ifdeffery, Philippe Mathieu-Daudé, 2020/03/13
- [PATCH 10/14] arch_init: Remove unused 'qapi-commands-misc.h' include, Philippe Mathieu-Daudé, 2020/03/13
- [PATCH 11/14] target: Restrict write_elfXX_note() handlers to system-mode, Philippe Mathieu-Daudé, 2020/03/13
- [PATCH 12/14] target/i386: Restrict CpuClass::get_crash_info() to system-mode, Philippe Mathieu-Daudé, 2020/03/13
- [PATCH 13/14] target/s390x: Restrict CpuClass::get_crash_info() to system-mode, Philippe Mathieu-Daudé, 2020/03/13
- [PATCH 14/14] hw/core: Restrict CpuClass::get_crash_info() to system-mode, Philippe Mathieu-Daudé, 2020/03/13