All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] hw: Add missing 'static' attribute for QEMUMachine
@ 2012-10-03  9:19 Stefan Weil
  2012-10-03 13:37 ` Andreas Färber
  2012-10-05 13:23 ` [Qemu-devel] [Qemu-trivial] " Stefan Hajnoczi
  0 siblings, 2 replies; 3+ messages in thread
From: Stefan Weil @ 2012-10-03  9:19 UTC (permalink / raw)
  To: qemu-trivial; +Cc: Aurelien Jarno, qemu-devel, Fabien Chouteau, Stefan Weil

It was missing for leon3 and mips_fulong2e.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
---
 hw/leon3.c              |    2 +-
 hw/mips/mips_fulong2e.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/hw/leon3.c b/hw/leon3.c
index 878d3aa..7a9729d 100644
--- a/hw/leon3.c
+++ b/hw/leon3.c
@@ -210,7 +210,7 @@ static void leon3_generic_hw_init(ram_addr_t  ram_size,
     }
 }
 
-QEMUMachine leon3_generic_machine = {
+static QEMUMachine leon3_generic_machine = {
     .name     = "leon3_generic",
     .desc     = "Leon-3 generic",
     .init     = leon3_generic_hw_init,
diff --git a/hw/mips/mips_fulong2e.c b/hw/mips/mips_fulong2e.c
index 38e4b86..d4a8672 100644
--- a/hw/mips/mips_fulong2e.c
+++ b/hw/mips/mips_fulong2e.c
@@ -392,7 +392,7 @@ static void mips_fulong2e_init(ram_addr_t ram_size, const char *boot_device,
     network_init();
 }
 
-QEMUMachine mips_fulong2e_machine = {
+static QEMUMachine mips_fulong2e_machine = {
     .name = "fulong2e",
     .desc = "Fulong 2e mini pc",
     .init = mips_fulong2e_init,
-- 
1.7.10

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

* Re: [Qemu-devel] [PATCH] hw: Add missing 'static' attribute for QEMUMachine
  2012-10-03  9:19 [Qemu-devel] [PATCH] hw: Add missing 'static' attribute for QEMUMachine Stefan Weil
@ 2012-10-03 13:37 ` Andreas Färber
  2012-10-05 13:23 ` [Qemu-devel] [Qemu-trivial] " Stefan Hajnoczi
  1 sibling, 0 replies; 3+ messages in thread
From: Andreas Färber @ 2012-10-03 13:37 UTC (permalink / raw)
  To: Stefan Weil; +Cc: qemu-trivial, Fabien Chouteau, qemu-devel, Aurelien Jarno

Am 03.10.2012 11:19, schrieb Stefan Weil:
> It was missing for leon3 and mips_fulong2e.
> 
> Signed-off-by: Stefan Weil <sw@weilnetz.de>

Reviewed-by: Andreas Färber <afaerber@suse.de>

/-F

-- 
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg

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

* Re: [Qemu-devel] [Qemu-trivial] [PATCH] hw: Add missing 'static' attribute for QEMUMachine
  2012-10-03  9:19 [Qemu-devel] [PATCH] hw: Add missing 'static' attribute for QEMUMachine Stefan Weil
  2012-10-03 13:37 ` Andreas Färber
@ 2012-10-05 13:23 ` Stefan Hajnoczi
  1 sibling, 0 replies; 3+ messages in thread
From: Stefan Hajnoczi @ 2012-10-05 13:23 UTC (permalink / raw)
  To: Stefan Weil; +Cc: qemu-trivial, qemu-devel

On Wed, Oct 03, 2012 at 11:19:39AM +0200, Stefan Weil wrote:
> It was missing for leon3 and mips_fulong2e.
> 
> Signed-off-by: Stefan Weil <sw@weilnetz.de>
> ---
>  hw/leon3.c              |    2 +-
>  hw/mips/mips_fulong2e.c |    2 +-

This file doesn't exist in my tree (based on qemu.git/master
a14c74928ba1fdaada515717f4d3c3fa3275d6f7).  I have modified it to
hw/mips_fulong2e.c.

>  2 files changed, 2 insertions(+), 2 deletions(-)

Thanks, applied to the trivial patches tree:
https://github.com/stefanha/qemu/commits/trivial-patches

Stefan

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

end of thread, other threads:[~2012-10-05 13:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-10-03  9:19 [Qemu-devel] [PATCH] hw: Add missing 'static' attribute for QEMUMachine Stefan Weil
2012-10-03 13:37 ` Andreas Färber
2012-10-05 13:23 ` [Qemu-devel] [Qemu-trivial] " Stefan Hajnoczi

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.