[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH 02/52] ide: split ioport registration to a separ
From: |
Yang Zhong |
Subject: |
Re: [Qemu-devel] [PATCH 02/52] ide: split ioport registration to a separate file |
Date: |
Wed, 30 Jan 2019 20:55:26 +0800 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
On Wed, Jan 30, 2019 at 01:20:42PM +0100, Paolo Bonzini wrote:
> On 30/01/19 13:07, Thomas Huth wrote:
> > I think adding ioport.o to IDE_PCI and IDE_VIA is wrong. The
> > ide_init_ioport() function is only used by isa.c and piix.c, so it
> > should only be added for IDE_ISA and IDE_PIIX here.
>
> Good idea, another one for Yang. :)
>
Yes, for ioport.o, i will add as below:
+common-obj-$(CONFIG_IDE_ISA) += isa.o ioport.o
+common-obj-$(CONFIG_IDE_PIIX) += piix.o ioport.o
The newest hw/ide/via.c has removed ide_init_ioport() call.
By the way, i plan to send non-RFC patches 1-27 tomorrow if there is not any
new comments. thanks!
Yang
> Paolo
- [Qemu-devel] [RFC PATCH v5 00/52] Support Kconfig in QEMU, Paolo Bonzini, 2019/01/25
- [Qemu-devel] [PATCH 01/52] arm: disable CONFIG_SERIAL_ISA, Paolo Bonzini, 2019/01/25
- [Qemu-devel] [PATCH 02/52] ide: split ioport registration to a separate file, Paolo Bonzini, 2019/01/25
- [Qemu-devel] [PATCH 05/52] build: actually use CONFIG_PAM, Paolo Bonzini, 2019/01/25
- [Qemu-devel] [PATCH 04/52] hw/pci-host/Makefile.objs: make CONFIGS clear for PCI EXPRESS, Paolo Bonzini, 2019/01/25
- [Qemu-devel] [PATCH 06/52] hw/i386/Makefile.objs: Build pc_piix* and pc_q35 boards, Paolo Bonzini, 2019/01/25
- [Qemu-devel] [PATCH 03/52] vfio: move conditional up to hw/Makefile.objs, Paolo Bonzini, 2019/01/25
- [Qemu-devel] [PATCH 07/52] hw/arm/Makefile.objs: CONFIG_VIRT created for virt board, Paolo Bonzini, 2019/01/25