diff mbox

[for-1.4,v4,01/12] ppc: Move Mac machines to hw/ppc/

Message ID 51025219.3060702@suse.de
State New
Headers show

Commit Message

Andreas Färber Jan. 25, 2013, 9:36 a.m. UTC
Am 24.01.2013 10:03, schrieb Andreas Färber:
> Signed-off-by: Andreas Färber <afaerber@suse.de>
> ---
>  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:


Thanks,
Andreas

Comments

Alexander Graf Jan. 25, 2013, 11:20 a.m. UTC | #1
On 25.01.2013, at 10:36, Andreas Färber wrote:

> Am 24.01.2013 10:03, schrieb Andreas Färber:
>> Signed-off-by: Andreas Färber <afaerber@suse.de>
>> ---
>> 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:

Done, thanks :)


Alex
diff mbox

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 35c260d..9dd4c20 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -380,7 +380,7 @@  New World
 M: Alexander Graf <agraf@suse.de>
 L: qemu-ppc@nongnu.org
 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 <agraf@suse.de>
 L: qemu-ppc@nongnu.org
 S: Maintained
-F: hw/ppc_oldworld.c
+F: hw/ppc/mac_oldworld.c
 F: hw/grackle_pci.c

 PReP