[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [qemu-s390x] [Qemu-devel] [PATCH 00/14] hw/Kconfig: Fixes when runni
From: |
Paolo Bonzini |
Subject: |
Re: [qemu-s390x] [Qemu-devel] [PATCH 00/14] hw/Kconfig: Fixes when running ./configure --without-default-devices |
Date: |
Tue, 19 Mar 2019 16:02:21 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.5.1 |
On 16/03/19 21:08, Philippe Mathieu-Daudé wrote:
> Hi,
>
> This series contains Kconfig fixes to be able to run binaries
> built using: './configure --without-default-devices'.
Hi, I applied 1/2/3/6/7/8/9/12/13/14, with select replaced by imply.
For patches 4/5, the right place to modify is "config PC" in addition
to replacing select with imply.
Patch 10 should not be needed since there is no equivalent of
CONFIG_PCI_DEVICES for virtio.
For patch 11 (and 7) I have posted two patches to honor "-vga none", so
that the boards can be configured with --without-default-devices too (in
the case of Fulong2e, this will of course apply only after it is
converted to Kconfig).
Paolo
> Regards,
>
> Phil.
>
> Philippe Mathieu-Daudé (14):
> hw/isa/Kconfig: PIIX4 southbridge requires USB UHCI
> hw/isa/Kconfig: i82378 SuperIO requires PC speaker device
> hw/i386/Kconfig: Q35 machine requires e1000e network card
> hw/i386/Kconfig: isapc machine requires VGA display
> hw/i386/Kconfig: isapc machine requires e1000 network card
> hw/mips/Kconfig: Malta machine requires the pcnet network card
> hw/mips/Kconfig: Fulong 2e board requires ati-vga/rtl8139 PCI devices
> hw/ppc/Kconfig: Bamboo machine requires e1000 network card
> hw/ppc/Kconfig: e500 based machines require virtio-net-pci device
> hw/s390x/Kconfig: s390x machines require virtio-net-ccw device
> hw/sparc/Kconfig: SPARCstation machine requires the TCX display
> hw/sh4/Kconfig: r2d machine requires the rtl8139 network card
> hw/hppa/Kconfig: Dino board requires e1000 network card
> hw/alpha/Kconfig: DP264 hardware requires e1000 network card
>
> default-configs/mips-softmmu-common.mak | 1 +
> default-configs/mips64el-softmmu.mak | 2 ++
> default-configs/sparc-softmmu.mak | 1 -
> hw/alpha/Kconfig | 1 +
> hw/hppa/Kconfig | 1 +
> hw/i386/Kconfig | 3 +++
> hw/isa/Kconfig | 2 ++
> hw/ppc/Kconfig | 2 ++
> hw/s390x/Kconfig | 1 +
> hw/sh4/Kconfig | 1 +
> hw/sparc/Kconfig | 2 +-
> 11 files changed, 15 insertions(+), 2 deletions(-)
>
- [qemu-s390x] [PATCH 13/14] hw/hppa/Kconfig: Dino board requires e1000 network card, (continued)
[qemu-s390x] [PATCH 14/14] hw/alpha/Kconfig: DP264 hardware requires e1000 network card, Philippe Mathieu-Daudé, 2019/03/16
[qemu-s390x] [PATCH 04/14] hw/i386/Kconfig: isapc machine requires VGA display, Philippe Mathieu-Daudé, 2019/03/16
[qemu-s390x] [PATCH 01/14] hw/isa/Kconfig: PIIX4 southbridge requires USB UHCI, Philippe Mathieu-Daudé, 2019/03/16
[qemu-s390x] [PATCH 03/14] hw/i386/Kconfig: Q35 machine requires e1000e network card, Philippe Mathieu-Daudé, 2019/03/16
[qemu-s390x] [PATCH 02/14] hw/isa/Kconfig: i82378 SuperIO requires PC speaker device, Philippe Mathieu-Daudé, 2019/03/16
Re: [qemu-s390x] [Qemu-devel] [PATCH 00/14] hw/Kconfig: Fixes when running ./configure --without-default-devices,
Paolo Bonzini <=