[PATCH-for-8.0 0/2] hw: Reduce "qemu/accel.h" inclusion

Philippe Mathieu-Daudé posted 2 patches 1 year, 3 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20221130135641.85328-1-philmd@linaro.org
Maintainers: Eduardo Habkost <eduardo@habkost.net>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Yanan Wang <wangyanan55@huawei.com>, Richard Henderson <richard.henderson@linaro.org>, Paolo Bonzini <pbonzini@redhat.com>
hw/core/machine.c       | 1 +
include/hw/boards.h     | 1 -
include/qemu/accel.h    | 4 ++--
include/qemu/typedefs.h | 1 +
4 files changed, 4 insertions(+), 3 deletions(-)
[PATCH-for-8.0 0/2] hw: Reduce "qemu/accel.h" inclusion
Posted by Philippe Mathieu-Daudé 1 year, 3 months ago
Another trivial series, restricting "qemu/accel.h".

Philippe Mathieu-Daudé (2):
  typedefs: Forward-declare AccelState
  hw: Reduce "qemu/accel.h" inclusion

 hw/core/machine.c       | 1 +
 include/hw/boards.h     | 1 -
 include/qemu/accel.h    | 4 ++--
 include/qemu/typedefs.h | 1 +
 4 files changed, 4 insertions(+), 3 deletions(-)

-- 
2.38.1


Re: [PATCH-for-8.0 0/2] hw: Reduce "qemu/accel.h" inclusion
Posted by Paolo Bonzini 1 year, 3 months ago
Queued, thanks.

Paolo