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 <afaer...@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