From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keir Fraser Subject: Re: [PATCH 1/2] xen/conring: Clean up writing to the console ring. Date: Tue, 06 Aug 2013 15:43:46 +0100 Message-ID: References: <1375280572-15203-2-git-send-email-andrew.cooper3@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1375280572-15203-2-git-send-email-andrew.cooper3@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Andrew Cooper , Xen-devel Cc: Tim Deegan , Jan Beulich List-Id: xen-devel@lists.xenproject.org On 31/07/2013 15:22, "Andrew Cooper" wrote: > Refactor putchar_console_ring() to conring_puts(). This allows for > consistency with {sercon,vga}_puts(), prevents needless recalculation of > the conring consumer index, and slight cleanup at the two callsites. > > There is no functional change. > > Signed-off-by: Andrew Cooper > CC: Keir Fraser > CC: Jan Beulich > CC: Tim Deegan Acked-by: Keir Fraser