Re: [Xen-devel] [PATCH v2 02/11] acpi: Define ACPI IO registers for PVH guests

2016-11-15 Thread Boris Ostrovsky
On 11/15/2016 10:13 AM, Jan Beulich wrote: On 15.11.16 at 15:47, wrote: >> On 11/15/2016 03:47 AM, Jan Beulich wrote: --- a/tools/libacpi/static_tables.c +++ b/tools/libacpi/static_tables.c @@ -20,6 +20,8 @@ * Firmware ACPI Control Structure (FACS). */

Re: [Xen-devel] [PATCH v2 08/11] pvh/acpi: Handle ACPI accesses for PVH guests

2016-11-15 Thread Boris Ostrovsky
On 11/15/2016 10:17 AM, Jan Beulich wrote: >> The other option was XEN_X86_EMU_ACPI. Would it be better? > As that's a little too wide (and I think someone else had also > disliked it for that reason), how about XEN_X86_EMU_ACPI_FF > (for "fixed features"), or if that's still too wide, break things

Re: [Xen-devel] [RFC PATCH KERNEL 1/4] x86/xen: start untangling PV and PVHVM guest support code

2016-11-15 Thread Boris Ostrovsky
On 11/14/2016 12:17 PM, Vitaly Kuznetsov wrote: > > +config XEN_PV > + bool "Xen PV guest support" > + default y > + depends on XEN > + help > + Support running as a Xen PV guest. > + > config XEN_DOM0 We might consider renaming this to XEN_PV_DOM0 to distinguish it from e

Re: [Xen-devel] [PATCH v7 06/11] x86, paravirt: Add interface to support kvm/xen vcpu preempted check

2016-11-15 Thread Peter Zijlstra
On Wed, Nov 02, 2016 at 05:08:33AM -0400, Pan Xinhui wrote: > diff --git a/arch/x86/include/asm/paravirt_types.h > b/arch/x86/include/asm/paravirt_types.h > index 0f400c0..38c3bb7 100644 > --- a/arch/x86/include/asm/paravirt_types.h > +++ b/arch/x86/include/asm/paravirt_types.h > @@ -310,6 +310,8

Re: [Xen-devel] [PATCH v2] x86/EFI: meet further spec requirements for runtime calls

2016-11-15 Thread Andrew Cooper
On 14/11/16 10:32, Jan Beulich wrote: > So far we didn't guarantee 16-byte alignment of the stack: While (so > far) we don't tell the compiler to use smaller alignment, we also don't > guarantee 16-byte alignment when establishing stack pointers for new > vCPU-s. Runtime service functions using SSE

Re: [Xen-devel] [PATCH v2 02/11] acpi: Define ACPI IO registers for PVH guests

2016-11-15 Thread Jan Beulich
>>> On 15.11.16 at 16:41, wrote: > On 11/15/2016 10:13 AM, Jan Beulich wrote: > On 15.11.16 at 15:47, wrote: >>> On 11/15/2016 03:47 AM, Jan Beulich wrote: > --- a/tools/libacpi/static_tables.c > +++ b/tools/libacpi/static_tables.c > @@ -20,6 +20,8 @@ > * Firmware ACPI Contr

Re: [Xen-devel] Xen like VirtualBox

2016-11-15 Thread Cedric Bosdonnat
Hi Jason, On Tue, 2016-11-15 at 14:05 +, Jason Long wrote: > Thank you but I guess it is serious for Xen. > Are you Sure Red Hat company help Xen? I guess you wrong. Red Hat employee > not mean Red Hat company and they can help > other Open Source projects as hobbyist. I guess some Citrix guy

Re: [Xen-devel] [PATCH v2 08/11] pvh/acpi: Handle ACPI accesses for PVH guests

2016-11-15 Thread Jan Beulich
>>> On 15.11.16 at 16:44, wrote: > On 11/15/2016 10:17 AM, Jan Beulich wrote: >>> The other option was XEN_X86_EMU_ACPI. Would it be better? >> As that's a little too wide (and I think someone else had also >> disliked it for that reason), how about XEN_X86_EMU_ACPI_FF >> (for "fixed features"), o

