Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Jun 2017 14:07:09 +0000 (UTC)
From:      =?UTF-8?Q?Roger_Pau_Monn=c3=a9?= <royger@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r443875 - in head/sysutils/xen-tools: . files
Message-ID:  <201706191407.v5JE790u066784@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: royger (src committer)
Date: Mon Jun 19 14:07:09 2017
New Revision: 443875
URL: https://svnweb.freebsd.org/changeset/ports/443875

Log:
  xen-tools: fix ASL QEMU code
  
  In order to build with newer IASL compiler found in FreeBSD 12
  
  Approved by:	bapt
  Sponsored by:	Citrix Systems R&D
  MFH:		2017Q2

Added:
  head/sysutils/xen-tools/files/iasl-qemuu.patch   (contents, props changed)
Modified:
  head/sysutils/xen-tools/Makefile

Modified: head/sysutils/xen-tools/Makefile
==============================================================================
--- head/sysutils/xen-tools/Makefile	Mon Jun 19 13:43:36 2017	(r443874)
+++ head/sysutils/xen-tools/Makefile	Mon Jun 19 14:07:09 2017	(r443875)
@@ -3,7 +3,7 @@
 PORTNAME=	xen
 PKGNAMESUFFIX=	-tools
 PORTVERSION=	4.7.2
-PORTREVISION=   1
+PORTREVISION=   2
 CATEGORIES=	sysutils emulators
 MASTER_SITES=	http://downloads.xenproject.org/release/xen/${PORTVERSION}/
 

Added: head/sysutils/xen-tools/files/iasl-qemuu.patch
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/xen-tools/files/iasl-qemuu.patch	Mon Jun 19 14:07:09 2017	(r443875)
@@ -0,0 +1,26 @@
+diff --git a/hw/i386/acpi-dsdt.dsl b/hw/i386/acpi-dsdt.dsl
+index a2d84ecf8f..e86d3eb263 100644
+--- a/hw/i386/acpi-dsdt.dsl
++++ b/hw/i386/acpi-dsdt.dsl
+@@ -62,8 +62,6 @@ DefinitionBlock (
+ 
+     Scope(\_SB.PCI0) {
+ 
+-        External(ISA, DeviceObj)
+-
+         Device(ISA) {
+             Name(_ADR, 0x00010000)
+ 
+diff --git a/hw/i386/q35-acpi-dsdt.dsl b/hw/i386/q35-acpi-dsdt.dsl
+index 16eaca3fae..44fa4a9c0c 100644
+--- a/hw/i386/q35-acpi-dsdt.dsl
++++ b/hw/i386/q35-acpi-dsdt.dsl
+@@ -55,8 +55,6 @@ DefinitionBlock (
+             Name(_ADR, 0x00)
+             Name(_UID, 1)
+ 
+-            External(ISA, DeviceObj)
+-
+             // _OSC: based on sample of ACPI3.0b spec
+             Name(SUPP, 0) // PCI _OSC Support Field value
+             Name(CTRL, 0) // PCI _OSC Control Field value



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706191407.v5JE790u066784>