From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44667) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YyOeq-0007E6-1D for qemu-devel@nongnu.org; Fri, 29 May 2015 14:05:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YyOem-0006xy-SS for qemu-devel@nongnu.org; Fri, 29 May 2015 14:05:23 -0400 Received: from mx1.redhat.com ([209.132.183.28]:41369) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YyOem-0006xq-Mm for qemu-devel@nongnu.org; Fri, 29 May 2015 14:05:20 -0400 From: Eduardo Habkost Date: Fri, 29 May 2015 15:04:19 -0300 Message-Id: <1432922664-15129-1-git-send-email-ehabkost@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PULL 0/5] X86 patch queue, 2015-05-29 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, Peter Maydell Cc: Paolo Bonzini , =?UTF-8?q?Andreas=20F=C3=A4rber?= , Richard Henderson The following changes since commit 2cc3bdbe2d3908f7a813d1c2d774cc2bf07746= cd: Merge remote-tracking branch 'remotes/armbru/tags/pull-block-2015-05-29= ' into staging (2015-05-29 15:32:15 +0100) are available in the git repository at: git://github.com/ehabkost/qemu.git tags/x86-pull-request for you to fetch changes up to d032544e08ed07c66afd45ca8a8420ca202fab75: arch_init: Drop target-x86_64.conf (2015-05-29 14:46:32 -0300) ---------------------------------------------------------------- X86 patch queue, 2015-05-29 ---------------------------------------------------------------- Andreas F=C3=A4rber (1): pc: Ensure non-zero CPU ref count after attaching to ICC bus Chen Fan (1): apic: map APIC's MMIO region at each CPU's address space Eduardo Habkost (1): target-i386: Register QOM properties for feature flags Ikey Doherty (1): arch_init: Drop target-x86_64.conf Zhu Guihua (1): apic: convert ->busdev.qdev casts to C casts Makefile | 7 +- arch_init.c | 1 - exec.c | 5 ++ hw/i386/pc.c | 18 ++--- hw/intc/apic.c | 9 ++- hw/intc/apic_common.c | 14 ++-- include/exec/memory.h | 5 ++ sysconfigs/target/target-x86_64.conf | 0 target-i386/cpu.c | 124 +++++++++++++++++++++++++++++= ++++++ 9 files changed, 158 insertions(+), 25 deletions(-) delete mode 100644 sysconfigs/target/target-x86_64.conf --=20 2.1.0