Re: [Xen-devel] [PATCH for-4.8] tools/configure: Drop -lcrypto search

2016-11-15 Thread Wei Liu
On Tue, Nov 15, 2016 at 03:09:50PM +, Ian Jackson wrote: > This seems to be looking for a function MD5. But nothing uses it. > The build works fine if this is disabled and libcrypto is not > installed. > > This check was first introduced in 68a3e1e87325 "[TOOLS] Add more > checks for devel pa

[Xen-devel] [PATCH v2] tools/libacpi: Be specific about which DSDT files to build

2016-11-15 Thread Boris Ostrovsky
There is no reason to build, for example, dsdt_pvh.asl for hvmloader. We pass which DSDTs to build via DSDT_FILES parameter. If DSDT_FILES is empty all DSDTs for a particular architecture will be built. Signed-off-by: Boris Ostrovsky --- Changes in v2: * Simpler syntax in libacpi/Makefile when D

Re: [Xen-devel] [PATCH v2] x86/EFI: meet further spec requirements for runtime calls

2016-11-15 Thread Jan Beulich
>>> On 15.11.16 at 16:47, wrote: > On 14/11/16 10:32, Jan Beulich wrote: >> So far we didn't guarantee 16-byte alignment of the stack: While (so >> far) we don't tell the compiler to use smaller alignment, we also don't >> guarantee 16-byte alignment when establishing stack pointers for new >> vCP

Re: [Xen-devel] [PATCH v2] tools/libacpi: Be specific about which DSDT files to build

2016-11-15 Thread Jan Beulich
>>> On 15.11.16 at 17:04, wrote: > There is no reason to build, for example, dsdt_pvh.asl for hvmloader. We > pass which DSDTs to build via DSDT_FILES parameter. > > If DSDT_FILES is empty all DSDTs for a particular architecture will be > built. > > Signed-off-by: Boris Ostrovsky Acked-by: Ja

Re: [Xen-devel] [PATCH for-4.8] tools/configure: Drop -lcrypto search

2016-11-15 Thread Wei Liu
On Tue, Nov 15, 2016 at 04:04:05PM +, Wei Liu wrote: > On Tue, Nov 15, 2016 at 03:09:50PM +, Ian Jackson wrote: > > This seems to be looking for a function MD5. But nothing uses it. > > The build works fine if this is disabled and libcrypto is not > > installed. > > > > This check was fir

Re: [Xen-devel] [PATCH v2 02/11] acpi: Define ACPI IO registers for PVH guests

2016-11-15 Thread Boris Ostrovsky
On 11/15/2016 10:53 AM, Jan Beulich wrote: On 15.11.16 at 16:41, wrote: >> On 11/15/2016 10:13 AM, Jan Beulich wrote: >> On 15.11.16 at 15:47, wrote: On 11/15/2016 03:47 AM, Jan Beulich wrote: >> --- a/tools/libacpi/static_tables.c >> +++ b/tools/libacpi/static_tables.c

[Xen-devel] [ANNOUNCEMENT] Xen 4.8 RC6

2016-11-15 Thread Wei Liu
Hi all Xen 4.8 RC6 is tagged. You can check it out from xen.git: git://xenbits.xen.org/xen.git 4.8.0-rc6 For you convenience, please find tarball and signature at: https://downloads.xenproject.org/release/xen/4.8.0-rc6/ Please send bug reports and test reports to xen-de...@lists.xenproject.o

Re: [Xen-devel] [PATCH v2 02/11] acpi: Define ACPI IO registers for PVH guests

2016-11-15 Thread Jan Beulich
>>> On 15.11.16 at 17:23, wrote: > On 11/15/2016 10:53 AM, Jan Beulich wrote: > On 15.11.16 at 16:41, wrote: >>> On 11/15/2016 10:13 AM, Jan Beulich wrote: >>> On 15.11.16 at 15:47, wrote: > On 11/15/2016 03:47 AM, Jan Beulich wrote: >>> --- a/tools/libacpi/static_tables.c >>

Re: [Xen-devel] [PATCH v2 01/11] x86/domctl: Add XEN_DOMCTL_set_avail_vcpus

