All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] m68k: Remove PCI and USB from config file
@ 2017-01-06  7:39 Thomas Huth
  2017-01-06  8:55 ` Laurent Vivier
  0 siblings, 1 reply; 2+ messages in thread
From: Thomas Huth @ 2017-01-06  7:39 UTC (permalink / raw)
  To: Laurent Vivier, QEMU Developers

None of the ColdFire boards that we currently support has a PCI or
USB bus (and AFAIK the upcoming q800 machine does not support PCI
and USB either), so we do not need these settings the config file.

Signed-off-by: Thomas Huth <huth@tuxfamily.org>
---
 default-configs/m68k-softmmu.mak | 2 --
 1 file changed, 2 deletions(-)

diff --git a/default-configs/m68k-softmmu.mak b/default-configs/m68k-softmmu.mak
index d9552df..60f7cdf 100644
--- a/default-configs/m68k-softmmu.mak
+++ b/default-configs/m68k-softmmu.mak
@@ -1,6 +1,4 @@
 # Default configuration for m68k-softmmu
 
-include pci.mak
-include usb.mak
 CONFIG_COLDFIRE=y
 CONFIG_PTIMER=y
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [Qemu-devel] [PATCH] m68k: Remove PCI and USB from config file
  2017-01-06  7:39 [Qemu-devel] [PATCH] m68k: Remove PCI and USB from config file Thomas Huth
@ 2017-01-06  8:55 ` Laurent Vivier
  0 siblings, 0 replies; 2+ messages in thread
From: Laurent Vivier @ 2017-01-06  8:55 UTC (permalink / raw)
  To: Thomas Huth, QEMU Developers

Le 06/01/2017 à 08:39, Thomas Huth a écrit :
> None of the ColdFire boards that we currently support has a PCI or
> USB bus (and AFAIK the upcoming q800 machine does not support PCI
> and USB either), so we do not need these settings the config file.
> 
> Signed-off-by: Thomas Huth <huth@tuxfamily.org>
> ---
>  default-configs/m68k-softmmu.mak | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/default-configs/m68k-softmmu.mak b/default-configs/m68k-softmmu.mak
> index d9552df..60f7cdf 100644
> --- a/default-configs/m68k-softmmu.mak
> +++ b/default-configs/m68k-softmmu.mak
> @@ -1,6 +1,4 @@
>  # Default configuration for m68k-softmmu
>  
> -include pci.mak
> -include usb.mak
>  CONFIG_COLDFIRE=y
>  CONFIG_PTIMER=y
> 

Reviewed-by: Laurent Vivier <laurent@vivier.eu>

I apply it to m68k-for-2.9 branch.

Thanks,
Laurent

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-01-06  8:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-06  7:39 [Qemu-devel] [PATCH] m68k: Remove PCI and USB from config file Thomas Huth
2017-01-06  8:55 ` Laurent Vivier

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.