[Xen-devel] [RFC 10/29] build: convert HAS_ACPI use to Kconfig

2015-10-05 Thread Doug Goldstein
Use the Kconfig generated CONFIG_HAS_ACPI defines in the code base. Signed-off-by: Doug Goldstein --- xen/Rules.mk | 1 - xen/arch/x86/Kconfig | 1 + xen/arch/x86/Rules.mk| 1 - xen/common/sysctl.c | 2 +- xen/drivers/Kconfig | 2 ++ xen/drivers/Makefile | 2

[Xen-devel] [RFC 18/29] build: convert HAS_CADENCE_UART use to Kconfig

2015-10-05 Thread Doug Goldstein
Use the Kconfig generated CONFIG_HAS_CADENCE_UART defines in the code base. Signed-off-by: Doug Goldstein --- xen/drivers/char/Kconfig | 4 xen/drivers/char/Makefile | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/xen/drivers/char/Kconfig b/xen/drivers/char/Kconfig

[Xen-devel] [RFC 02/29] build: trim down Linux bits

2015-10-05 Thread Doug Goldstein
Signed-off-by: Doug Goldstein --- xen/scripts/basic/.gitignore | 1 - xen/scripts/basic/Makefile | 1 - 2 files changed, 2 deletions(-) diff --git a/xen/scripts/basic/.gitignore b/xen/scripts/basic/.gitignore index 9528ec9..a776371 100644 --- a/xen/scripts/basic/.gitignore +++ b/xen/scripts

[Xen-devel] [RFC 05/29] build: convert HAS_PASSTHROUGH use to Kconfig

2015-10-05 Thread Doug Goldstein
Use the Kconfig generated HAS_PASSTHROUGH defines for the code base. Signed-off-by: Doug Goldstein --- xen/Rules.mk| 1 - xen/arch/arm/Kconfig| 1 + xen/arch/arm/Rules.mk | 1 - xen/arch/x86/Kconfig| 1 + xen/arch/x86/Rules.mk

[Xen-devel] [PATCH] build: drop unused config variable CONFIG_HVM

2015-10-05 Thread Doug Goldstein
CONFIG_HVM is not used anywhere in the build process so drop it. Signed-off-by: Doug Goldstein --- config/x86_32.mk | 1 - config/x86_64.mk | 1 - 2 files changed, 2 deletions(-) diff --git a/config/x86_32.mk b/config/x86_32.mk index c2d785e..ed69447 100644 --- a/config/x86_32.mk +++ b/config

Re: [Xen-devel] [PATCH] build: drop unused SUBARCH variable

2015-09-30 Thread Doug Goldstein
On 9/18/15 1:41 PM, Doug Goldstein wrote: > This variable appears to be unused throughout the code base. > > Signed-off-by: Doug Goldstein > --- > Makefile | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/Makefile b/Makefile > index 7517

Re: [Xen-devel] Kbuild and Kconfig

2015-09-18 Thread Doug Goldstein
ight have upfront in the patches. Effectively the xen/ directory now when built runs "make defconfig" before it builds to generate the configuration. The default configs I've used match what the tree currently contains. However you expressed interest in hav

[Xen-devel] [PATCH] build: drop unused SUBARCH variable

2015-09-18 Thread Doug Goldstein
This variable appears to be unused throughout the code base. Signed-off-by: Doug Goldstein --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 75177f0..8a9331f 100644 --- a/Makefile +++ b/Makefile @@ -35,8 +35,7 @@ mini-os-dir-force

[Xen-devel] [raisin][PATCH 1/3] Handle unsupported distros with a prettier message

2015-09-09 Thread Doug Goldstein
Handle unknown distros by saying "unknown" instead of an empty string and for Gentoo users actually mention it. Signed-off-by: Doug Goldstein --- lib/common-functions.sh | 4 1 file changed, 4 insertions(+) diff --git a/lib/common-functions.sh b/lib/common-functions.sh ind

[Xen-devel] [raisin][PATCH 2/3] Delete dangling white space

2015-09-09 Thread Doug Goldstein
Signed-off-by: Doug Goldstein --- lib/commands.sh | 4 ++-- lib/common-functions.sh | 10 +- scripts/mkdeb | 8 scripts/mkrpm | 4 ++-- tests/busybox-hvm | 8 tests/busybox-hvm-migrate | 4 ++-- tests/busybox-pv

[Xen-devel] [raisin][PATCH 3/3] Fix up coding style

2015-09-09 Thread Doug Goldstein
Signed-off-by: Doug Goldstein --- lib/git-checkout.sh | 26 +- scripts/mkdeb | 22 +++--- 2 files changed, 24 insertions(+), 24 deletions(-) diff --git a/lib/git-checkout.sh b/lib/git-checkout.sh index 2ca8f25..d462453 100755 --- a/lib/git

Re: [Xen-devel] Notes from Xen BoF at Debconf15

2015-09-08 Thread Doug Goldstein
ostly just security fixes and other important fixes. We tag these will without RCs and all the downstream distros (and myself as the downstream maintainer for 3 distros) are happy with that situation. -- Doug Goldstein signature.asc Description: OpenPGP digital signature ___ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel

Re: [Xen-devel] Notes from Xen BoF at Debconf15

2015-09-08 Thread Doug Goldstein
e.g. Pacemaker, > linux-ha?) > > Ferenc Wagner pointed out that integrating VMs (non-HA style) into a > pacemake system was quite easy. > > Testing Xen in KVM > == > > A user (anon) asked if we tested this, because it sometimes broke. > > We only

Re: [Xen-devel] [PATCH for 4.6] build: fix tarball stubdom build

2015-09-04 Thread Doug Goldstein
nd for 4.6? Since all its doing is documenting the Makefile targets in the actual 4.6 Makefile I would think its safe. -- Doug Goldstein signature.asc Description: OpenPGP digital signature ___ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel

Re: [Xen-devel] Kbuild and Kconfig

2015-09-03 Thread Doug Goldstein
On 9/3/15 4:56 AM, Tim Deegan wrote: > Hi, > > At 12:50 -0500 on 02 Sep (1441198200), Doug Goldstein wrote: >> I just wanted to bring this to a top level post since Jonathan Creekmore >> and myself have talked with a few maintainers in different threads and >> on

Re: [Xen-devel] Kbuild and Kconfig

2015-09-03 Thread Doug Goldstein
without importing anything). > > Jan > I can certainly go that route. The xen/ directory already uses Kbuild's grandfather with a lot of customization so it probably wouldn't be that world changing but like I said I can avoid it. -- Doug Goldstein signature.asc Description: OpenPGP digital signature ___ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel

Re: [Xen-devel] Kbuild and Kconfig

2015-09-03 Thread Doug Goldstein
On 9/3/15 4:56 AM, Ian Campbell wrote: > On Wed, 2015-09-02 at 19:29 +0100, Andrew Cooper wrote: >> On 02/09/15 18:50, Doug Goldstein wrote: >>> I just wanted to bring this to a top level post since Jonathan >>> Creekmore >>> and myself have talked with a few

Re: [Xen-devel] Kbuild and Kconfig

2015-09-02 Thread Doug Goldstein
On 9/2/15 1:29 PM, Andrew Cooper wrote: > On 02/09/15 18:50, Doug Goldstein wrote: >> I just wanted to bring this to a top level post since Jonathan Creekmore >> and myself have talked with a few maintainers in different threads and >> on IRC about potentially using Kconfig

[Xen-devel] Kbuild and Kconfig

2015-09-02 Thread Doug Goldstein
s the most complicated part. Alternatively we could start with Linux 4.2 if that's more desirable. Thanks. -- Doug Goldstein signature.asc Description: OpenPGP digital signature ___ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.x

Re: [Xen-devel] [PATCH] build: update top-level make help

2015-09-02 Thread Doug Goldstein
On 9/2/15 9:14 AM, Jan Beulich wrote: >>>> On 02.09.15 at 15:34, wrote: >> On Wed, 2015-09-02 at 07:14 -0600, Jan Beulich wrote: >>>>>> On 02.09.15 at 15:09, wrote: >>>> On Wed, Sep 2, 2015 at 3:28 AM, Jan Beulich wrote: >>>>>

Re: [Xen-devel] [PATCH] MAINTAINERS: fix David Scott's email

2015-09-02 Thread Doug Goldstein
On Wed, Sep 2, 2015 at 3:25 AM, Jan Beulich wrote: >>>> Doug Goldstein 09/01/15 9:05 PM >>> >>The existing email bounces with an address rejected failure message. >>This is the email that other maintainers are using for David. >>--- >>MAINTAINE

Re: [Xen-devel] [PATCH] build: update top-level make help

2015-09-02 Thread Doug Goldstein
On Wed, Sep 2, 2015 at 3:28 AM, Jan Beulich wrote: >>>> Doug Goldstein 09/01/15 10:10 PM >>> >>Update the top-level make help to include all the possible targets and >>not reference targets that are deprecated while hopefully being more >>clear as to w

[Xen-devel] [PATCH] build: update top-level make help

2015-09-01 Thread Doug Goldstein
Update the top-level make help to include all the possible targets and not reference targets that are deprecated while hopefully being more clear as to what each target does. --- Makefile | 19 +-- 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile i

[Xen-devel] [PATCH] MAINTAINERS: fix David Scott's email

2015-09-01 Thread Doug Goldstein
The existing email bounces with an address rejected failure message. This is the email that other maintainers are using for David. --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 73a96c9..ce194d3 100644 --- a/MAINTAINERS +++ b/MAI

[Xen-devel] [PATCH] ocaml/xs: prefer using character device

2015-09-01 Thread Doug Goldstein
Since 9c89dc95201ffed5fead17b35754bf9440fdbdc0 libxenstore prefers using /dev/xen/xenbus over /proc/xen/xenbus. This makes the OCaml xenstore library contain the same preference. Signed-off-by: Doug Goldstein --- tools/ocaml/libs/xs/xs.ml | 8 +++- 1 file changed, 7 insertions(+), 1

[Xen-devel] [PATCH] build: use correct qemu emulator binary

