[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/3] include: Cleanups around 'exec/cpu-common.h' header
From: |
Philippe Mathieu-Daudé |
Subject: |
[PATCH 0/3] include: Cleanups around 'exec/cpu-common.h' header |
Date: |
Tue, 17 Dec 2024 16:13:02 +0100 |
Do not include "exec/cpu-common.h" when we don't need it.
(I plan to merge this series myself).
Philippe Mathieu-Daudé (3):
hw/xen: Remove unnecessary 'exec/cpu-common.h' header
system/numa: Remove unnecessary 'exec/cpu-common.h' header
system/accel-ops: Remove unnecessary 'exec/cpu-common.h' header
include/hw/xen/xen.h | 2 --
include/sysemu/accel-ops.h | 2 +-
include/sysemu/numa.h | 1 -
3 files changed, 1 insertion(+), 4 deletions(-)
--
2.45.2
- [PATCH 0/3] include: Cleanups around 'exec/cpu-common.h' header,
Philippe Mathieu-Daudé <=
- [PATCH 1/3] hw/xen: Remove unnecessary 'exec/cpu-common.h' header, Philippe Mathieu-Daudé, 2024/12/17
- [PATCH 2/3] system/numa: Remove unnecessary 'exec/cpu-common.h' header, Philippe Mathieu-Daudé, 2024/12/17
- [PATCH 3/3] system/accel-ops: Remove unnecessary 'exec/cpu-common.h' header, Philippe Mathieu-Daudé, 2024/12/17
- Re: [PATCH 0/3] include: Cleanups around 'exec/cpu-common.h' header, Richard Henderson, 2024/12/17
- Re: [PATCH 0/3] include: Cleanups around 'exec/cpu-common.h' header, Philippe Mathieu-Daudé, 2024/12/19