From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Subject: Re: [PATCH 0/5] kvm: Batch writes to MMIO Date: Wed, 04 Jun 2008 18:13:23 +0300 Message-ID: <4846B113.4030904@qumranet.com> References: <1212156357946-git-send-email-Laurent.Vivier@bull.net> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org To: Laurent Vivier Return-path: Received: from bzq-179-150-194.static.bezeqint.net ([212.179.150.194]:24940 "EHLO il.qumranet.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753613AbYFDPNW (ORCPT ); Wed, 4 Jun 2008 11:13:22 -0400 In-Reply-To: <1212156357946-git-send-email-Laurent.Vivier@bull.net> Sender: kvm-owner@vger.kernel.org List-ID: Laurent Vivier wrote: > When kernel has to send MMIO writes to userspace, it stores them > in memory until it has to pass the hand to userspace for another > reason. This avoids to have too many context switches on operations > that can wait. > > These patches introduce an ioctl() to define MMIO allowed to be coalesced. > > This is the kernel part of the coalesced MMIO functionality. > > Applied all, thanks. -- Do not meddle in the internals of kernels, for they are subtle and quick to panic.