2016-11-15 Thread Andrew Cooper
On 14/11/16 18:44, Boris Ostrovsky wrote: > On 11/14/2016 01:19 PM, Andrew Cooper wrote: >> On 14/11/16 17:48, Boris Ostrovsky wrote: >>> On 11/14/2016 12:17 PM, Andrew Cooper wrote: >> I am not convinced though that we can start enforcing this new VCPU >> count, at least for PV guests. The

[Xen-devel] [ovmf baseline-only test] 68043: all pass

2016-11-15 Thread Platform Team regression test user
This run is configured for baseline tests only. flight 68043 ovmf real [real] http://osstest.xs.citrite.net/~osstest/testlogs/logs/68043/ Perfect :-) All tests in this flight passed as required version targeted for testing: ovmf 7c7453b5d6302227264b096b528ba9461b2a68d4 baseline v

Re: [Xen-devel] [PATCH v2 02/11] acpi: Define ACPI IO registers for PVH guests

2016-11-15 Thread Boris Ostrovsky
On 11/15/2016 11:33 AM, Jan Beulich wrote: On 15.11.16 at 17:23, wrote: >> On 11/15/2016 10:53 AM, Jan Beulich wrote: >> On 15.11.16 at 16:41, wrote: On 11/15/2016 10:13 AM, Jan Beulich wrote: On 15.11.16 at 15:47, wrote: >> On 11/15/2016 03:47 AM, Jan Beulich wrote: >

Re: [Xen-devel] [PATCH v2 02/11] acpi: Define ACPI IO registers for PVH guests

2016-11-15 Thread Jan Beulich
>>> On 15.11.16 at 17:58, wrote: > On 11/15/2016 11:33 AM, Jan Beulich wrote: > On 15.11.16 at 17:23, wrote: >>> On 11/15/2016 10:53 AM, Jan Beulich wrote: >>> On 15.11.16 at 16:41, wrote: > On 11/15/2016 10:13 AM, Jan Beulich wrote: > On 15.11.16 at 15:47, wrote: >>> On

Re: [Xen-devel] [PATCH v2 01/11] x86/domctl: Add XEN_DOMCTL_set_avail_vcpus

2016-11-15 Thread Boris Ostrovsky
On 11/15/2016 11:41 AM, Andrew Cooper wrote: > > It also occurs to me that you necessarily need a get_avail_vcpus > hypercall to be able to use this interface sensibly from the toolstack. We could modify getdomaininfo but that would make set_avail_vcpus domctl non-symmetrical. >>>

[Xen-devel] [ovmf test] 102266: all pass - PUSHED

2016-11-15 Thread osstest service owner
flight 102266 ovmf real [real] http://logs.test-lab.xenproject.org/osstest/logs/102266/ Perfect :-) All tests in this flight passed as required version targeted for testing: ovmf 84083b12f234b62fb133d8c47ee4ab95f3b0eef9 baseline version: ovmf c0cb1e1a72bccb5c83d7a

Re: [Xen-devel] [PATCH v2 01/11] x86/domctl: Add XEN_DOMCTL_set_avail_vcpus

2016-11-15 Thread Andrew Cooper
On 15/11/16 17:04, Boris Ostrovsky wrote: > On 11/15/2016 11:41 AM, Andrew Cooper wrote: >> It also occurs to me that you necessarily need a get_avail_vcpus >> hypercall to be able to use this interface sensibly from the toolstack. > We could modify getdomaininfo but that would make set

[Xen-devel] Dynamic Migration and Load Balancing

2016-11-15 Thread Anubhav Guleria
Greetings all, I am a research student and interested in study of VM migration & load balancing of VMs dynamically. I have read https://wiki.xen.org/wiki/Migration & https://www.suse.com/documentation/sles-12/book_virt/data/sec_xen_manage_migrate.html Is there any option to have Migration dynam

[Xen-devel] [xen-unstable-smoke test] 102267: tolerable all pass - PUSHED

