From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44915) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b3t8V-00022R-Ra for qemu-devel@nongnu.org; Fri, 20 May 2016 18:43:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b3r2W-00014y-54 for qemu-devel@nongnu.org; Fri, 20 May 2016 16:28:59 -0400 Received: from mx1.redhat.com ([209.132.183.28]:59169) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b3r2V-00013Z-VT for qemu-devel@nongnu.org; Fri, 20 May 2016 16:28:56 -0400 From: Eduardo Habkost Date: Fri, 20 May 2016 17:28:20 -0300 Message-Id: <1463776121-13529-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 00/21] Machine Core queue, 2016-05-20 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Paolo Bonzini , "Michael S. Tsirkin" , Marcel Apfelbaum , qemu-devel@nongnu.org The following changes since commit 65603e2fc18b48e6e55a3dd693669413141694= ec: 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(-) --=20 2.5.5