[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 1/5] hw: remove needless includes
|
From: |
Laszlo Ersek |
|
Subject: |
Re: [PATCH v2 1/5] hw: remove needless includes |
|
Date: |
Mon, 2 Oct 2023 16:41:49 +0200 |
On 10/2/23 13:11, marcandre.lureau@redhat.com wrote:
> From: Marc-André Lureau <marcandre.lureau@redhat.com>
>
> The include list is large, make it smaller.
>
> Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
> ---
> hw/core/machine.c | 10 ----------
> 1 file changed, 10 deletions(-)
>
> diff --git a/hw/core/machine.c b/hw/core/machine.c
> index cb38b8cf4c..68cb556197 100644
> --- a/hw/core/machine.c
> +++ b/hw/core/machine.c
> @@ -11,32 +11,22 @@
> */
>
> #include "qemu/osdep.h"
> -#include "qemu/option.h"
> #include "qemu/accel.h"
> #include "sysemu/replay.h"
> -#include "qemu/units.h"
> #include "hw/boards.h"
> #include "hw/loader.h"
> #include "qapi/error.h"
> -#include "qapi/qapi-visit-common.h"
> #include "qapi/qapi-visit-machine.h"
> -#include "qapi/visitor.h"
> #include "qom/object_interfaces.h"
> -#include "hw/sysbus.h"
> #include "sysemu/cpus.h"
> #include "sysemu/sysemu.h"
> #include "sysemu/reset.h"
> #include "sysemu/runstate.h"
> -#include "sysemu/numa.h"
> #include "sysemu/xen.h"
> -#include "qemu/error-report.h"
> #include "sysemu/qtest.h"
> -#include "hw/pci/pci.h"
> #include "hw/mem/nvdimm.h"
> #include "migration/global_state.h"
> -#include "migration/vmstate.h"
> #include "exec/confidential-guest-support.h"
> -#include "hw/virtio/virtio.h"
> #include "hw/virtio/virtio-pci.h"
> #include "hw/virtio/virtio-net.h"
>
Acked-by: Laszlo Ersek <lersek@redhat.com>
- [PATCH v2 0/5] ramfb: migration support, marcandre . lureau, 2023/10/02
- [PATCH v2 3/5] ramfb: implement migration support, marcandre . lureau, 2023/10/02
- [PATCH v2 5/5] hw: turn off ramfb migration for machines <= 8.1, marcandre . lureau, 2023/10/02
- [PATCH v2 1/5] hw: remove needless includes, marcandre . lureau, 2023/10/02
- Re: [PATCH v2 1/5] hw: remove needless includes,
Laszlo Ersek <=
- [PATCH v2 2/5] pc: remove needless includes, marcandre . lureau, 2023/10/02
- [PATCH v2 4/5] ramfb: make migration conditional, marcandre . lureau, 2023/10/02
- Re: [PATCH v2 4/5] ramfb: make migration conditional, Cédric Le Goater, 2023/10/02
- Re: [PATCH v2 4/5] ramfb: make migration conditional, Alex Williamson, 2023/10/02
- Re: [PATCH v2 4/5] ramfb: make migration conditional, Laszlo Ersek, 2023/10/02
- Re: [PATCH v2 4/5] ramfb: make migration conditional, Alex Williamson, 2023/10/02
- Re: [PATCH v2 4/5] ramfb: make migration conditional, Laszlo Ersek, 2023/10/02
- Re: [PATCH v2 4/5] ramfb: make migration conditional, Alex Williamson, 2023/10/02
- Re: [PATCH v2 4/5] ramfb: make migration conditional, Laszlo Ersek, 2023/10/02