[PATCH 0/3] include: Cleanups around 'exec/cpu-common.h' header

Philippe Mathieu-Daudé posted 3 patches 1 year, 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20241217151305.29196-1-philmd@linaro.org
Maintainers: Stefano Stabellini <sstabellini@kernel.org>, Anthony PERARD <anthony@xenproject.org>, Paul Durrant <paul@xen.org>, "Edgar E. Iglesias" <edgar.iglesias@gmail.com>
include/hw/xen/xen.h       | 2 --
include/sysemu/accel-ops.h | 2 +-
include/sysemu/numa.h      | 1 -
3 files changed, 1 insertion(+), 4 deletions(-)
[PATCH 0/3] include: Cleanups around 'exec/cpu-common.h' header
Posted by Philippe Mathieu-Daudé 1 year, 1 month ago
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


Re: [PATCH 0/3] include: Cleanups around 'exec/cpu-common.h' header
Posted by Philippe Mathieu-Daudé 1 year, 1 month ago
On 17/12/24 16:13, Philippe Mathieu-Daudé wrote:

> 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

Series queued.


Re: [PATCH 0/3] include: Cleanups around 'exec/cpu-common.h' header
Posted by Richard Henderson 1 year, 1 month ago
On 12/17/24 09:13, Philippe Mathieu-Daudé wrote:
> 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

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~