From patchwork Thu Oct 1 11:46:01 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dirk Mueller X-Patchwork-Id: 7307971 Return-Path: X-Original-To: patchwork-kvm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id DAC3CBEEA4 for ; Thu, 1 Oct 2015 11:46:38 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id EAF962065E for ; Thu, 1 Oct 2015 11:46:37 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id C10A02062E for ; Thu, 1 Oct 2015 11:46:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755447AbbJALqe (ORCPT ); Thu, 1 Oct 2015 07:46:34 -0400 Received: from smtp.nue.novell.com ([195.135.221.5]:59879 "EHLO smtp.nue.novell.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756429AbbJALqc (ORCPT ); Thu, 1 Oct 2015 07:46:32 -0400 Received: from gwmail.emea.novell.com ([10.120.13.103]) by smtp.nue.novell.com with ESMTP (TLS encrypted); Thu, 01 Oct 2015 13:46:31 +0200 Received: from [10.160.4.124] ([10.120.13.201]) by gwmail.emea.novell.com with ESMTP (TLS encrypted); Thu, 01 Oct 2015 12:46:02 +0100 To: kvm@vger.kernel.org From: =?UTF-8?Q?Dirk_M=c3=bcller?= Subject: [PATCH] Update KVM homepage Url Message-ID: <560D1CF9.9020804@suse.com> Date: Thu, 1 Oct 2015 13:46:01 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 Sender: kvm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, T_RP_MATCHES_RCVD, T_TVD_MIME_EPI, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP The old one appears to be a generic catch all page, which is unhelpful. Signed-off-by: Dirk Mueller From a5364c169535e2b05d9632b4fb94940424cadf12 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 1 Oct 2015 13:44:15 +0200 Subject: [PATCH] Update KVM homepage Url The old one appears to be a generic catch all page, which is unhelpful. Signed-off-by: Dirk Mueller --- MAINTAINERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 9f6685f..797236b 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -5957,7 +5957,7 @@ F: virt/kvm/ KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V M: Joerg Roedel L: kvm@vger.kernel.org -W: http://kvm.qumranet.com +W: http://www.linux-kvm.org/ S: Maintained F: arch/x86/include/asm/svm.h F: arch/x86/kvm/svm.c @@ -5965,7 +5965,7 @@ F: arch/x86/kvm/svm.c KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC M: Alexander Graf L: kvm-ppc@vger.kernel.org -W: http://kvm.qumranet.com +W: http://www.linux-kvm.org/ T: git git://github.com/agraf/linux-2.6.git S: Supported F: arch/powerpc/include/asm/kvm* -- 2.5.1