]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
Merge remote-tracking branch 'kvmtool/master'
authorStephen Rothwell <sfr@canb.auug.org.au>
Mon, 14 Nov 2011 02:54:13 +0000 (13:54 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Mon, 14 Nov 2011 02:54:13 +0000 (13:54 +1100)
Conflicts:
include/net/9p/9p.h
scripts/kconfig/Makefile

1  2 
MAINTAINERS
arch/x86/Kconfig
scripts/kconfig/Makefile

diff --cc MAINTAINERS
Simple merge
Simple merge
index ba573fe7c74d5bfe0495372931ebff69406f35c2,65580c2f401047b36d81c0b187423145fe6554b9..0b2ab42f06f1bdbbdd3561b91622a883dbd4ddfc
@@@ -33,9 -33,21 +33,13 @@@ silentoldconfig: $(obj)/con
        $(Q)mkdir -p include/generated
        $< --$@ $(Kconfig)
  
 -# if no path is given, then use src directory to find file
 -ifdef LSMOD
 -LSMOD_F := $(LSMOD)
 -ifeq ($(findstring /,$(LSMOD)),)
 -  LSMOD_F := $(objtree)/$(LSMOD)
 -endif
 -endif
 -
 -localmodconfig: $(obj)/streamline_config.pl $(obj)/conf
+ kvmconfig:
+       $(Q)$(CONFIG_SHELL) $(srctree)/scripts/config -e KVMTOOL_TEST_ENABLE
+       @echo 'Kernel configuration modified to run as KVM guest.'
 +localyesconfig localmodconfig: $(obj)/streamline_config.pl $(obj)/conf
        $(Q)mkdir -p include/generated
 -      $(Q)perl $< $(srctree) $(Kconfig) $(LSMOD_F) > .tmp.config
 +      $(Q)perl $< --$@ $(srctree) $(Kconfig) > .tmp.config
        $(Q)if [ -f .config ]; then                                     \
                        cmp -s .tmp.config .config ||                   \
                        (mv -f .config .config.old.1;                   \