From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56228) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z4taL-0006aw-Jz for qemu-devel@nongnu.org; Tue, 16 Jun 2015 12:19:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z4taG-0008SM-HE for qemu-devel@nongnu.org; Tue, 16 Jun 2015 12:19:37 -0400 Received: from cantor2.suse.de ([195.135.220.15]:44479 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z4taG-0008RM-9l for qemu-devel@nongnu.org; Tue, 16 Jun 2015 12:19:32 -0400 Message-ID: <55804C92.5060004@suse.de> Date: Tue, 16 Jun 2015 18:19:30 +0200 From: Alexander Graf MIME-Version: 1.0 References: <1434383829-26451-1-git-send-email-aurelien@aurel32.net> In-Reply-To: <1434383829-26451-1-git-send-email-aurelien@aurel32.net> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 00/10] target-s390x: add support for CCW in TCG mode List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Aurelien Jarno , qemu-devel@nongnu.org Cc: Richard Henderson On 06/15/15 17:56, Aurelien Jarno wrote: > This patchset adds support for CCW in TCG mode, allowing a s390-ccw > machine to boot using the s390-ccw firmware and zipl, and the Linux > kernel to access the virtio-ccw devices. > > The way to do that is to wire up all the I/O instructions to the KVM > functions emulating them. This is the purpose of the last patch of the > series. However a few fixes are needed first to make the s390-ccw > machine fully functional under TCG. Thanks, applied all to s390-next. Alex