2016-11-15 Thread osstest service owner
flight 102267 xen-unstable-smoke real [real] http://logs.test-lab.xenproject.org/osstest/logs/102267/ Failures :-/ but no regressions. Tests which did not succeed, but are not blocking: test-amd64-amd64-libvirt 12 migrate-support-checkfail never pass test-armhf-armhf-xl 1

Re: [Xen-devel] [PATCH v2 02/11] acpi: Define ACPI IO registers for PVH guests

2016-11-15 Thread Andrew Cooper
On 15/11/16 16:58, Boris Ostrovsky wrote: > On 11/15/2016 11:33 AM, Jan Beulich wrote: > On 15.11.16 at 17:23, wrote: >>> On 11/15/2016 10:53 AM, Jan Beulich wrote: >>> On 15.11.16 at 16:41, wrote: > On 11/15/2016 10:13 AM, Jan Beulich wrote: > On 15.11.16 at 15:47, wrote: >>

[Xen-devel] [xen-unstable test] 102258: tolerable FAIL

2016-11-15 Thread osstest service owner
flight 102258 xen-unstable real [real] http://logs.test-lab.xenproject.org/osstest/logs/102258/ Failures :-/ but no regressions. Tests which are failing intermittently (not blocking): test-armhf-armhf-xl-vhd 6 xen-boot fail in 102243 pass in 102258 test-armhf-armhf-xl-rtds 15 gues

Re: [Xen-devel] [PATCH v8] This is ABI for the two halves of a Para-virtual sound driver to communicate with each to other.

2016-11-15 Thread Konrad Rzeszutek Wilk
On Mon, Nov 14, 2016 at 03:39:34AM -0700, Jan Beulich wrote: > >>> On 11.11.16 at 22:24, wrote: > > On Fri, Nov 04, 2016 at 10:51:33PM +0200, Andrushchenko, Oleksandr wrote: > >> + * Addressing > >> - > >> + * > >> + * Indices used t

Re: [Xen-devel] [PATCH v2 08/11] pvh/acpi: Handle ACPI accesses for PVH guests

2016-11-15 Thread Andrew Cooper
On 15/11/16 15:56, Jan Beulich wrote: On 15.11.16 at 16:44, wrote: >> On 11/15/2016 10:17 AM, Jan Beulich wrote: The other option was XEN_X86_EMU_ACPI. Would it be better? >>> As that's a little too wide (and I think someone else had also >>> disliked it for that reason), how about XEN_X

Re: [Xen-devel] [RFC] Shared coprocessor framework

2016-11-15 Thread Konrad Rzeszutek Wilk
On Sat, Nov 12, 2016 at 02:04:25PM +0200, Artem Mygaiev wrote: > On Fri, Nov 11, 2016 at 10:43 PM, Konrad Rzeszutek Wilk > wrote: > > Does this also mean that the hypervisor has to know the co-processors? > > As in how to start/stop them? And how to tell them to save/restore > > guest context? Or

[Xen-devel] ACPI fixmap overflow

2016-11-15 Thread Boris Ostrovsky
In addition to running out of e820 entries on that large machine that Alex was referring to in [0] he is also running out of ACPI fixmap space while parsing MADT (the box has *lots* of processors). The quick-and-dirty solution is to increase NUM_FIXMAP_ACPI_PAGES but I wonder whether we should move

Re: [Xen-devel] [PATCH v2 08/11] pvh/acpi: Handle ACPI accesses for PVH guests

2016-11-15 Thread Boris Ostrovsky
On 11/15/2016 02:19 PM, Andrew Cooper wrote: > On 15/11/16 15:56, Jan Beulich wrote: > On 15.11.16 at 16:44, wrote: >>> On 11/15/2016 10:17 AM, Jan Beulich wrote: > The other option was XEN_X86_EMU_ACPI. Would it be better? As that's a little too wide (and I think someone else had als

Re: [Xen-devel] ACPI fixmap overflow

2016-11-15 Thread Andrew Cooper
On 15/11/16 19:34, Boris Ostrovsky wrote: > In addition to running out of e820 entries on that large machine that > Alex was referring to in [0] he is also running out of ACPI fixmap space > while parsing MADT (the box has *lots* of processors). The > quick-and-dirty solution is to increase NUM_FIX

