[Qemu-devel] [PATCH] prep: do not select I82374

Paolo Bonzini posted 1 patch 5 years, 1 month ago
Test docker-mingw@fedora passed
Test docker-clang@ubuntu passed
Test asan passed
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190320093505.32210-1-pbonzini@redhat.com
Maintainers: David Gibson <david@gibson.dropbear.id.au>
hw/ppc/Kconfig | 1 -
1 file changed, 1 deletion(-)
[Qemu-devel] [PATCH] prep: do not select I82374
Posted by Paolo Bonzini 5 years, 1 month ago
It is only needed through I82378, which also selects it.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
---
 hw/ppc/Kconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/hw/ppc/Kconfig b/hw/ppc/Kconfig
index 73b473ca24..bbe5a64865 100644
--- a/hw/ppc/Kconfig
+++ b/hw/ppc/Kconfig
@@ -64,7 +64,6 @@ config PREP
     imply TEST_DEVICES
     select CS4231A
     select PREP_PCI
-    select I82374
     select I82378
     select LSI_SCSI_PCI
     select M48T59
-- 
2.20.1


Re: [Qemu-devel] [PATCH] prep: do not select I82374
Posted by Stefano Garzarella 5 years, 1 month ago
On Wed, Mar 20, 2019 at 10:35:05AM +0100, Paolo Bonzini wrote:
> It is only needed through I82378, which also selects it.
> 
> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
> ---
>  hw/ppc/Kconfig | 1 -
>  1 file changed, 1 deletion(-)

Reviewed-by: Stefano Garzarella <sgarzare@redhat.com>