59d18185e3
pkgsrc changes ============== Remove merged patches, mostly for SmartOS. There are more to go and there is a call for volunteers to step in as a maintainer and help to upstream the remaining ones. SmartOS as host support is scheduled to be removed in the next major version of qemu. upstream changes ================ The full list of changes are available at: https://wiki.qemu.org/ChangeLog/2.11 Highlights include: * Improved support for running Hyper-V on top of KVM * New hotpluggable PCIe-to-PCI bridge device with SHPC support * Experimental GPUDirect support for Nvidia passthrough devices (p2p DMA) * Better performance using integrated LUKS support for block devices * Added a qemu-block-drivers man page * TPM emulation support * Ability to hotplug a watchdog device and specify watchdog actions at runtime * UI: improved client support for VNC via websockets * UI: better keymap support for SDL/GTK/Cocoa front-ends and various input devices * ARM: support for Smartfusion2 board * ARM: improved performance for PCI passthrough devices using INTx * ARM: improved XEN support for AArch64 guests * OpenRISC: experimental support for SMP * PowerPC: fixes for Mac machine types * PowerPC: pseries: support for virtual SMT modes in guests * s390: support for virtio-input-ccw and virtio-gpu-ccw * s390: support for CPU hotplug via newer device_add interface * s390: experimental support for multiple vcpu threads under full emulation * SPARC: sun4u: support for sunhme (Happy Meal Ethernet) NIC * SPARC: sun4u: use of Simba PCI bridges to better match Ultra 5 PCI topology * and lots more...
12 lines
665 B
Text
12 lines
665 B
Text
$NetBSD: patch-Makefile,v 1.1 2017/12/14 02:03:53 kamil Exp $
|
|
|
|
--- Makefile.orig 2017-12-13 17:27:20.000000000 +0000
|
|
+++ Makefile
|
|
@@ -385,6 +385,7 @@ subdir-%:
|
|
DTC_MAKE_ARGS=-I$(SRC_PATH)/dtc VPATH=$(SRC_PATH)/dtc -C dtc V="$(V)" LIBFDT_srcdir=$(SRC_PATH)/dtc/libfdt
|
|
DTC_CFLAGS=$(CFLAGS) $(QEMU_CFLAGS)
|
|
DTC_CPPFLAGS=-I$(BUILD_DIR)/dtc -I$(SRC_PATH)/dtc -I$(SRC_PATH)/dtc/libfdt
|
|
+ARFLAGS= -rcs
|
|
|
|
subdir-dtc: .git-submodule-status dtc/libfdt dtc/tests
|
|
$(call quiet-command,$(MAKE) $(DTC_MAKE_ARGS) CPPFLAGS="$(DTC_CPPFLAGS)" CFLAGS="$(DTC_CFLAGS)" LDFLAGS="$(LDFLAGS)" ARFLAGS="$(ARFLAGS)" CC="$(CC)" AR="$(AR)" LD="$(LD)" $(SUBDIR_MAKEFLAGS) libfdt/libfdt.a,)
|