All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] hw/mips/mips_fulong2e: Remove unused 'audio/audio.h' include
@ 2020-05-15  8:42 Philippe Mathieu-Daudé
  2020-05-26  6:02 ` Philippe Mathieu-Daudé
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Philippe Mathieu-Daudé @ 2020-05-15  8:42 UTC (permalink / raw)
  To: qemu-devel
  Cc: Philippe Mathieu-Daudé,
	Jiaxun Yang, Aleksandar Markovic, Huacai Chen, Aleksandar Rikalo,
	Philippe Mathieu-Daudé,
	Aurelien Jarno

The Fuloong machine never had to use "audio/audio.h", remove it.

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
---
 hw/mips/mips_fulong2e.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/hw/mips/mips_fulong2e.c b/hw/mips/mips_fulong2e.c
index ef02d54b33..05b9efa516 100644
--- a/hw/mips/mips_fulong2e.c
+++ b/hw/mips/mips_fulong2e.c
@@ -33,7 +33,6 @@
 #include "hw/mips/mips.h"
 #include "hw/mips/cpudevs.h"
 #include "hw/pci/pci.h"
-#include "audio/audio.h"
 #include "qemu/log.h"
 #include "hw/loader.h"
 #include "hw/ide/pci.h"
-- 
2.21.3



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

* Re: [PATCH] hw/mips/mips_fulong2e: Remove unused 'audio/audio.h' include
  2020-05-15  8:42 [PATCH] hw/mips/mips_fulong2e: Remove unused 'audio/audio.h' include Philippe Mathieu-Daudé
@ 2020-05-26  6:02 ` Philippe Mathieu-Daudé
  2020-05-26  6:02 ` Philippe Mathieu-Daudé
  2020-05-26  7:45 ` Philippe Mathieu-Daudé
  2 siblings, 0 replies; 5+ messages in thread
From: Philippe Mathieu-Daudé @ 2020-05-26  6:02 UTC (permalink / raw)
  To: Philippe Mathieu-Daudé, qemu-devel
  Cc: Huacai Chen, Aleksandar Rikalo, Aleksandar Markovic,
	Aurelien Jarno, Jiaxun Yang

ping?

On 5/15/20 10:42 AM, Philippe Mathieu-Daudé wrote:
> The Fuloong machine never had to use "audio/audio.h", remove it.
> 
> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
> ---
>  hw/mips/mips_fulong2e.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/hw/mips/mips_fulong2e.c b/hw/mips/mips_fulong2e.c
> index ef02d54b33..05b9efa516 100644
> --- a/hw/mips/mips_fulong2e.c
> +++ b/hw/mips/mips_fulong2e.c
> @@ -33,7 +33,6 @@
>  #include "hw/mips/mips.h"
>  #include "hw/mips/cpudevs.h"
>  #include "hw/pci/pci.h"
> -#include "audio/audio.h"
>  #include "qemu/log.h"
>  #include "hw/loader.h"
>  #include "hw/ide/pci.h"
> 



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

* Re: [PATCH] hw/mips/mips_fulong2e: Remove unused 'audio/audio.h' include
  2020-05-15  8:42 [PATCH] hw/mips/mips_fulong2e: Remove unused 'audio/audio.h' include Philippe Mathieu-Daudé
  2020-05-26  6:02 ` Philippe Mathieu-Daudé
@ 2020-05-26  6:02 ` Philippe Mathieu-Daudé
  2020-05-26  6:06   ` chen huacai
  2020-05-26  7:45 ` Philippe Mathieu-Daudé
  2 siblings, 1 reply; 5+ messages in thread
From: Philippe Mathieu-Daudé @ 2020-05-26  6:02 UTC (permalink / raw)
  To: Philippe Mathieu-Daudé, qemu-devel
  Cc: Huacai Chen, Aleksandar Rikalo, Aleksandar Markovic,
	Aurelien Jarno, Jiaxun Yang

ping?

On 5/15/20 10:42 AM, Philippe Mathieu-Daudé wrote:
> The Fuloong machine never had to use "audio/audio.h", remove it.
> 
> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
> ---
>  hw/mips/mips_fulong2e.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/hw/mips/mips_fulong2e.c b/hw/mips/mips_fulong2e.c
> index ef02d54b33..05b9efa516 100644
> --- a/hw/mips/mips_fulong2e.c
> +++ b/hw/mips/mips_fulong2e.c
> @@ -33,7 +33,6 @@
>  #include "hw/mips/mips.h"
>  #include "hw/mips/cpudevs.h"
>  #include "hw/pci/pci.h"
> -#include "audio/audio.h"
>  #include "qemu/log.h"
>  #include "hw/loader.h"
>  #include "hw/ide/pci.h"
> 



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

