From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:43211) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ti6gr-0002gh-V0 for qemu-devel@nongnu.org; Mon, 10 Dec 2012 11:58:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ti6gq-0002t3-Of for qemu-devel@nongnu.org; Mon, 10 Dec 2012 11:58:49 -0500 Received: from mail-gh0-f173.google.com ([209.85.160.173]:33595) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ti6gq-0002sy-HN for qemu-devel@nongnu.org; Mon, 10 Dec 2012 11:58:48 -0500 Received: by mail-gh0-f173.google.com with SMTP id 16so537111ghy.4 for ; Mon, 10 Dec 2012 08:58:47 -0800 (PST) From: Anthony Liguori In-Reply-To: <1354626315-31186-1-git-send-email-kraxel@redhat.com> References: <1354626315-31186-1-git-send-email-kraxel@redhat.com> Date: Mon, 10 Dec 2012 10:58:45 -0600 Message-ID: <87lid5269m.fsf@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [Qemu-devel] [PULL 00/18] acpi: switch to memory api List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann , qemu-devel@nongnu.org Gerd Hoffmann writes: > Hi, > > Same patches as posted last week. No review comments, 1.4 tree > open, so it should be ready to go in now. > > cheers, > Gerd > > The following changes since commit 16c6c80ac3a772b42a87b77dfdf0fdac7c607b0e: > > Open up 1.4 development branch (2012-12-03 14:08:40 -0600) Pulled. Thanks. Regards, Anthony Liguori > > are available in the git repository at: > git://git.kraxel.org/qemu acpi.1 > > Gerd Hoffmann (18): > apci: switch piix4 to memory api > apci: switch ich9 to memory api > apci: switch vt82c686 to memory api > apci: switch timer to memory api > apci: switch cnt to memory api > apci: switch evt to memory api > acpi: cleanup piix4 memory region > acpi: cleanup vt82c686 memory region > apci: switch ich9 gpe to memory api > apci: switch ich9 smi to memory api > acpi: cleanup ich9 memory region > acpi: switch smbus to memory api > acpi: fix piix4 smbus mapping > apci: switch piix4 gpe to memory api > acpi: remove acpi_gpe_blk > apci: switch piix4 pci hotplug to memory api > q35: update lpc pci config space according to configured devices > acpi: drop debug port > > hw/acpi.c | 113 ++++++++++++++++++++++++++----- > hw/acpi.h | 18 +++-- > hw/acpi_ich9.c | 199 ++++++++++++++---------------------------------------- > hw/acpi_ich9.h | 3 + > hw/acpi_piix4.c | 183 +++++++++++++++++++++++---------------------------- > hw/ich9.h | 1 + > hw/lpc_ich9.c | 29 ++++++++ > hw/pm_smbus.c | 17 ++++- > hw/pm_smbus.h | 3 +- > hw/smbus_ich9.c | 64 ++++-------------- > hw/vt82c686.c | 102 +++++------------------------ > 11 files changed, 317 insertions(+), 415 deletions(-)