From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50725) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WNLr8-0004wk-Cx for qemu-devel@nongnu.org; Tue, 11 Mar 2014 08:32:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WNLr2-0006r3-Ab for qemu-devel@nongnu.org; Tue, 11 Mar 2014 08:32:26 -0400 Received: from mx1.redhat.com ([209.132.183.28]:6040) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WNLr2-0006qu-3X for qemu-devel@nongnu.org; Tue, 11 Mar 2014 08:32:20 -0400 Date: Tue, 11 Mar 2014 14:32:18 +0200 From: "Michael S. Tsirkin" Message-ID: <1394537675-30618-1-git-send-email-mst@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] [PULL 0/6] acpi,pc,test bug fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Peter Maydell , Anthony Liguori The following changes since commit 220c8ed536491315b4040d820328b8dfd60d67a7: qemu: x86: ignore ioapic polarity (2014-03-09 21:09:38 +0200) are available in the git repository at: git://git.kernel.org/pub/scm/virt/kvm/mst/qemu.git tags/for_upstream for you to fetch changes up to 13f65b2e1073cf7e2c8fb3880c77d8a53fa2f95e: acpi-test: update expected SSDT files (2014-03-11 13:27:27 +0200) ---------------------------------------------------------------- acpi,pc,test bug fixes More small fixes: the issues annoy developers so I thought they are worth fixing quickly. Signed-off-by: Michael S. Tsirkin ---------------------------------------------------------------- BALATON Zoltan (1): q35: Correct typo BRDIGE -> BRIDGE Michael S. Tsirkin (5): loader: rename in_ram/has_mr pc: avoid duplicate names for ROM MRs configure: don't modify .status on error acpi-build: don't access unaligned addresses acpi-test: update expected SSDT files configure | 27 ++++++++++++++------------- include/hw/i386/ich9.h | 2 +- include/hw/loader.h | 8 +++++--- include/hw/pci-host/q35.h | 24 ++++++++++++------------ hw/core/loader.c | 14 ++++++++------ hw/i386/acpi-build.c | 31 ++++++++++++++++--------------- hw/i386/pc_piix.c | 3 ++- hw/i386/pc_q35.c | 3 ++- hw/pci-host/q35.c | 10 +++++----- tests/acpi-test-data/pc/SSDT | Bin 2275 -> 2363 bytes tests/acpi-test-data/q35/SSDT | Bin 564 -> 652 bytes 11 files changed, 65 insertions(+), 57 deletions(-)