qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PULL 00/21] Machine Core queue, 2016-05-20


From: Eduardo Habkost
Subject: [Qemu-devel] [PULL 00/21] Machine Core queue, 2016-05-20
Date: Fri, 20 May 2016 17:28:20 -0300

The following changes since commit 65603e2fc18b48e6e55a3dd693669413141694ec:

  tci: do not include exec/exec-all.h (2016-05-20 15:07:46 +0100)

are available in the git repository at:

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

for you to fetch changes up to e8f2d2722eb84a809697e82c762d39c8c13f22f6:

  Use &error_fatal when initializing crypto on qemu-{img,io,nbd} (2016-05-20 
14:28:55 -0300)

----------------------------------------------------------------
Machine Core queue, 2016-05-20

----------------------------------------------------------------

Cao jin (1):
  pc-dimm: correct comment of MemoryHotplugState

Eduardo Habkost (19):
  vl: Use exit(1) when requested VGA interface is unavailable
  vl: Table-based select_vgahw()
  vl: Replace *_vga_available() functions with class_names field
  vl: Add DT_COCOA DisplayType value
  vnc: Initialization stubs
  curses: curses_display_init() stub
  sdl: Initialization stubs
  cocoa: cocoa_display_init() stub
  gtk: Initialization stubs
  spice: Initialization stubs on qemu-spice.h
  milkymist: Move DT_NOGRAPHIC check outside milkymist_tmu2_create()
  vl: Replace DT_NOGRAPHIC with machine option
  vl: Make display_type a local variable
  vl: Move DisplayType typedef to vl.c
  vl: Make display_remote a local variable
  vl: Simplify global property registration
  vl: Use &error_fatal when parsing VNC options
  vl: Use &error_fatal when parsing monitor options
  Use &error_fatal when initializing crypto on qemu-{img,io,nbd}

Igor Mammedov (1):
  machine: add properties to compat_props incrementaly

 hw/arm/virt.c              |   4 -
 hw/core/machine.c          |  31 +++++
 hw/i386/pc_piix.c          |  13 --
 hw/lm32/milkymist-hw.h     |   4 -
 hw/lm32/milkymist.c        |   4 +-
 hw/nvram/fw_cfg.c          |   6 +-
 hw/ppc/spapr.c             |   4 -
 hw/s390x/s390-virtio-ccw.c |   1 -
 hw/sparc/sun4m.c           |   2 +-
 include/hw/boards.h        |  12 +-
 include/hw/i386/pc.h       |   9 --
 include/hw/mem/pc-dimm.h   |   4 +-
 include/sysemu/sysemu.h    |  12 +-
 include/ui/console.h       |  71 ++++++++++-
 include/ui/qemu-spice.h    |  13 ++
 qemu-img.c                 |   5 +-
 qemu-io.c                  |   5 +-
 qemu-nbd.c                 |   5 +-
 vl.c                       | 290 +++++++++++++++++++--------------------------
 19 files changed, 257 insertions(+), 238 deletions(-)

-- 
2.5.5




reply via email to

[Prev in Thread] Current Thread [Next in Thread]