Re: [Xen-devel] [PATCH v2 08/11] pvh/acpi: Handle ACPI accesses for PVH guests

2016-11-15 Thread Andrew Cooper
On 15/11/16 19:38, Boris Ostrovsky wrote: > On 11/15/2016 02:19 PM, Andrew Cooper wrote: >> On 15/11/16 15:56, Jan Beulich wrote: >> On 15.11.16 at 16:44, wrote: On 11/15/2016 10:17 AM, Jan Beulich wrote: >> The other option was XEN_X86_EMU_ACPI. Would it be better? > As that's a

Re: [Xen-devel] [PATCH v2 08/11] pvh/acpi: Handle ACPI accesses for PVH guests

2016-11-15 Thread Boris Ostrovsky
On 11/15/2016 03:07 PM, Andrew Cooper wrote: > On 15/11/16 19:38, Boris Ostrovsky wrote: >> On 11/15/2016 02:19 PM, Andrew Cooper wrote: >>> On 15/11/16 15:56, Jan Beulich wrote: >>> On 15.11.16 at 16:44, wrote: > On 11/15/2016 10:17 AM, Jan Beulich wrote: >>> The other option was XEN_

[Xen-devel] [xen-unstable baseline-only test] 68042: tolerable FAIL

2016-11-15 Thread Platform Team regression test user
This run is configured for baseline tests only. flight 68042 xen-unstable real [real] http://osstest.xs.citrite.net/~osstest/testlogs/logs/68042/ Failures :-/ but no regressions. Regressions which are regarded as allowable (not blocking): test-xtf-amd64-amd64-1 10 xtf-fep

Re: [Xen-devel] ACPI fixmap overflow

2016-11-15 Thread Boris Ostrovsky
On 11/15/2016 02:45 PM, Andrew Cooper wrote: > On 15/11/16 19:34, Boris Ostrovsky wrote: >> In addition to running out of e820 entries on that large machine that >> Alex was referring to in [0] he is also running out of ACPI fixmap space >> while parsing MADT (the box has *lots* of processors). The

Re: [Xen-devel] ACPI fixmap overflow

2016-11-15 Thread Andrew Cooper
On 15/11/2016 20:39, Boris Ostrovsky wrote: > On 11/15/2016 02:45 PM, Andrew Cooper wrote: >> On 15/11/16 19:34, Boris Ostrovsky wrote: >>> In addition to running out of e820 entries on that large machine that >>> Alex was referring to in [0] he is also running out of ACPI fixmap space >>> while pa

Re: [Xen-devel] ACPI fixmap overflow

2016-11-15 Thread Boris Ostrovsky
On 11/15/2016 03:44 PM, Andrew Cooper wrote: > On 15/11/2016 20:39, Boris Ostrovsky wrote: >> On 11/15/2016 02:45 PM, Andrew Cooper wrote: >>> On 15/11/16 19:34, Boris Ostrovsky wrote: In addition to running out of e820 entries on that large machine that Alex was referring to in [0] he is

[Xen-devel] [xen-unstable-smoke test] 102271: tolerable all pass - PUSHED

2016-11-15 Thread osstest service owner
flight 102271 xen-unstable-smoke real [real] http://logs.test-lab.xenproject.org/osstest/logs/102271/ Failures :-/ but no regressions. Tests which did not succeed, but are not blocking: test-amd64-amd64-libvirt 12 migrate-support-checkfail never pass test-armhf-armhf-xl 1

[Xen-devel] OSSTest, standalone, weird end of invocation.

2016-11-15 Thread Konrad Rzeszutek Wilk
Hey Ian, I've my test machine, and I can run some of the standalone tests. But everytime I run any of the jobs I get: .. snip.. 2016-11-16 00:07:55 Z setting xtfbuildjob=build-amd64-xtf 2016-11-16 00:07:55 Z log capturing not enabled + rc=0 + date -u +%Y-%m-%d %H:%M:%S Z exit status 0 2016-11-16

[Xen-devel] [qemu-mainline test] 102263: regressions - FAIL

2016-11-15 Thread osstest service owner
flight 102263 qemu-mainline real [real] http://logs.test-lab.xenproject.org/osstest/logs/102263/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-amd64-amd64-xl-qcow2 9 debian-di-installfail REGR. vs. 101909 test-amd64-amd64-

Re: [Xen-devel] [OSSTEST PATCH v7 1/3] ts-openstack-deploy: Deploy OpenStack on a host with devstack

2016-11-15 Thread Konrad Rzeszutek Wilk
On Mon, Nov 14, 2016 at 12:33:32PM +, Anthony PERARD wrote: > This script installs any necessary packages and clones all of the OpenStack > trees which are used by devstack to deploy OpenStack. > > Signed-off-by: Anthony PERARD .. snip.. > diff --git a/ts-openstack-deploy b/ts-openstack-deplo

Re: [Xen-devel] [OSSTEST PATCH v7 2/3] ts-openstack-tempest: Run Tempest to check OpenStack

2016-11-15 Thread Konrad Rzeszutek Wilk
On Mon, Nov 14, 2016 at 12:33:33PM +, Anthony PERARD wrote: > This script runs the OpenStack integration test suite, Tempest. > > Signed-off-by: Anthony PERARD > Acked-by: Ian Campbell > Acked-by: Ian Jackson > > --- > Changes in V7: > - reindent > - acked > > No change in V5 > > Change

[Xen-devel] [ovmf baseline-only test] 68045: all pass

2016-11-15 Thread Platform Team regression test user
This run is configured for baseline tests only. flight 68045 ovmf real [real] http://osstest.xs.citrite.net/~osstest/testlogs/logs/68045/ Perfect :-) All tests in this flight passed as required version targeted for testing: ovmf 84083b12f234b62fb133d8c47ee4ab95f3b0eef9 baseline v

Re: [Xen-devel] [Xen-users] Dynamic Migration and Load Balancing

2016-11-15 Thread Kun Cheng
As far as I can tell in the past decade, energy efficiency, dynamic migration, load-balancing, etc. in virtualization platforms, server farms and cloud computing infrastructures have been discussed and researched which are not new to the academic and industry. A simple search result in IEEE: http:

[Xen-devel] [ovmf test] 102279: all pass - PUSHED

2016-11-15 Thread osstest service owner
flight 102279 ovmf real [real] http://logs.test-lab.xenproject.org/osstest/logs/102279/ Perfect :-) All tests in this flight passed as required version targeted for testing: ovmf 86a1eca2101686d476ab191f0511b44e369fd8a7 baseline version: ovmf 84083b12f234b62fb133d

Re: [Xen-devel] [PATCH v7 06/11] x86, paravirt: Add interface to support kvm/xen vcpu preempted check

2016-11-15 Thread Pan Xinhui
在 2016/11/15 23:47, Peter Zijlstra 写道: On Wed, Nov 02, 2016 at 05:08:33AM -0400, Pan Xinhui wrote: diff --git a/arch/x86/include/asm/paravirt_types.h b/arch/x86/include/asm/paravirt_types.h index 0f400c0..38c3bb7 100644 --- a/arch/x86/include/asm/paravirt_types.h +++ b/arch/x86/include/asm/pa

[Xen-devel] [xen-unstable test] 102272: trouble: blocked/broken/fail/pass

2016-11-15 Thread osstest service owner
flight 102272 xen-unstable real [real] http://logs.test-lab.xenproject.org/osstest/logs/102272/ Failures and problems with tests :-( Tests which did not succeed and are blocking, including tests which could not be run: build-armhf-pvops 3 host-install(3)broken REGR. vs. 10225

[Xen-devel] [ovmf baseline-only test] 68046: all pass

2016-11-15 Thread Platform Team regression test user
This run is configured for baseline tests only. flight 68046 ovmf real [real] http://osstest.xs.citrite.net/~osstest/testlogs/logs/68046/ Perfect :-) All tests in this flight passed as required version targeted for testing: ovmf 86a1eca2101686d476ab191f0511b44e369fd8a7 baseline v

Re: [Xen-devel] Bug in hash changes to netback in 4.7.2 kernel

