From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38402) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1agGeI-0000f7-NS for qemu-devel@nongnu.org; Wed, 16 Mar 2016 14:58:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1agGeD-0007AA-SB for qemu-devel@nongnu.org; Wed, 16 Mar 2016 14:58:26 -0400 Received: from mx1.redhat.com ([209.132.183.28]:49609) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1agGeD-0007A4-Mq for qemu-devel@nongnu.org; Wed, 16 Mar 2016 14:58:21 -0400 From: Eduardo Habkost Date: Wed, 16 Mar 2016 15:58:12 -0300 Message-Id: <1458154694-20567-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/2] Machine Core queue, 2016-03-16 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Marcel Apfelbaum , Peter Maydell , "Michael S. Tsirkin" The following changes since commit d1f8764099022bc1173f2413331b26d4ff609a= 0c: Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-201= 60316-1' into staging (2016-03-16 17:43:37 +0000) are available in the git repository at: git://github.com/ehabkost/qemu.git tags/machine-pull-request for you to fetch changes up to 34294e2f545dae9f020b6d52e3929f4c4e45800c: module: Rename machine_init() to opts_init() (2016-03-16 15:54:23 -0300= ) ---------------------------------------------------------------- Machine Core queue, 2016-03-16 ---------------------------------------------------------------- Eduardo Habkost (2): machine: Use type_init() to register machine classes module: Rename machine_init() to opts_init() fsdev/qemu-fsdev-opts.c | 2 +- hw/acpi/core.c | 2 +- hw/arm/exynos4_boards.c | 2 +- hw/arm/gumstix.c | 2 +- hw/arm/highbank.c | 2 +- hw/arm/nseries.c | 2 +- hw/arm/omap_sx1.c | 2 +- hw/arm/realview.c | 2 +- hw/arm/spitz.c | 2 +- hw/arm/stellaris.c | 2 +- hw/arm/versatilepb.c | 2 +- hw/arm/vexpress.c | 2 +- hw/arm/virt.c | 2 +- hw/lm32/lm32_boards.c | 2 +- hw/mips/mips_jazz.c | 2 +- hw/ppc/ppc405_boards.c | 2 +- hw/ppc/spapr.c | 2 +- hw/s390x/s390-virtio-ccw.c | 2 +- hw/smbios/smbios.c | 2 +- hw/sparc/sun4m.c | 4 ---- hw/sparc64/sun4u.c | 4 ---- hw/xtensa/xtfpga.c | 2 +- include/hw/boards.h | 2 +- include/hw/i386/pc.h | 2 +- include/qemu/module.h | 4 ++-- ui/input-linux.c | 2 +- ui/spice-core.c | 2 +- ui/vnc.c | 2 +- vl.c | 2 +- 29 files changed, 28 insertions(+), 36 deletions(-) --=20 2.1.0