2015-08-25 Thread Doug Goldstein
non-functional setup. Signed-off-by: Doug Goldstein --- tools/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/configure.ac b/tools/configure.ac index c1fa658..7daec99 100644 --- a/tools/configure.ac +++ b/tools/configure.ac @@ -177,7 +177,7 @@ AC_A

[Xen-devel] [raisin][PATCH] Gracefully handle an unsupported distro.

2015-08-18 Thread Doug Goldstein
When your distro is not supported, handle the case gracefully and let the user know instead of spitting out bash errors. Signed-off-by: Doug Goldstein --- lib/common-functions.sh | 11 +++ 1 file changed, 11 insertions(+) diff --git a/lib/common-functions.sh b/lib/common-functions.sh

Re: [Xen-devel] [PATCH] xen/x86: Fix up rules when forcing -mno-sse

2015-08-12 Thread Doug Goldstein
On Wed, Aug 12, 2015 at 11:12 AM, Andrew Cooper wrote: > On 12/08/15 17:03, Doug Goldstein wrote: >> On Wed, Aug 12, 2015 at 10:38 AM, Jan Beulich wrote: >>>>>> On 12.08.15 at 17:23, wrote: >>>> From: Nathan Rossi >>>> >>>> * W

Re: [Xen-devel] [PATCH] xen/x86: Fix up rules when forcing -mno-sse

2015-08-12 Thread Doug Goldstein
it. When targeting a corei7 based chip, Yocto uses the following CFLAGS for the packages it builds: -march=corei7 -mtune=corei7 -mfpmath=sse -msse4.2 The issue is the -mfpmath value. -- Doug Goldstein ___ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel

[Xen-devel] [PATCH] xen/x86: Fix up rules when forcing -mno-sse

2015-08-12 Thread Doug Goldstein
From: Nathan Rossi * When forcing -mno-sse specify -mfpmath=387 to avoid the fallback warning Signed-off-by: Nathan Rossi Signed-off-by: Doug Goldstein --- I found this patch when attempting to build Xen master on Yocto and wanted to make sure to give the original author credit. His patch

Re: [Xen-devel] Xen master hangs

2015-07-30 Thread Doug Goldstein
On Tue, Jul 28, 2015 at 4:22 PM, Konrad Rzeszutek Wilk wrote: > On Tue, Jul 28, 2015 at 11:27:57AM -0500, Doug Goldstein wrote: >> On Tue, Jul 28, 2015 at 10:01 AM, Konrad Rzeszutek Wilk >> wrote: >> > On Tue, Jul 28, 2015 at 09:30:59AM -0500, Doug Goldstein wrote: >&

Re: [Xen-devel] [PATCH v2] build: use correct qemu path in systemd service file and init script

2015-07-30 Thread Doug Goldstein
'qemu', so this would be package >> specific. So I think a default should be either 'qemu-system-i386' or >> fail if no path is provided. > > Thanks. I think we should take Ting-Wei's patch as is for 4.6 and fixup the > default to be qemu-system-i386 in

Re: [Xen-devel] Xen master hangs

2015-07-28 Thread Doug Goldstein
On Tue, Jul 28, 2015 at 10:01 AM, Konrad Rzeszutek Wilk wrote: > On Tue, Jul 28, 2015 at 09:30:59AM -0500, Doug Goldstein wrote: >> On Mon, Jul 27, 2015 at 4:11 PM, Doug Goldstein wrote: >> > On Mon, Jul 27, 2015 at 4:55 AM, Andrew Cooper >> > wrote: >> >

Re: [Xen-devel] Xen master hangs

2015-07-28 Thread Doug Goldstein
On Mon, Jul 27, 2015 at 4:11 PM, Doug Goldstein wrote: > On Mon, Jul 27, 2015 at 4:55 AM, Andrew Cooper > wrote: >> On 24/07/15 17:52, Doug Goldstein wrote: >> So now I've got a build of staging 8398ec706ff60e17a5044470fa2e90a1b081f37a with debug=y and frame_pointer

Re: [Xen-devel] Xen master hangs

2015-07-27 Thread Doug Goldstein
On Mon, Jul 27, 2015 at 4:55 AM, Andrew Cooper wrote: > On 24/07/15 17:52, Doug Goldstein wrote: > > shortcuts> > > I am currently trying to get Xen to boot on my Lenovo T430 laptop with > BIOS 2.68 and using master results in no output to the screen and the > machine bei

[Xen-devel] Xen master hangs

2015-07-27 Thread Doug Goldstein
t I'm at a loss how to debug this problem further. I do have Intel AMT setup with Serial Over LAN working so if its at all possible to get more info over serial I will do that. I am already booting Xen with console=vga,com1 com1=115200,amt loglvl=all so not sure what else to add. Thanks. --

[Xen-devel] Xen master hangs

2015-07-27 Thread Doug Goldstein
I am currently trying to get Xen to boot on my Lenovo T430 laptop with BIOS 2.68 and using master results in no output to the screen and the machine being completely hung (must pull the power cable). I've gone ahead and bisected it and the resultant commit is: -- Doug Gold

<    5   6   7   8   9   10