From patchwork Wed Feb 26 15:20:55 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Hajnoczi X-Patchwork-Id: 11406565 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 36E3313A4 for ; Wed, 26 Feb 2020 15:21:51 +0000 (UTC) Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 0D93F21D7E for ; Wed, 26 Feb 2020 15:21:51 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="QJMCpS6Y" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 0D93F21D7E Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=redhat.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=qemu-devel-bounces+patchwork-qemu-devel=patchwork.kernel.org@nongnu.org Received: from localhost ([::1]:45752 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j6yVS-0003TT-8L for patchwork-qemu-devel@patchwork.kernel.org; Wed, 26 Feb 2020 10:21:50 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:46136) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j6yUx-00031q-AL for qemu-devel@nongnu.org; Wed, 26 Feb 2020 10:21:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j6yUt-0008T9-1r for qemu-devel@nongnu.org; Wed, 26 Feb 2020 10:21:19 -0500 Received: from us-smtp-2.mimecast.com ([207.211.31.81]:52749 helo=us-smtp-1.mimecast.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1j6yUs-0008SG-Uk for qemu-devel@nongnu.org; Wed, 26 Feb 2020 10:21:15 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1582730474; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=PefAQTZ2aPgt1bUnb8k1qGmCM3QHWOMtEjj+e6heTrs=; b=QJMCpS6YfhHhQE0jrtvhANMqqtryGnRaF3oRpOWzUBavcDvLxsrvcZfZ24k3SVGFfRZY+L 3EwQqQWm6z+1ZWvZjuo/gBABhCzao2hMYBrM2e7bMCVJT2hEoYiAfKMVwgiib5IBNBxu0z pSNctoz1DJZwAnOh4gcOP0v+wvzansM= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-9-sErtrNW7PZeyD0m4LPM2Rw-1; Wed, 26 Feb 2020 10:21:00 -0500 X-MC-Unique: sErtrNW7PZeyD0m4LPM2Rw-1 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id AC6CD10CE780 for ; Wed, 26 Feb 2020 15:20:59 +0000 (UTC) Received: from localhost (unknown [10.36.118.47]) by smtp.corp.redhat.com (Postfix) with ESMTP id D83821001902; Wed, 26 Feb 2020 15:20:56 +0000 (UTC) From: Stefan Hajnoczi To: qemu-devel@nongnu.org Subject: [qemu-web PATCH] Add GSoC 2020 announcement to blog Date: Wed, 26 Feb 2020 15:20:55 +0000 Message-Id: <20200226152055.75190-1-stefanha@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 207.211.31.81 X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Paolo Bonzini , Thomas Huth , Stefan Hajnoczi Errors-To: qemu-devel-bounces+patchwork-qemu-devel=patchwork.kernel.org@nongnu.org Sender: "Qemu-devel" Let people know that we are participating in Google Summer of Code again this year. Signed-off-by: Stefan Hajnoczi --- ...-google-summer-of-code-internships-2020.md | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 _posts/2020-02-26-google-summer-of-code-internships-2020.md diff --git a/_posts/2020-02-26-google-summer-of-code-internships-2020.md b/_posts/2020-02-26-google-summer-of-code-internships-2020.md new file mode 100644 index 0000000..51c764b --- /dev/null +++ b/_posts/2020-02-26-google-summer-of-code-internships-2020.md @@ -0,0 +1,27 @@ +--- +layout: post +title: "Announcing Google Summer of Code 2020 internships" +date: 2020-02-26 07:00:00 +0000 +categories: [gsoc, internships] +--- +QEMU is participating in [Google Summer of Code +2020](https://summerofcode.withgoogle.com/) again this year! Google Summer of +Code (GSoC) is an internship program that brings students into open source +development. GSoC offers full-time remote work opportunities for talented new +developers wishing to get involved in our community. + +Each intern works with one or more mentors who support them in their project. +Code is submitted through QEMU's open source development process, giving the +intern experience in open source software development. + +If you are interested in contributing to QEMU through a paid 12-week internship +from May to August, take a look at [our project +ideas](https://wiki.qemu.org/Google_Summer_of_Code_2020) for more information. +Applications are open March 16-31, 2020. + +Please review the [eligibility +criteria](https://developers.google.com/open-source/gsoc/faq#what_are_the_eligibility_requirements_for_participation) before applying. + +QEMU is also participating in the [Outreachy internship +program](https://www.outreachy.org/apply/project-selection/#qemu), so be sure +to check that out as well!