[Qemu-devel] [PATCH 0/3] hw: Drop useless inclusion of hw/i386/pc.h

Philippe Mathieu-Daudé posted 3 patches 5 years, 1 month ago
Test docker-mingw@fedora passed
Test asan passed
Test checkpatch passed
Test docker-clang@ubuntu failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190204210433.26088-1-philmd@redhat.com
Maintainers: David Gibson <david@gibson.dropbear.id.au>, Guan Xuetao <gxt@mprc.pku.edu.cn>, Artyom Tarasenko <atar4qemu@gmail.com>, Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>, "Hervé Poussineau" <hpoussin@reactos.org>
hw/ppc/prep.c       | 1 -
hw/sparc64/sun4u.c  | 1 -
hw/unicore32/puv3.c | 1 -
3 files changed, 3 deletions(-)
[Qemu-devel] [PATCH 0/3] hw: Drop useless inclusion of hw/i386/pc.h
Posted by Philippe Mathieu-Daudé 5 years, 1 month ago
Since 47973a2dbf, it is useless to include "hw/i386/pc.h"
on the ppc/unicore32/sparc64 boards.

The last non-x86 targets still requiring it are alpha/hppa/mips,
because the I8259 intc is still deeply mixed with the PC board.

Philippe Mathieu-Daudé (3):
  hw/sparc64/sun4u: Drop useless inclusion of "hw/i386/pc.h"
  hw/unicore32/puv3: Drop useless inclusion of "hw/i386/pc.h"
  hw/ppc/prep: Drop useless inclusion of "hw/i386/pc.h"

 hw/ppc/prep.c       | 1 -
 hw/sparc64/sun4u.c  | 1 -
 hw/unicore32/puv3.c | 1 -
 3 files changed, 3 deletions(-)

-- 
2.20.1