]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
Merge remote-tracking branch 'kvmtool/master'
authorStephen Rothwell <sfr@canb.auug.org.au>
Wed, 21 Dec 2011 05:36:18 +0000 (16:36 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 21 Dec 2011 05:36:18 +0000 (16:36 +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 914833d99b06f78242fa12584c568ecef6a5e65a,58a4259cb57ca96b34ce2fc0a777b0dc54ab8a96..0517945562ab4cea47ae7f88d4ba0e789f0cb9db
@@@ -33,9 -33,22 +33,14 @@@ 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
+       $(Q)yes "" | make oldconfig > /dev/null
+       @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;                   \