From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46579) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WhZcJ-0002RX-Na for qemu-devel@nongnu.org; Tue, 06 May 2014 03:16:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WhZcB-0001IA-Mh for qemu-devel@nongnu.org; Tue, 06 May 2014 03:16:43 -0400 Received: from mx1.redhat.com ([209.132.183.28]:46831) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WhZcB-0001I4-Em for qemu-devel@nongnu.org; Tue, 06 May 2014 03:16:35 -0400 Date: Tue, 6 May 2014 09:16:22 +0200 From: Igor Mammedov Message-ID: <20140506091622.3d859e8f@nial.usersys.redhat.com> In-Reply-To: <5367BB65.3030905@redhat.com> References: <1396618620-27823-1-git-send-email-imammedo@redhat.com> <1396618620-27823-35-git-send-email-imammedo@redhat.com> <5367BB65.3030905@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 34/35] pc: ACPI BIOS: make GPE.3 handle memory hotplug event on PIIX and Q35 machines List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Blake Cc: peter.maydell@linaro.org, mst@redhat.com, aik@ozlabs.ru, jan.kiszka@siemens.com, mjt@tls.msk.ru, qemu-devel@nongnu.org, lcapitulino@redhat.com, kraxel@redhat.com, akong@redhat.com, quintela@redhat.com, armbru@redhat.com, aliguori@amazon.com, hutao@cn.fujitsu.com, lersek@redhat.com, ehabkost@redhat.com, marcel.a@redhat.com, stefanha@redhat.com, chegu_vinod@hp.com, rth@twiddle.net, kwolf@redhat.com, s.priebe@profihost.ag, mreitz@redhat.com, vasilis.liaskovitis@profitbricks.com, pbonzini@redhat.com, afaerber@suse.de On Mon, 05 May 2014 10:25:09 -0600 Eric Blake wrote: > On 04/04/2014 07:36 AM, Igor Mammedov wrote: > > also make handler edge based to avoid loosing events, the same as > > s/loosing/losing/ Thanks, I'll fix it. > > (loose rhymes with goose and means the opposite of "tight"; lose rhymes > with use and means the opposite of "gain" - it is a very frequent typo > to see people put too many 'o's when they meant a variant of "lose") > > > it has been done for PCI and CPU hotplug handlers. > > > > Signed-off-by: Igor Mammedov > > --- > > hw/i386/acpi-dsdt.dsl | 5 ++++- > > hw/i386/q35-acpi-dsdt.dsl | 5 ++++- > > 2 files changed, 8 insertions(+), 2 deletions(-) > > >