[Qemu-devel] [PATCH 0/8] Kconfig: Clean up the PIIX southbridge devices

Philippe Mathieu-Daudé posted 8 patches 6 years, 8 months ago
Test checkpatch passed
Test asan failed
Test docker-mingw@fedora failed
Test docker-clang@ubuntu failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190310235351.1863-1-philmd@redhat.com
Maintainers: "Michael S. Tsirkin" <mst@redhat.com>, Aleksandar Markovic <amarkovic@wavecomp.com>, Aleksandar Rikalo <arikalo@wavecomp.com>, Paolo Bonzini <pbonzini@redhat.com>, Eduardo Habkost <ehabkost@redhat.com>, Aurelien Jarno <aurelien@aurel32.net>, Richard Henderson <rth@twiddle.net>, John Snow <jsnow@redhat.com>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>, Igor Mammedov <imammedo@redhat.com>
default-configs/mips-softmmu-common.mak |  1 +
hw/acpi/Kconfig                         |  7 +++++++
hw/acpi/Makefile.objs                   |  3 ++-
hw/i2c/Kconfig                          |  1 +
hw/i386/Kconfig                         |  9 ++++----
hw/ide/Kconfig                          |  1 +
hw/input/Kconfig                        |  4 ++++
hw/isa/Kconfig                          | 28 ++++++++++++++++++++++++-
8 files changed, 47 insertions(+), 7 deletions(-)
[Qemu-devel] [PATCH 0/8] Kconfig: Clean up the PIIX southbridge devices
Posted by Philippe Mathieu-Daudé 6 years, 8 months ago
Hi,

This series is a cleanup for the PIIX/PIIX3/PIIX4 devices.

The isapc machine split isn't clean because while designed
on a PIIX3, our model uses ACPI features from the PIIX4.

The i440fx cleanup is left for the the next development cycle.

This series is a prerequisite for the MIPS Malta port to Kconfig.

Please review.

Regards,

Phil.

Philippe Mathieu-Daudé (8):
  hw/i2c: The ACPI_SMBUS Kconfig depends on ACPI
  hw/input: Add 8042 PS/2 Keyboard Controller to Kconfig
  hw/southbridge: Add the PIIX chipset to Kconfig
  hw/southbridge: Add the PIIX3 chipset to Kconfig
  hw/southbridge: Cleanup the PIIX4 chipset in Kconfig
  hw/southbridge: Add ACPI_PIIX4 to Kconfig
  hw/i386: The 'isapc' machine is built around a PIIX3 southbridge
  hw/i386: Move ACPI_SMBUS out of I440FX (Kconfig)

 default-configs/mips-softmmu-common.mak |  1 +
 hw/acpi/Kconfig                         |  7 +++++++
 hw/acpi/Makefile.objs                   |  3 ++-
 hw/i2c/Kconfig                          |  1 +
 hw/i386/Kconfig                         |  9 ++++----
 hw/ide/Kconfig                          |  1 +
 hw/input/Kconfig                        |  4 ++++
 hw/isa/Kconfig                          | 28 ++++++++++++++++++++++++-
 8 files changed, 47 insertions(+), 7 deletions(-)

-- 
2.20.1


Re: [Qemu-devel] [PATCH 0/8] Kconfig: Clean up the PIIX southbridge devices
Posted by no-reply@patchew.org 6 years, 8 months ago
Patchew URL: https://patchew.org/QEMU/20190310235351.1863-1-philmd@redhat.com/



Hi,

This series failed the docker-mingw@fedora build test. Please find the testing commands and
their output below. If you have Docker installed, you can probably reproduce it
locally.

=== TEST SCRIPT BEGIN ===
#!/bin/bash
time make docker-test-mingw@fedora SHOW_ENV=1 J=14 NETWORK=1
=== TEST SCRIPT END ===




The full log is available at
http://patchew.org/logs/20190310235351.1863-1-philmd@redhat.com/testing.docker-mingw@fedora/?type=message.
---
Email generated automatically by Patchew [http://patchew.org/].
Please send your feedback to patchew-devel@redhat.com