From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Wolf Subject: Re: [PATCH] qemu-kvm: Switch POSIX compat AIO implementation to upstream Date: Wed, 21 Sep 2011 10:16:26 +0200 Message-ID: <4E799D5A.9070802@redhat.com> References: <4E78C42D.5030207@siemens.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Cc: Avi Kivity , Marcelo Tosatti , kvm , Stefan Hajnoczi , Anthony Liguori To: Jan Kiszka Return-path: Received: from mx1.redhat.com ([209.132.183.28]:57247 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752648Ab1IUINd (ORCPT ); Wed, 21 Sep 2011 04:13:33 -0400 In-Reply-To: <4E78C42D.5030207@siemens.com> Sender: kvm-owner@vger.kernel.org List-ID: Am 20.09.2011 18:49, schrieb Jan Kiszka: > Upstream's version is about to be signal-free and will stop handling > SIGUSR2 specially. So it's time to adopt its implementation, ie. switch > from signalfd to a pipe. > > Signed-off-by: Jan Kiszka > --- > > This should help pulling upstream into qemu-kvm when "block: avoid > SIGUSR2" is merged. And will help merging further cleanups of this code > I'm working on. Acked-by: Kevin Wolf