mbox

[PULL,0/2] Machine Core queue, 2013-03-16

Message ID 1458154610-20230-1-git-send-email-ehabkost@redhat.com
State New
Headers show

Pull-request

git://github.com/ehabkost/qemu.git tags/machine-pull-request

Message

Eduardo Habkost March 16, 2016, 6:56 p.m. UTC
The following changes since commit d1f8764099022bc1173f2413331b26d4ff609a0c:

  Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20160316-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, 2013-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(-)