qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH for-1.4 v4 01/12] ppc: Move Mac machines to hw/p


From: Andreas Färber
Subject: Re: [Qemu-devel] [PATCH for-1.4 v4 01/12] ppc: Move Mac machines to hw/ppc/
Date: Fri, 25 Jan 2013 10:36:25 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130105 Thunderbird/17.0.2

Am 24.01.2013 10:03, schrieb Andreas Färber:
> Signed-off-by: Andreas Färber <address@hidden>
> ---
>  hw/cuda.c                                 |    2 +-
>  hw/grackle_pci.c                          |    2 +-
>  hw/heathrow_pic.c                         |    2 +-
>  hw/ide/macio.c                            |    6 +++---
>  hw/mac_nvram.c                            |    2 +-
>  hw/macio.c                                |    2 +-
>  hw/openpic.c                              |    2 +-
>  hw/ppc/Makefile.objs                      |    9 +++++----
>  hw/{ppc_mac.h => ppc/mac.h}               |    0
>  hw/{ppc_newworld.c => ppc/mac_newworld.c} |   28 ++++++++++++++--------------
>  hw/{ppc_oldworld.c => ppc/mac_oldworld.c} |   26 +++++++++++++-------------
>  hw/unin_pci.c                             |    2 +-
>  12 Dateien geändert, 42 Zeilen hinzugefügt(+), 41 Zeilen entfernt(-)
>  rename hw/{ppc_mac.h => ppc/mac.h} (100%)
>  rename hw/{ppc_newworld.c => ppc/mac_newworld.c} (98%)
>  rename hw/{ppc_oldworld.c => ppc/mac_oldworld.c} (97%)

As you noticed I forgot to update MAINTAINERS. Please squash the
following fix:

diff --git a/MAINTAINERS b/MAINTAINERS
index 35c260d..9dd4c20 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -380,7 +380,7 @@ New World
 M: Alexander Graf <address@hidden>
 L: address@hidden
 S: Maintained
-F: hw/ppc_newworld.c
+F: hw/ppc/mac_newworld.c
 F: hw/unin_pci.c
 F: hw/dec_pci.[hc]

@@ -388,7 +388,7 @@ Old World
 M: Alexander Graf <address@hidden>
 L: address@hidden
 S: Maintained
-F: hw/ppc_oldworld.c
+F: hw/ppc/mac_oldworld.c
 F: hw/grackle_pci.c

 PReP

Thanks,
Andreas

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]