* Re: [PATCH] hw/mips/mips_fulong2e: Remove unused 'audio/audio.h' include
  2020-05-26  6:02 ` Philippe Mathieu-Daudé
@ 2020-05-26  6:06   ` chen huacai
  0 siblings, 0 replies; 5+ messages in thread
From: chen huacai @ 2020-05-26  6:06 UTC (permalink / raw)
  To: Philippe Mathieu-Daudé
  Cc: qemu-level, Jiaxun Yang, Aleksandar Markovic, Huacai Chen,
	Aleksandar Rikalo, Aurelien Jarno

Reviewed-by: Huacai Chen <chenhc@lemote.com>

On Tue, May 26, 2020 at 2:04 PM Philippe Mathieu-Daudé <f4bug@amsat.org> wrote:
>
> ping?
>
> On 5/15/20 10:42 AM, Philippe Mathieu-Daudé wrote:
> > The Fuloong machine never had to use "audio/audio.h", remove it.
> >
> > Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
> > ---
> >  hw/mips/mips_fulong2e.c | 1 -
> >  1 file changed, 1 deletion(-)
> >
> > diff --git a/hw/mips/mips_fulong2e.c b/hw/mips/mips_fulong2e.c
> > index ef02d54b33..05b9efa516 100644
> > --- a/hw/mips/mips_fulong2e.c
> > +++ b/hw/mips/mips_fulong2e.c
> > @@ -33,7 +33,6 @@
> >  #include "hw/mips/mips.h"
> >  #include "hw/mips/cpudevs.h"
> >  #include "hw/pci/pci.h"
> > -#include "audio/audio.h"
> >  #include "qemu/log.h"
> >  #include "hw/loader.h"
> >  #include "hw/ide/pci.h"
> >
>
>


-- 
Huacai Chen


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

* Re: [PATCH] hw/mips/mips_fulong2e: Remove unused 'audio/audio.h' include
  2020-05-15  8:42 [PATCH] hw/mips/mips_fulong2e: Remove unused 'audio/audio.h' include Philippe Mathieu-Daudé
  2020-05-26  6:02 ` Philippe Mathieu-Daudé
  2020-05-26  6:02 ` Philippe Mathieu-Daudé
@ 2020-05-26  7:45 ` Philippe Mathieu-Daudé
  2 siblings, 0 replies; 5+ messages in thread
From: Philippe Mathieu-Daudé @ 2020-05-26  7:45 UTC (permalink / raw)
  To: Philippe Mathieu-Daudé, qemu-devel
  Cc: Huacai Chen, Aleksandar Rikalo, Aleksandar Markovic,
	Aurelien Jarno, Jiaxun Yang

On 5/15/20 10:42 AM, Philippe Mathieu-Daudé wrote:
> The Fuloong machine never had to use "audio/audio.h", remove it.
> 
> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
> ---
>  hw/mips/mips_fulong2e.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/hw/mips/mips_fulong2e.c b/hw/mips/mips_fulong2e.c
> index ef02d54b33..05b9efa516 100644
> --- a/hw/mips/mips_fulong2e.c
> +++ b/hw/mips/mips_fulong2e.c
> @@ -33,7 +33,6 @@
>  #include "hw/mips/mips.h"
>  #include "hw/mips/cpudevs.h"
>  #include "hw/pci/pci.h"
> -#include "audio/audio.h"
>  #include "qemu/log.h"
>  #include "hw/loader.h"
>  #include "hw/ide/pci.h"
> 

Thanks, queued to mips-next.


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

end of thread, other threads:[~2020-05-26  7:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-15  8:42 [PATCH] hw/mips/mips_fulong2e: Remove unused 'audio/audio.h' include Philippe Mathieu-Daudé
2020-05-26  6:02 ` Philippe Mathieu-Daudé
2020-05-26  6:02 ` Philippe Mathieu-Daudé
2020-05-26  6:06   ` chen huacai
2020-05-26  7:45 ` Philippe Mathieu-Daudé

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.