This run is configured for baseline tests only.
flight 66928 ovmf real [real]
http://osstest.xs.citrite.net/~osstest/testlogs/logs/66928/
Perfect :-)
All tests in this flight passed as required
version targeted for testing:
ovmf 0667e985270b5c2cc5d89e66bcff7e5804eee21f
baseline v
Hi Julien,
On 08/05/2016 11:20 AM, Julien Grall wrote:
> On 05/08/16 07:53, Sergej Proskurin wrote:
>> Hi Julien,
>
> Hello Sergej,
>
>> On 08/03/2016 08:12 PM, Julien Grall wrote:
>>> On 01/08/16 18:10, Sergej Proskurin wrote:
+int altp2m_init(struct domain *d)
+{
+unsigned in
flight 99965 qemu-mainline real [real]
http://logs.test-lab.xenproject.org/osstest/logs/99965/
Failures :-/ but no regressions.
Regressions which are regarded as allowable (not blocking):
test-amd64-i386-xl-qemuu-win7-amd64 16 guest-stop fail like 99944
test-amd64-amd64-xl-qemuu-wi
Hi Julien,
On 08/05/2016 11:16 AM, Julien Grall wrote:
>
>
> On 05/08/16 08:26, Sergej Proskurin wrote:
>> Hi Julien,
>
> Hello Sergej,
>
>>
>> On 08/03/2016 07:40 PM, Julien Grall wrote:
>
> [...]
>
+{
+p2m_flush_table(p2m);
+
+/* Free VMID and reset VTTBR */
+
Hi Julien,
On 08/04/2016 06:15 PM, Julien Grall wrote:
>
>
> On 04/08/16 17:11, Sergej Proskurin wrote:
> diff --git a/xen/include/asm-arm/processor.h
> b/xen/include/asm-arm/processor.h
> index 15bf890..f8ca18c 100644
> --- a/xen/include/asm-arm/processor.h
> +++ b/xen/includ
Hi Julien,
On 08/03/2016 07:57 PM, Julien Grall wrote:
> Hello Sergej,
>
> Title: s/altp2m/p2m/
>
> On 01/08/16 18:10, Sergej Proskurin wrote:
>> The initially named function "p2m_alloc_table" allocated pages solely
>> required for the host's p2m. The new implementation leaves p2m
>> allocation r
Hi Julien,
On 08/03/2016 08:02 PM, Julien Grall wrote:
> Hello Sergej,
>
> Title: s/altp2m/p2m/ and please remove the full stop.
>
> Also this is not really a cosmetic change.
Ok, thank you.
>
> On 01/08/16 18:10, Sergej Proskurin wrote:
>> This commit changes the prototype of the following fun
Hi Julien,
On 08/03/2016 08:41 PM, Julien Grall wrote:
> Hello Sergej,
>
> On 01/08/16 18:10, Sergej Proskurin wrote:
>> The HVMOP_altp2m_set_domain_state allows to activate altp2m on a
>> specific domain. This commit adopts the x86
>> HVMOP_altp2m_set_domain_state implementation. Note that the f
flight 99972 xen-4.7-testing real [real]
http://logs.test-lab.xenproject.org/osstest/logs/99972/
Failures :-/ but no regressions.
Tests which are failing intermittently (not blocking):
test-armhf-armhf-xl-arndale 7 host-ping-check-xen fail in 99961 pass in 99972
test-armhf-armhf-xl-rtds 16
(I did not finish answering all questions in the previous mail)
Hi Julien,
On 08/03/2016 08:41 PM, Julien Grall wrote:
> Hello Sergej,
>
> On 01/08/16 18:10, Sergej Proskurin wrote:
>> The HVMOP_altp2m_set_domain_state allows to activate altp2m on a
>> specific domain. This commit adopts the x8
Hi Julien,
On 08/03/2016 08:44 PM, Julien Grall wrote:
> Hello Sergej,
>
> On 01/08/16 18:10, Sergej Proskurin wrote:
>> The current implementation differentiates between flushing and
>> destroying altp2m views. This commit adds the function altp2m_flush,
>> which allows to flush all or individua
Hi Julien,
On 08/03/2016 08:48 PM, Julien Grall wrote:
> Hello Sergej,
>
> On 01/08/16 18:10, Sergej Proskurin wrote:
>> Signed-off-by: Sergej Proskurin
>> ---
>> Cc: Stefano Stabellini
>> Cc: Julien Grall
>> ---
>> v2: Cosmetic fixes.
>> ---
>> xen/arch/arm/altp2m.c| 23 +
Hi Julien,
On 08/04/2016 01:46 PM, Julien Grall wrote:
> Hello Sergej,
>
> On 01/08/16 18:10, Sergej Proskurin wrote:
>> Signed-off-by: Sergej Proskurin
>> ---
>> Cc: Stefano Stabellini
>> Cc: Julien Grall
>> ---
>> v2: Substituted the call to tlb_flush for p2m_flush_table.
>> Added commen
Hi Julien,
On 08/04/2016 01:51 PM, Julien Grall wrote:
> Hello Sergej,
>
> On 01/08/16 18:10, Sergej Proskurin wrote:
>> Signed-off-by: Sergej Proskurin
>> ---
>> Cc: Stefano Stabellini
>> Cc: Julien Grall
>> ---
>> xen/arch/arm/altp2m.c| 32
>> xen/ar
Hi Julien,
On 08/04/2016 01:55 PM, Julien Grall wrote:
> Hello,
>
> On 01/08/16 18:10, Sergej Proskurin wrote:
>> This commit adapts the function "p2m_restore_state" in a way that the
>> currently active altp2m table is considered during state restoration.
>>
>> Signed-off-by: Sergej Proskurin
>
Hi Julien,
On 08/04/2016 01:59 PM, Julien Grall wrote:
> Hello Sergej,
>
> On 01/08/16 18:10, Sergej Proskurin wrote:
>> The function get_page_from_gva uses ARM's hardware support to translate
>> gva's to machine addresses. This function is used, among others, for
>> memory regulation purposes, e
Hi Julien,
On 08/04/2016 02:04 PM, Julien Grall wrote:
> Hello Sergej,
>
> On 01/08/16 18:10, Sergej Proskurin wrote:
>> This commit extends the functionality of the function "__p2m_lookup".
>> The function "__p2m_lookup" performs the necessary steps gathering
>> information concerning memory att
Hi Julien,
On 08/04/2016 02:06 PM, Julien Grall wrote:
> Hello Sergej,
>
> On 01/08/16 18:10, Sergej Proskurin wrote:
>> This commit changes the prototype of the following functions:
>> - apply_p2m_changes
>> - apply_one_level
>> - p2m_insert_mapping
>> - p2m_remove_mapping
>>
>> These changes ar
Hi Julien,
On 08/04/2016 04:19 PM, Julien Grall wrote:
> Hello Sergej,
>
> On 01/08/16 18:10, Sergej Proskurin wrote:
>> int p2m_alloc_table(struct p2m_domain *p2m)
>> {
>> unsigned int i;
>> @@ -1920,7 +1948,7 @@ long p2m_set_mem_access(struct domain *d, gfn_t
>> gfn, uint32_t nr,
>>
Hi Julien,
On 08/04/2016 04:50 PM, Julien Grall wrote:
> Hello Sergej,
>
> On 01/08/16 18:10, Sergej Proskurin wrote:
>> This commit introduces the function "altp2m_propagate_change" that is
>> responsible to propagate changes applied to the host's p2m to a specific
>> or even all altp2m views. I
Hi Julien,
On 08/04/2016 03:50 PM, Julien Grall wrote:
> Hello Sergej,
>
> On 01/08/16 18:10, Sergej Proskurin wrote:
>> This commit adds the function "altp2m_lazy_copy" implementing the altp2m
>> paging mechanism. The function "altp2m_lazy_copy" lazily copies the
>> hostp2m's mapping into the cu
Hi Julien,
On 08/04/2016 06:59 PM, Julien Grall wrote:
> Hi Sergej,
>
> On 01/08/16 18:10, Sergej Proskurin wrote:
>> diff --git a/xen/arch/arm/traps.c b/xen/arch/arm/traps.c
>> index 12be7c9..628abd7 100644
>> --- a/xen/arch/arm/traps.c
>> +++ b/xen/arch/arm/traps.c
>
> [...]
>
>> @@ -2403,35 +2
On 06/08/2016 09:54, Sergej Proskurin wrote:
Hi Julien,
Hello Sergej,
On 08/04/2016 06:15 PM, Julien Grall wrote:
On 04/08/16 17:11, Sergej Proskurin wrote:
diff --git a/xen/include/asm-arm/processor.h
b/xen/include/asm-arm/processor.h
index 15bf890..f8ca18c 100644
--- a/xen/include/asm
On 06/08/2016 09:43, Sergej Proskurin wrote:
Hi Julien,
Hello Sergej,
On 08/05/2016 11:16 AM, Julien Grall wrote:
On 05/08/16 08:26, Sergej Proskurin wrote:
On 08/03/2016 07:40 PM, Julien Grall wrote:
[...]
+p2m->vttbr.vttbr = INVALID_VTTBR;
[...]
if ( p2m->root )
On 06/08/2016 10:54, Sergej Proskurin wrote:
Hi Julien,
Hello Sergej,
On 08/04/2016 01:46 PM, Julien Grall wrote:
Hello Sergej,
On 01/08/16 18:10, Sergej Proskurin wrote:
Signed-off-by: Sergej Proskurin
---
Cc: Stefano Stabellini
Cc: Julien Grall
---
v2: Substituted the call to tlb_fl
On 06/08/2016 11:38, Sergej Proskurin wrote:
Hi Julien,
Hello Serge,
On 08/04/2016 01:59 PM, Julien Grall wrote:
Hello Sergej,
On 01/08/16 18:10, Sergej Proskurin wrote:
The function get_page_from_gva uses ARM's hardware support to translate
gva's to machine addresses. This function is u
Hi Julien,
On 08/04/2016 04:04 PM, Julien Grall wrote:
> Hello Sergej,
>
> On 01/08/16 18:10, Sergej Proskurin wrote:
>> This commit adds the functionality to change mfn mappings for specified
>> gfn's in altp2m views. This mechanism can be used within the context of
>> VMI, e.g., to establish st
On 08/06/2016 03:20 PM, Julien Grall wrote:
>
>
> On 06/08/2016 09:54, Sergej Proskurin wrote:
>> Hi Julien,
>
> Hello Sergej,
>
>> On 08/04/2016 06:15 PM, Julien Grall wrote:
>>>
>>>
>>> On 04/08/16 17:11, Sergej Proskurin wrote:
>>> diff --git a/xen/include/asm-arm/processor.h
>>> b/xen
On 08/06/2016 03:26 PM, Julien Grall wrote:
> On 06/08/2016 09:43, Sergej Proskurin wrote:
>> Hi Julien,
>
> Hello Sergej,
>
>> On 08/05/2016 11:16 AM, Julien Grall wrote:
>>> On 05/08/16 08:26, Sergej Proskurin wrote:
On 08/03/2016 07:40 PM, Julien Grall wrote:
>
> [...]
>
>> +p2m->
On 08/06/2016 03:36 PM, Julien Grall wrote:
>
>
> On 06/08/2016 10:54, Sergej Proskurin wrote:
>> Hi Julien,
>
> Hello Sergej,
>
>> On 08/04/2016 01:46 PM, Julien Grall wrote:
>>> Hello Sergej,
>>>
>>> On 01/08/16 18:10, Sergej Proskurin wrote:
Signed-off-by: Sergej Proskurin
---
On 06/08/2016 12:26, Sergej Proskurin wrote:
Hi Julien,
Hello Sergej,
On 08/04/2016 04:50 PM, Julien Grall wrote:
On 01/08/16 18:10, Sergej Proskurin wrote:
+
+/* Check for a dropped page that may impact this altp2m. */
+if ( (mfn_eq(smfn, INVALID_MFN) || p2mt == p2m_inval
On 06/08/2016 13:51, Sergej Proskurin wrote:
Hi Julien,
Hello Sergej,
On 08/04/2016 03:50 PM, Julien Grall wrote:
Hello Sergej,
On 01/08/16 18:10, Sergej Proskurin wrote:
This commit adds the function "altp2m_lazy_copy" implementing the altp2m
paging mechanism. The function "altp2m_lazy_co
On 06/08/2016 13:57, Sergej Proskurin wrote:
Hi Julien,
Hello Sergej,
On 08/04/2016 06:59 PM, Julien Grall wrote:
Hi Sergej,
On 01/08/16 18:10, Sergej Proskurin wrote:
diff --git a/xen/arch/arm/traps.c b/xen/arch/arm/traps.c
index 12be7c9..628abd7 100644
--- a/xen/arch/arm/traps.c
+++ b
Hello Sergej,
On 06/08/2016 10:36, Sergej Proskurin wrote:
(I did not finish answering all questions in the previous mail)
On 08/03/2016 08:41 PM, Julien Grall wrote:
On 01/08/16 18:10, Sergej Proskurin wrote:
[...]
+
+/* Initialize the new altp2m view. */
+rc = p2m_init_one(d, p2m)
Hello Sergej,
On 06/08/2016 10:36, Sergej Proskurin wrote:
(I did not finish answering all questions in the previous mail)
On 08/03/2016 08:41 PM, Julien Grall wrote:
On 01/08/16 18:10, Sergej Proskurin wrote:
[...]
+
+/* Initialize the new altp2m view. */
+rc = p2m_init_one(d, p2m)
On 06/08/2016 12:03, Sergej Proskurin wrote:
Hi Julien,
Hello Sergej,
On 08/04/2016 04:19 PM, Julien Grall wrote:
Hello Sergej,
On 01/08/16 18:10, Sergej Proskurin wrote:
int p2m_alloc_table(struct p2m_domain *p2m)
{
unsigned int i;
@@ -1920,7 +1948,7 @@ long p2m_set_mem_access(st
On 06/08/2016 14:45, Sergej Proskurin wrote:
Hi Julien,
Hello Sergej,
On 08/04/2016 04:04 PM, Julien Grall wrote:
On 01/08/16 18:10, Sergej Proskurin wrote:
+return rc;
+
+hp2m = p2m_get_hostp2m(d);
+ap2m = d->arch.altp2m_p2m[idx];
+
+altp2m_lock(d);
+
+/*
+ *
branch xen-4.6-testing
xenbranch xen-4.6-testing
job test-amd64-amd64-xl-pvh-intel
testid xen-boot
Tree: linux git://xenbits.xen.org/linux-pvops.git
Tree: linuxfirmware git://xenbits.xen.org/osstest/linux-firmware.git
Tree: qemu git://xenbits.xen.org/qemu-xen-traditional.git
Tree: qemuu git://xenb
flight 99974 xen-unstable real [real]
http://logs.test-lab.xenproject.org/osstest/logs/99974/
Failures :-/ but no regressions.
Regressions which are regarded as allowable (not blocking):
build-amd64-rumpuserxen 6 xen-buildfail like 99917
build-i386-rumpuserxen
flight 99981 ovmf real [real]
http://logs.test-lab.xenproject.org/osstest/logs/99981/
Failures and problems with tests :-(
Tests which did not succeed and are blocking,
including tests which could not be run:
test-amd64-amd64-xl-qemuu-ovmf-amd64 3 host-install(3) broken REGR. vs. 99968
version
On 06/08/16 17:24, osstest service owner wrote:
> branch xen-4.6-testing
> xenbranch xen-4.6-testing
> job test-amd64-amd64-xl-pvh-intel
> testid xen-boot
>
> Tree: linux git://xenbits.xen.org/linux-pvops.git
> Tree: linuxfirmware git://xenbits.xen.org/osstest/linux-firmware.git
> Tree: qemu git://
Hi Julien,
On 08/06/2016 03:45 PM, Julien Grall wrote:
>
>
> On 06/08/2016 11:38, Sergej Proskurin wrote:
>> Hi Julien,
>
> Hello Serge,
>
>> On 08/04/2016 01:59 PM, Julien Grall wrote:
>>> Hello Sergej,
>>>
>>> On 01/08/16 18:10, Sergej Proskurin wrote:
The function get_page_from_gva uses A
Hi Julien,
On 08/06/2016 03:52 PM, Julien Grall wrote:
>
>
> On 06/08/2016 12:26, Sergej Proskurin wrote:
>> Hi Julien,
>
> Hello Sergej,
>
>> On 08/04/2016 04:50 PM, Julien Grall wrote:
>>> On 01/08/16 18:10, Sergej Proskurin wrote:
+
+/* Check for a dropped page that may impac
Hi Julien,
On 08/06/2016 04:14 PM, Julien Grall wrote:
> On 06/08/2016 13:51, Sergej Proskurin wrote:
>> Hi Julien,
>
> Hello Sergej,
>
>> On 08/04/2016 03:50 PM, Julien Grall wrote:
>>> Hello Sergej,
>>>
>>> On 01/08/16 18:10, Sergej Proskurin wrote:
This commit adds the function "altp2m_la
Hi Julien,
I just wanted to indicate that this email did not have any contents from
your side.
On 08/06/2016 04:21 PM, Julien Grall wrote:
>
>
> On 06/08/2016 13:57, Sergej Proskurin wrote:
>> Hi Julien,
>
> Hello Sergej,
>
>
>> On 08/04/2016 06:59 PM, Julien Grall wrote:
>>> Hi Sergej,
>>>
>>> O
Hi Julien,
On 08/06/2016 04:34 PM, Julien Grall wrote:
>
>
> On 06/08/2016 14:45, Sergej Proskurin wrote:
>> Hi Julien,
>
> Hello Sergej,
>
>> On 08/04/2016 04:04 PM, Julien Grall wrote:
>>> On 01/08/16 18:10, Sergej Proskurin wrote:
+return rc;
+
+hp2m = p2m_get_hostp2
flight 66930 distros-debian-stretch real [real]
http://osstest.xs.citrite.net/~osstest/testlogs/logs/66930/
Failures :-/ but no regressions.
Regressions which are regarded as allowable (not blocking):
test-amd64-amd64-amd64-stretch-netboot-pvgrub 9 debian-di-install fail blocked
in 66865
test-
flight 99982 libvirt real [real]
http://logs.test-lab.xenproject.org/osstest/logs/99982/
Failures and problems with tests :-(
Tests which did not succeed and are blocking,
including tests which could not be run:
test-amd64-i386-libvirt 3 host-install(3) broken REGR. vs. 99955
Test
flight 99976 xen-4.6-testing real [real]
http://logs.test-lab.xenproject.org/osstest/logs/99976/
Regressions :-(
Tests which did not succeed and are blocking,
including tests which could not be run:
test-amd64-amd64-xl-pvh-intel 6 xen-boot fail REGR. vs. 99902
test-amd64-amd64-
This run is configured for baseline tests only.
flight 66931 qemu-mainline real [real]
http://osstest.xs.citrite.net/~osstest/testlogs/logs/66931/
Regressions :-(
Tests which did not succeed and are blocking,
including tests which could not be run:
test-amd64-amd64-xl-qemuu-debianhvm-amd64 14 g
flight 12 xen-4.6-testing real [real]
http://logs.test-lab.xenproject.org/osstest/logs/12/
Regressions :-(
Tests which did not succeed and are blocking,
including tests which could not be run:
build-amd64-xsm 5 xen-build fail REGR. vs. 99902
build-amd64
flight 99979 xen-4.5-testing real [real]
http://logs.test-lab.xenproject.org/osstest/logs/99979/
Failures and problems with tests :-(
Tests which did not succeed and are blocking,
including tests which could not be run:
test-amd64-amd64-xl-qemut-debianhvm-amd64 3 host-install(3) broken REGR. vs.
flight 8 ovmf real [real]
http://logs.test-lab.xenproject.org/osstest/logs/8/
Perfect :-)
All tests in this flight passed as required
version targeted for testing:
ovmf 7e9cf612056ed2667eaad7f0e901f0a37f6ddd5b
baseline version:
ovmf 0667e985270b5c2cc5d89e6
flight 99985 qemu-mainline real [real]
http://logs.test-lab.xenproject.org/osstest/logs/99985/
Regressions :-(
Tests which did not succeed and are blocking,
including tests which could not be run:
test-amd64-amd64-xl-multivcpu 3 host-install(3)broken REGR. vs. 99965
test-amd64-i386-xl
flight 7 xen-unstable real [real]
http://logs.test-lab.xenproject.org/osstest/logs/7/
Regressions :-(
Tests which did not succeed and are blocking,
including tests which could not be run:
build-i386-pvops 3 host-install(3) broken REGR. vs. 99974
build-i386-rumpuserx
This run is configured for baseline tests only.
flight 66933 xen-unstable real [real]
http://osstest.xs.citrite.net/~osstest/testlogs/logs/66933/
Regressions :-(
Tests which did not succeed and are blocking,
including tests which could not be run:
test-amd64-amd64-libvirt-pair 9 xen-boot/src_h
56 matches
Mail list logo