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

Philippe Mathieu-Daudé posted 3 patches 3 months, 2 weeks ago
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é 3 months, 2 weeks 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é 3 months, 2 weeks 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 3 months, 2 weeks 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~