2016-11-15 Thread Todd Fleisher
Has there been any update to this bug/issue last discussed on Tue 6 Sep 2016 14:37:21 +0100? Under Debian stretch running Xen & kernel version 4.8.0-1-amd64 I have a Windows HVM that cannot communicate with other PVM domU instances on the same dom0. The PVM domU instances report: "net eth0: Inva

Re: [Xen-devel] [RFC PATCH] xen/x86: Increase xen_e820_map to E820_X_MAX possible entries

2016-11-15 Thread Juergen Gross
On 15/11/16 16:22, Alex Thorlton wrote: > On Tue, Nov 15, 2016 at 10:55:49AM +0100, Juergen Gross wrote: >> I'd go with the new error code. What about E2BIG or ENOSPC? >> >> I think the hypervisor should fill in the number of entries required >> in this case. >> >> In case nobody objects I can post

Re: [Xen-devel] [PATCH] xen/x86: Increase xen_e820_map to E820_X_MAX possible entries

2016-11-15 Thread Juergen Gross
On 15/11/16 01:11, Alex Thorlton wrote: > On systems with sufficiently large e820 tables, and several IOAPICs, it > is possible for the XENMEM_machine_memory_map callback (and its > counterpart, XENMEM_memory_map) to attempt to return an e820 table with > more than 128 entries. This callback adds

Re: [Xen-devel] [PATCH for-4.8 1/2] x86/vmx: Correct the long mode check in vmx_cpuid_intercept()

2016-11-15 Thread Tian, Kevin
> From: Andrew Cooper [mailto:andrew.coop...@citrix.com] > Sent: Monday, November 14, 2016 7:01 PM > > %cs.L may be set in a legacy mode segment, or clear in a compatibility mode > segment; it is not the correct way to check for long mode being active. > > Both of these situations result in incor

Re: [Xen-devel] [PATCH v8] This is ABI for the two halves of a Para-virtual sound driver to communicate with each to other.

2016-11-15 Thread Oleksandr Andrushchenko
If these are all the comments then I'll start preparing patch v9 Thank you all for reviewing and providing feedback Oleksandr Andrushchenko ___ Xen-devel mailing list Xen-devel@lists.xen.org https://lists.xen.org/xen-devel

[Xen-devel] [qemu-mainline test] 102275: regressions - FAIL

2016-11-15 Thread osstest service owner
flight 102275 qemu-mainline real [real] http://logs.test-lab.xenproject.org/osstest/logs/102275/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-amd64-i386-xl-qemuu-debianhvm-amd64-xsm 6 xen-boot fail REGR. vs. 101909 test-amd64-amd64-

Re: [Xen-devel] [PATCH V5] x86/vm_event: Added support for VM_EVENT_REASON_INTERRUPT

2016-11-15 Thread Tian, Kevin
> From: Razvan Cojocaru [mailto:rcojoc...@bitdefender.com] > Sent: Saturday, November 12, 2016 12:09 AM > > Added support for a new event type, VM_EVENT_REASON_INTERRUPT, > which is now fired in a one-shot manner when enabled via the new > VM_EVENT_FLAG_GET_NEXT_INTERRUPT vm_event response flag. >

Re: [Xen-devel] [PATCH V5] x86/vm_event: Added support for VM_EVENT_REASON_INTERRUPT

2016-11-15 Thread Razvan Cojocaru
On 11/16/2016 09:22 AM, Tian, Kevin wrote: > Looks not working with APICv virtual interrupt delivery... It's only meant to work with "regular" injections (we'd like to be able to tell if xc_hvm_inject_trap() can succeed). APICv support could be a later patch, if desirable (AFAICT, the two types sh

[Xen-devel] [ovmf test] 102285: all pass - PUSHED

2016-11-15 Thread osstest service owner
flight 102285 ovmf real [real] http://logs.test-lab.xenproject.org/osstest/logs/102285/ Perfect :-) All tests in this flight passed as required version targeted for testing: ovmf 2adf689cb7c66f4790a7d0a9e7e99aad6ebee638 baseline version: ovmf 86a1eca2101686d476ab1

<    1   2