mbox

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

Message ID 1463776121-13529-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 May 20, 2016, 8:28 p.m. UTC
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(-)

Comments

Peter Maydell May 23, 2016, 10:27 a.m. UTC | #1
On 20 May 2016 at 21:28, Eduardo Habkost <ehabkost@redhat.com> wrote:
> 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
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM