[Xen-devel] [seabios baseline-only test] 38559: regressions - FAIL

2015-12-25 Thread Platform Team regression test user
This run is configured for baseline tests only. flight 38559 seabios real [real] http://osstest.xs.citrite.net/~osstest/testlogs/logs/38559/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-amd64-amd64-qemuu-nested-intel 13 xen-boot/l1

[Xen-devel] [distros-debian-jessie test] 38560: tolerable FAIL

2015-12-25 Thread Platform Team regression test user
flight 38560 distros-debian-jessie real [real] http://osstest.xs.citrite.net/~osstest/testlogs/logs/38560/ Failures :-/ but no regressions. Regressions which are regarded as allowable (not blocking): test-amd64-amd64-amd64-jessie-netboot-pvgrub 10 guest-startfail like 38533 Tests which did

[Xen-devel] [PATCH v2 08/16] xen, mm: Set IORESOURCE_SYSTEM_RAM to System RAM

2015-12-25 Thread Toshi Kani
Set IORESOURCE_SYSTEM_RAM to 'flags' of struct resource entries with "System RAM". Cc: Andrew Morton Cc: Konrad Rzeszutek Wilk Cc: xen-de...@lists.xenproject.org Signed-off-by: Toshi Kani --- drivers/xen/balloon.c |2 +- mm/memory_hotplug.c |2 +- 2 files changed, 2 insertions(+), 2

[Xen-devel] [PATCH v2 00/16] Enhance iomem search interfaces and support EINJ to NVDIMM

2015-12-25 Thread Toshi Kani
This patch-set enhances the iomem table and its search interfacs, and then changes EINJ to support NVDIMM. - Patches 1-2 add a new System RAM type, IORESOURCE_SYSTEM_RAM, and make the iomem search interfaces work with resource flags with modifier bits set. IORESOURCE_SYSTEM_RAM has IORESOU