>>> On 03.08.16 at 19:08, wrote:
> debugger_trap_entry() is not safe to use during early boot, as it follows
> current before it is necesserily safe to do so. Futhermore it does this
> unconditionally, despite most callsites turning into no-ops because of the
> vector test.
>
> Inline debugger_t
>>> On 03.08.16 at 22:44, wrote:
> --- a/xen/arch/x86/hvm/hvm.c
> +++ b/xen/arch/x86/hvm/hvm.c
> @@ -5194,8 +5194,14 @@ int hvm_do_hypercall(struct cpu_user_regs *regs)
> switch ( mode )
> {
> case 8:
> +if ( eax == __HYPERVISOR_hvm_op &&
> + regs->rdi ==
>>> On 03.08.16 at 23:00, wrote:
> On 08/03/16 23:44, Andrew Cooper wrote:
>> --- a/xen/arch/x86/hvm/hvm.c
>> +++ b/xen/arch/x86/hvm/hvm.c
>> @@ -5194,8 +5194,14 @@ int hvm_do_hypercall(struct cpu_user_regs *regs)
>> switch ( mode )
>> {
>> case 8:
>> +if ( eax == __H
you have to pass hi6220-key.dtb to xen.
On Thu, Aug 4, 2016 at 2:15 AM Kamenee Arumugam
wrote:
> Hi all,
>
> I am unable to start xen in hikey successfully but getting to this prompt
> message:
>
>
> >* Xen 4.7.0 (c/s Mon Jun 20 11:38:15 2016 +0100 git:9a6cc4f) EFI loader*
> >* Using configurati
>>> On 03.08.16 at 20:26, wrote:
> These are not very useful at all, and overly voluminous since the domain
> builder switched to using XEN_DOMCTL_{get,set}hvmcontext to construct HVM
> domains.
I have to admit that I like to have them for restore, but I'm with
you that they're quite useless for
>>> On 04.08.16 at 08:36, wrote:
> On Thu, Aug 4, 2016 at 12:29 AM, Jan Beulich wrote:
> On 03.08.16 at 20:41, wrote:
>>> @@ -1846,11 +1846,15 @@ int hvm_hap_nested_page_fault(paddr_t gpa, unsigned
>>> long gla,
>>> }
>>> }
>>>
>>> -if ( p2m_mem_acc
On Thu, Aug 04, 2016 at 09:07:56AM +0800, Bob Liu wrote:
> When specifying a serial list in domain config, users of
> libxl_console_get_tty cannot get the tty path of a second specified pty
> serial,
> since right now it always returns the tty path of serial 0.
>
> Signed-off-by: Bob Liu
Acked-
> From: Jan Beulich [mailto:jbeul...@suse.com]
> Sent: Wednesday, August 03, 2016 4:38 PM
>
> ... as per the June 2016 edition of the SDM.
>
> Also remove a couple of dead break statements as well as unused
> *MSR_PM_LASTBRANCH* #define-s.
>
> Signed-off-by: Jan Beulich
Acked-by: Kevin Tian
Hello,
Looking at xen/common/domctl.c, it appears that during handling of
XEN_DOMCTL_setvcpucontext, a domain_pause() happens unconditionally:
465 if ( ret == 0 )
466 {
467 domain_pause(d);
468 ret = arch_set_info_guest(v, c);
469 domain_un
It's being used solely by elf_xen_addr_calc_check(), and hence can be
a local variable there.
Signed-off-by: Jan Beulich
--- a/xen/common/libelf/libelf-dominfo.c
+++ b/xen/common/libelf/libelf-dominfo.c
@@ -404,6 +404,8 @@ static elf_errorstatus elf_xen_note_chec
static elf_errorstatus elf_xen_
Qemu needs access to this for the domain it controls, both due to it
being used by xc_domain_memory_mapping() (which qemu calls) and the
explicit use in hw/xenpv/xen_domainbuild.c:xen_domain_poll().
This at once avoids a for_each_domain() loop when the ID of an
existing domain gets passed in.
Rep
Signed-off-by: Wei Liu
---
ap-common | 4
1 file changed, 4 insertions(+)
diff --git a/ap-common b/ap-common
index 19c7580..46523f3 100644
--- a/ap-common
+++ b/ap-common
@@ -33,6 +33,10 @@
: ${TREEVCS_LINUX:=git}
+: ${TREE_XTF:=git://xenbits.xen.org/xtf.git}
+: ${PUSH_TREE_XTF:=$XENBI
Clone, build and package XTF for later use.
Signed-off-by: Wei Liu
---
ts-xtf-build | 66
1 file changed, 66 insertions(+)
create mode 100755 ts-xtf-build
diff --git a/ts-xtf-build b/ts-xtf-build
new file mode 100755
index 000..5
Signed-off-by: Wei Liu
---
sg-run-job | 5 +
1 file changed, 5 insertions(+)
diff --git a/sg-run-job b/sg-run-job
index 259fc3b..240b265 100755
--- a/sg-run-job
+++ b/sg-run-job
@@ -480,6 +480,7 @@ proc need-hosts/build {} { return BUILD }
proc need-hosts/build-kern {} { return BUILD }
pro
Signed-off-by: Wei Liu
---
mfi-common | 29 +
1 file changed, 29 insertions(+)
diff --git a/mfi-common b/mfi-common
index 971ded3..b1e8dab 100644
--- a/mfi-common
+++ b/mfi-common
@@ -67,6 +67,21 @@ xenbranch_xsm_variants () {
esac
}
+xenbranch_wants_xtf_tests
Create jobs only for x86 and set host flag diverse-xtf-x86.
Signed-off-by: Wei Liu
---
make-flight | 22 ++
1 file changed, 22 insertions(+)
diff --git a/make-flight b/make-flight
index 18e5bc3..613b3d0 100755
--- a/make-flight
+++ b/make-flight
@@ -422,6 +422,26 @@ do_rtds_
This branch contains Xen and Linux build jobs and all jobs which contain
xtf in their name.
Signed-off-by: Wei Liu
---
I'm not sure if everything is ok because I can't test all changes.
---
ap-fetch-version | 4
ap-print-url | 3 +++
ap-push | 5 +
cr-daily-branch | 8
By default FEP depends on debug flag. When we are near release the debug
flag will be turned off. In order to test a release build, we explicitly
enable FEP in build configuration.
Since we target Xen versions that already have Kconfig support, only a
Kconfig option is created for now.
We can eas
The system could be in the process of freeing up resources. Give it some
time to finish.
Signed-off-by: Wei Liu
---
This won't be necessary once we fix all synchronisation issues in
xtf-runner.
---
ts-leak-check | 3 +++
1 file changed, 3 insertions(+)
diff --git a/ts-leak-check b/ts-leak-check
Extract XTF to the desire location.
Signed-off-by: Wei Liu
---
ts-xtf-install | 41 +
1 file changed, 41 insertions(+)
create mode 100755 ts-xtf-install
diff --git a/ts-xtf-install b/ts-xtf-install
new file mode 100755
index 000..81e5864
--- /dev/nul
Hi all
This patch series integrates XTF into OSSTest. It still depends on
quite a few things (listed below) but I think it has gotten to point
that it can be posted for review.
It depends on having a canonical location for xtf.git. Currently this
series contains a patch to point to my own xtf.git
---
ap-common | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/ap-common b/ap-common
index 46523f3..e544605 100644
--- a/ap-common
+++ b/ap-common
@@ -33,9 +33,9 @@
: ${TREEVCS_LINUX:=git}
-: ${TREE_XTF:=git://xenbits.xen.org/xtf.git}
-: ${PUSH_TREE_XTF:=$XENBITS:/hom
This is the main script for running XTF. It will first perform
selftest, and then run each XTF test case as a substep.
It does the following things:
1. Run self tests for individual environment and record the result.
2. Collect tests according to available environments.
3. Run the collected test
Returns a path inside job-specific directory with leafname subdir.
It will be used to return the distribution location of xtf.
No functional change.
Signed-off-by: Wei Liu
---
Osstest/TestSupport.pm | 12 +---
1 file changed, 9 insertions(+), 3 deletions(-)
diff --git a/Osstest/TestSu
Test the availability of FEP during runtime.
Signed-off-by: Wei Liu
---
ts-xtf-fep | 39 +++
1 file changed, 39 insertions(+)
create mode 100755 ts-xtf-fep
diff --git a/ts-xtf-fep b/ts-xtf-fep
new file mode 100755
index 000..e3884ac
--- /dev/null
+++ b/t
Install XTF, run FEP test and then run all available tests.
Signed-off-by: Wei Liu
---
sg-run-job | 7 +++
1 file changed, 7 insertions(+)
diff --git a/sg-run-job b/sg-run-job
index 240b265..960fce4 100755
--- a/sg-run-job
+++ b/sg-run-job
@@ -411,6 +411,13 @@ proc run-job/test-nested {} {
flight 66914 distros-debian-wheezy real [real]
http://osstest.xs.citrite.net/~osstest/testlogs/logs/66914/
Perfect :-)
All tests in this flight passed as required
baseline version:
flight 66850
jobs:
build-amd64 pass
build-armh
>>> On 04.08.16 at 10:21, wrote:
> Looking at xen/common/domctl.c, it appears that during handling of
> XEN_DOMCTL_setvcpucontext, a domain_pause() happens unconditionally:
>
> 465 if ( ret == 0 )
> 466 {
> 467 domain_pause(d);
> 468 ret = arch_set_info
Hi Konrad,
On 08/03/16 17:25, Konrad Rzeszutek Wilk wrote:
> On Mon, Jul 18, 2016 at 08:29:12AM +0800, Haozhong Zhang wrote:
> > Hi,
> >
>
> Hey!
>
> Thanks for posting! Sorry for the late review. Below are some of my
> comment.
>
Thank you for the review!
[..]
> And is there any need for the
On 08/04/2016 11:51 AM, Jan Beulich wrote:
On 04.08.16 at 10:21, wrote:
>> Looking at xen/common/domctl.c, it appears that during handling of
>> XEN_DOMCTL_setvcpucontext, a domain_pause() happens unconditionally:
>>
>> 465 if ( ret == 0 )
>> 466 {
>> 467 domain
In fact, 52cf096df7 ("xenalyze: handle scheduling event"),
when dealing with TRC_SCHED_SWITCH, forgot to check whether
we actually are in dump mode, causing the printf() in
dump_sched_switch() to always produce its output, which
is not what we want.
Signed-off-by: Dario Faggioli
---
Cc: George Du
On 04/08/16 09:32, Jan Beulich wrote:
> It's being used solely by elf_xen_addr_calc_check(), and hence can be
> a local variable there.
>
> Signed-off-by: Jan Beulich
Reviewed-by: Andrew Cooper
___
Xen-devel mailing list
Xen-devel@lists.xen.org
https:/
On 04/08/16 08:05, Jan Beulich wrote:
On 03.08.16 at 19:08, wrote:
>> debugger_trap_entry() is not safe to use during early boot, as it follows
>> current before it is necesserily safe to do so. Futhermore it does this
>> unconditionally, despite most callsites turning into no-ops because of
On 04/08/16 08:13, Jan Beulich wrote:
On 03.08.16 at 22:44, wrote:
>> --- a/xen/arch/x86/hvm/hvm.c
>> +++ b/xen/arch/x86/hvm/hvm.c
>> @@ -5194,8 +5194,14 @@ int hvm_do_hypercall(struct cpu_user_regs *regs)
>> switch ( mode )
>> {
>> case 8:
>> +if ( eax == __HYPE
>>> On 04.08.16 at 10:52, wrote:
> On 08/03/16 17:25, Konrad Rzeszutek Wilk wrote:
>> Anyhow, wouldn't this 'sizeof(struct page_info)' depend on the ndctl
>> tool and what version was used to create this? What if one version
>> used 32-bytes for a PAGE, while another used 64-bytes for a PAGE too?
On 04/08/16 08:51, Jan Beulich wrote:
On 04.08.16 at 08:36, wrote:
>> On Thu, Aug 4, 2016 at 12:29 AM, Jan Beulich wrote:
>> On 03.08.16 at 20:41, wrote:
@@ -1846,11 +1846,15 @@ int hvm_hap_nested_page_fault(paddr_t gpa,
unsigned long gla,
}
>>> On 04.08.16 at 11:20, wrote:
> On 04/08/16 08:05, Jan Beulich wrote:
> On 03.08.16 at 19:08, wrote:
>>> debugger_trap_entry() is not safe to use during early boot, as it follows
>>> current before it is necesserily safe to do so. Futhermore it does this
>>> unconditionally, despite most
On 04/08/16 08:23, Jan Beulich wrote:
On 03.08.16 at 23:00, wrote:
>> On 08/03/16 23:44, Andrew Cooper wrote:
>>> --- a/xen/arch/x86/hvm/hvm.c
>>> +++ b/xen/arch/x86/hvm/hvm.c
>>> @@ -5194,8 +5194,14 @@ int hvm_do_hypercall(struct cpu_user_regs *regs)
>>> switch ( mode )
>>> {
>>>
>>> On 04.08.16 at 11:24, wrote:
> On 04/08/16 08:13, Jan Beulich wrote:
> On 03.08.16 at 22:44, wrote:
>>> --- a/xen/arch/x86/hvm/hvm.c
>>> +++ b/xen/arch/x86/hvm/hvm.c
>>> @@ -5194,8 +5194,14 @@ int hvm_do_hypercall(struct cpu_user_regs *regs)
>>> switch ( mode )
>>> {
>>> ca
On 08/04/16 03:25, Jan Beulich wrote:
> >>> On 04.08.16 at 10:52, wrote:
> > On 08/03/16 17:25, Konrad Rzeszutek Wilk wrote:
> >> Anyhow, wouldn't this 'sizeof(struct page_info)' depend on the ndctl
> >> tool and what version was used to create this? What if one version
> >> used 32-bytes for a PA
>>> On 04.08.16 at 11:25, wrote:
> On 04/08/16 08:51, Jan Beulich wrote:
> On 04.08.16 at 08:36, wrote:
>>> On Thu, Aug 4, 2016 at 12:29 AM, Jan Beulich wrote:
>>> On 03.08.16 at 20:41, wrote:
> @@ -1846,11 +1846,15 @@ int hvm_hap_nested_page_fault(paddr_t gpa,
> unsigned
> lo
One of the common ways in which contributors trip up over the
CODING_STYLE guides is by not putting a full stop at the end of a
comment when there is only a single sentence. Calling these out is a
waste of everybody's time: The full stop at the end of a comment with
a single sentence (or a single
The code looks ok. I have two minor suggestions below.
I would suggest changing the subject line to:
libs/gnttab: introduce grant copy interface
On Tue, Aug 02, 2016 at 04:06:29PM +0200, Paulina Szubarczyk wrote:
> In a linux part an ioctl(gntdev, IOCTL_GNTDEV_GRANT_COPY, ..)
> system call is
On 03/08/16 15:36, David Vrabel wrote:
> On 02/08/16 15:06, Paulina Szubarczyk wrote:
>>
>> +/**
>> + * Copy memory from or to grant references. The information of each
>> operations
>> + * are contained in 'xengnttab_grant_copy_segment_t'. The @flag value
>> indicate
>> + * the direction of an o
The implementation is taken from libxc.
Signed-off-by: Wei Liu
---
Cc: Ian Jackson
Cc: Paulina Szubarczyk
I could have put it in a header file accessible to all libraries under
libs but this construct is only relevant to xengnttab library at the
moment so it's put under gnttab/private.h. It ca
On 04/08/16 10:36, Jan Beulich wrote:
On 04.08.16 at 11:25, wrote:
>> On 04/08/16 08:51, Jan Beulich wrote:
>> On 04.08.16 at 08:36, wrote:
On Thu, Aug 4, 2016 at 12:29 AM, Jan Beulich wrote:
On 03.08.16 at 20:41, wrote:
>> @@ -1846,11 +1846,15 @@ int hvm_hap_nested_p
On 04/08/16 10:37, George Dunlap wrote:
> One of the common ways in which contributors trip up over the
> CODING_STYLE guides is by not putting a full stop at the end of a
> comment when there is only a single sentence. Calling these out is a
> waste of everybody's time: The full stop at the end o
On 04/08/16 10:46, George Dunlap wrote:
> On 04/08/16 10:37, George Dunlap wrote:
>> One of the common ways in which contributors trip up over the
>> CODING_STYLE guides is by not putting a full stop at the end of a
>> comment when there is only a single sentence. Calling these out is a
>> waste o
This run is configured for baseline tests only.
flight 66913 ovmf real [real]
http://osstest.xs.citrite.net/~osstest/testlogs/logs/66913/
Perfect :-)
All tests in this flight passed as required
version targeted for testing:
ovmf 365a3aab857a2820d36d2ae9b3b62f06230b295a
baseline v
>>> On 04.08.16 at 11:32, wrote:
> On 04/08/16 08:23, Jan Beulich wrote:
> On 03.08.16 at 23:00, wrote:
>>> On 08/03/16 23:44, Andrew Cooper wrote:
--- a/xen/arch/x86/hvm/hvm.c
+++ b/xen/arch/x86/hvm/hvm.c
@@ -5194,8 +5194,14 @@ int hvm_do_hypercall(struct cpu_user_regs *regs)
On 04/08/16 10:37, George Dunlap wrote:
> One of the common ways in which contributors trip up over the
> CODING_STYLE guides is by not putting a full stop at the end of a
> comment when there is only a single sentence. Calling these out is a
> waste of everybody's time: The full stop at the end o
>>> On 04.08.16 at 11:37, wrote:
> --- a/CODING_STYLE
> +++ b/CODING_STYLE
> @@ -93,7 +93,9 @@ Comments
>
> Only C style /* ... */ comments are to be used. C++ style // comments
> should not be used. Multi-word comments should begin with a capital
> -letter and end with a full stop.
> +lette
On 04/08/16 11:09, Jan Beulich wrote:
On 04.08.16 at 11:37, wrote:
>> --- a/CODING_STYLE
>> +++ b/CODING_STYLE
>> @@ -93,7 +93,9 @@ Comments
>>
>> Only C style /* ... */ comments are to be used. C++ style // comments
>> should not be used. Multi-word comments should begin with a capital
flight 99936 libvirt real [real]
http://logs.test-lab.xenproject.org/osstest/logs/99936/
Failures :-/ but no regressions.
Tests which did not succeed, but are not blocking:
test-armhf-armhf-libvirt 14 guest-saverestorefail never pass
test-armhf-armhf-libvirt 12 migrate-sup
On Wed, Aug 03, 2016 at 08:20:18PM +0100, Julien Grall wrote:
> Hi Wei,
>
> On 02/08/16 12:01, Wei Liu wrote:
> >On Thu, Jul 28, 2016 at 08:42:05PM +0800, Shannon Zhao wrote:
> >>On 2016年07月28日 19:06, Julien Grall wrote:
> >>>On 26/07/16 02:17, Boris Ostrovsky wrote:
> On 07/25/2016 07:40 PM,
George Dunlap writes ("[PATCH] CODING_STYLE: Allow single-sentence comments
without full stops"):
> One of the common ways in which contributors trip up over the
> CODING_STYLE guides is by not putting a full stop at the end of a
> comment when there is only a single sentence. Calling these out i
On 08/04/2016 11:38 AM, Wei Liu wrote:
The code looks ok. I have two minor suggestions below.
I would suggest changing the subject line to:
libs/gnttab: introduce grant copy interface
On Tue, Aug 02, 2016 at 04:06:29PM +0200, Paulina Szubarczyk wrote:
In a linux part an ioctl(gntdev, IOCTL
On 04/08/16 11:04, David Vrabel wrote:
> On 04/08/16 10:37, George Dunlap wrote:
>> One of the common ways in which contributors trip up over the
>> CODING_STYLE guides is by not putting a full stop at the end of a
>> comment when there is only a single sentence. Calling these out is a
>> waste of
flight 99940 xen-unstable-smoke real [real]
http://logs.test-lab.xenproject.org/osstest/logs/99940/
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 12
On 04/08/16 09:21, Razvan Cojocaru wrote:
Hello,
Hello Razvan,
Looking at xen/common/domctl.c, it appears that during handling of
XEN_DOMCTL_setvcpucontext, a domain_pause() happens unconditionally:
465 if ( ret == 0 )
466 {
467 domain_pause(d);
468
Hello Razvan,
On 04/08/16 10:00, Razvan Cojocaru wrote:
On 08/04/2016 11:51 AM, Jan Beulich wrote:
On 04.08.16 at 10:21, wrote:
Looking at xen/common/domctl.c, it appears that during handling of
XEN_DOMCTL_setvcpucontext, a domain_pause() happens unconditionally:
465 if ( ret == 0 )
On 03/08/16 19:21, Tamas K Lengyel wrote:
>> Although the behavior is very different compare to what x86 does. By default
>> the guest will be able to play with altp2m.
>
> Personally my life would be a lot easier on x86 too if the default XSM
> behavior was external-use only for altp2m.
I'm a p
Jan Beulich writes ("Re: Device model operation hypercall (DMOP, re qemu
depriv)"):
> On 03.08.16 at 18:10, wrote:
> > George Dunlap writes ("Re: Device model operation hypercall (DMOP, re qemu
> > depriv)"):
> >> So before qemu devpriv can be usable, *all* the HVMCTL operations would
> >> need
On 03/08/16 19:20, Stefano Stabellini wrote:
On Wed, 3 Aug 2016, Julien Grall wrote:
Hi Jan,
On 03/08/16 09:53, Jan Beulich wrote:
On 02.08.16 at 20:43, wrote:
On Tue, 2 Aug 2016, Jan Beulich wrote:
On 02.08.16 at 16:59, wrote:
On 02/08/16 15:54, Jan Beulich wrote:
On 02.08.16 at 16:26
On 08/04/2016 02:08 PM, Julien Grall wrote:
>
>
> On 04/08/16 09:21, Razvan Cojocaru wrote:
>> Hello,
>
> Hello Razvan,
>
>> Looking at xen/common/domctl.c, it appears that during handling of
>> XEN_DOMCTL_setvcpucontext, a domain_pause() happens unconditionally:
>>
>> 465 if ( ret ==
On 08/04/2016 02:12 PM, Julien Grall wrote:
> Hello Razvan,
>
> On 04/08/16 10:00, Razvan Cojocaru wrote:
>> On 08/04/2016 11:51 AM, Jan Beulich wrote:
>> On 04.08.16 at 10:21, wrote:
Looking at xen/common/domctl.c, it appears that during handling of
XEN_DOMCTL_setvcpucontext, a dom
Wei Liu writes ("[OSSTEST PATCH RFC 01/14] ts-xen-build: always compile in FEP
support"):
> By default FEP depends on debug flag. When we are near release the debug
> flag will be turned off. In order to test a release build, we explicitly
> enable FEP in build configuration.
>
> Since we target
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 comments.
Cosmetic fixes.
---
xen/arch/arm/altp2m.c| 50 ++
Wei Liu writes ("[OSSTEST PATCH RFC 02/14] TestSupport: factor out
target_jobdir_subdir"):
> Returns a path inside job-specific directory with leafname subdir.
>
> It will be used to return the distribution location of xtf.
Acked-by: Ian Jackson
___
On Thu, Aug 04, 2016 at 12:46:30PM +0100, Ian Jackson wrote:
> Wei Liu writes ("[OSSTEST PATCH RFC 01/14] ts-xen-build: always compile in
> FEP support"):
> > By default FEP depends on debug flag. When we are near release the debug
> > flag will be turned off. In order to test a release build, we
Wei Liu writes ("[OSSTEST PATCH RFC 04/14] ap-common: add xtf tree"):
> Signed-off-by: Wei Liu
...
> +: ${TREE_XTF:=git://xenbits.xen.org/xtf.git}
> +: ${PUSH_TREE_XTF:=$XENBITS:/home/xen/git/osstest/xtf.git}
> +: ${BASE_TREE_XTF:=git://xenbits.xen.org/osstest/xtf.git}
We should probably have the
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/arch/arm/hvm.c | 2 +-
xen/include/asm-arm/altp2m.h | 4
3 files c
Wei Liu writes ("[OSSTEST PATCH RFC 06/14] Introduce ts-xtf-build"):
> Clone, build and package XTF for later use.
...
> diff --git a/ts-xtf-build b/ts-xtf-build
> new file mode 100755
> index 000..5c4c3ec
> --- /dev/null
> +++ b/ts-xtf-build
...
> +selectbuildhost(\@ARGV);
> +# remaining argum
Wei Liu writes ("[OSSTEST PATCH RFC 07/14] sg-run-job: create xtf build
recipe"):
> Signed-off-by: Wei Liu
Acked-by: Ian Jackson
___
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel
On 04/08/16 12:46, Ian Jackson wrote:
> Wei Liu writes ("[OSSTEST PATCH RFC 01/14] ts-xen-build: always compile in
> FEP support"):
>> By default FEP depends on debug flag. When we are near release the debug
>> flag will be turned off. In order to test a release build, we explicitly
>> enable FEP
Wei Liu writes ("[OSSTEST PATCH RFC 08/14] Introduce ts-xtf-install"):
> Extract XTF to the desire location.
... ^
> +$xtfdir = get_runvar('xtfdir', $r{xtfbuildjob});
> +die "xtfdir not set?" if !$xtfdir;
I don't understand the purpose of this xtfdir variable.
Su
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
---
Cc: Stefano Stabellini
Cc: Julien Grall
---
xen/arch/arm/p2m.c
On Thu, Aug 04, 2016 at 12:52:26PM +0100, Ian Jackson wrote:
> Wei Liu writes ("[OSSTEST PATCH RFC 06/14] Introduce ts-xtf-build"):
> > Clone, build and package XTF for later use.
> ...
> > diff --git a/ts-xtf-build b/ts-xtf-build
> > new file mode 100755
> > index 000..5c4c3ec
> > --- /dev/nul
debugger_trap_entry() is reachable during early boot where its unconditional
use of current is unsafe. Add a warning to the function to this effect.
Perform the vector check first, as this allows the compiler to elide the other
content from most of its callsites. Check guest_mode(regs) before us
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.g, within the context of memory ballooning.
To ensure correct behavi
Wei Liu writes ("[OSSTEST PATCH RFC 09/14] mfi-common: create xtf build job for
4.8 onwards"):
> Signed-off-by: Wei Liu
...
> +xenbranch_wants_xtf_tests () {
> +case "$xenbranch" in
> +xen-3.*-testing) return 1;;
> +xen-4.0-testing) return 1;;
> +xen-4.1-testing) return 1;;
> +
On Thu, Aug 04, 2016 at 12:54:41PM +0100, Ian Jackson wrote:
> Wei Liu writes ("[OSSTEST PATCH RFC 08/14] Introduce ts-xtf-install"):
> > Extract XTF to the desire location.
> ... ^
> > +$xtfdir = get_runvar('xtfdir', $r{xtfbuildjob});
> > +die "xtfdir not set?" if
Wei Liu writes ("[OSSTEST PATCH RFC 10/14] Introduce ts-xtf-fep"):
> Test the availability of FEP during runtime.
...
> +my $ret = target_cmd_root($ho, < +$xtfdir/xtf-runner fep
> +END
> +die "expecting $expect but fep test returned $ret" if $ret != $expect;
target_cmd_root does not re
On Thu, Aug 04, 2016 at 01:00:13PM +0100, Ian Jackson wrote:
> Wei Liu writes ("[OSSTEST PATCH RFC 10/14] Introduce ts-xtf-fep"):
> > Test the availability of FEP during runtime.
> ...
> > +my $ret = target_cmd_root($ho, < > +$xtfdir/xtf-runner fep
> > +END
> > +die "expecting $expect b
On Thu, Aug 04, 2016 at 12:53:33PM +0100, Andrew Cooper wrote:
> On 04/08/16 12:46, Ian Jackson wrote:
> > Wei Liu writes ("[OSSTEST PATCH RFC 01/14] ts-xen-build: always compile in
> > FEP support"):
> >> By default FEP depends on debug flag. When we are near release the debug
> >> flag will be t
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 attributes and the p2m table level a
specific gfn is mapped to. Thus, we
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 are required as our implementation reuses most of the
existing ARM p2m implementat
Wei Liu writes ("[OSSTEST PATCH RFC 11/14] Introduce ts-xtf-run"):
> This is the main script for running XTF. It will first perform
> selftest, and then run each XTF test case as a substep.
>
> It does the following things:
>
> 1. Run self tests for individual environment and record the result.
Wei Liu writes ("[OSSTEST PATCH RFC 12/14] sg-run-job: test-xtf recipe"):
> Install XTF, run FEP test and then run all available tests.
Acked-by: Ian Jackson
___
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel
Wei Liu writes ("[OSSTEST PATCH RFC 13/14] make-flight: create 5 xtf jobs"):
> Create jobs only for x86 and set host flag diverse-xtf-x86.
Acked-by: Ian Jackson
___
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel
Add grant table userspace device mappings for
FreeBSD (enables support for qdisk backend
on FreeBSD Dom0).
Signed-off-by: Akshay Jaggi
---
tools/include/xen-sys/FreeBSD/gntdev.h | 118
tools/libs/gnttab/Makefile | 2 +-
tools/libs/gnttab/freebsd.c| 335
On 04/08/16 13:03, Wei Liu wrote:
> On Thu, Aug 04, 2016 at 12:53:33PM +0100, Andrew Cooper wrote:
>> On 04/08/16 12:46, Ian Jackson wrote:
>>> Wei Liu writes ("[OSSTEST PATCH RFC 01/14] ts-xen-build: always compile in
>>> FEP support"):
By default FEP depends on debug flag. When we are near
>>> On 04.08.16 at 13:21, wrote:
> What we cannot do is audit every HVMCTL, fix the class 2 problems, and
> then declare HVMCTL to have the relevant security property, and
> implement corresponding code in dom0's privcmd drivers which relies on
> the security property. This is because the dom0 pr
On 04/08/16 12:49, Ian Jackson wrote:
> Wei Liu writes ("[OSSTEST PATCH RFC 04/14] ap-common: add xtf tree"):
>> Signed-off-by: Wei Liu
> ...
>> +: ${TREE_XTF:=git://xenbits.xen.org/xtf.git}
>> +: ${PUSH_TREE_XTF:=$XENBITS:/home/xen/git/osstest/xtf.git}
>> +: ${BASE_TREE_XTF:=git://xenbits.xen.org
flight 99935 xen-unstable real [real]
http://logs.test-lab.xenproject.org/osstest/logs/99935/
Regressions :-(
Tests which did not succeed and are blocking,
including tests which could not be run:
test-armhf-armhf-libvirt-qcow2 9 debian-di-install fail REGR. vs. 99917
test-amd64-i386-xl-q
>>> On 04.08.16 at 13:57, wrote:
> debugger_trap_entry() is reachable during early boot where its unconditional
> use of current is unsafe. Add a warning to the function to this effect.
>
> Perform the vector check first, as this allows the compiler to elide the
> other
> content from most of i
On 04/08/16 08:41, Jan Beulich wrote:
On 03.08.16 at 20:26, wrote:
>> These are not very useful at all, and overly voluminous since the domain
>> builder switched to using XEN_DOMCTL_{get,set}hvmcontext to construct HVM
>> domains.
> I have to admit that I like to have them for restore, but I
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 currently active altp2m view on 2nd stage
translation violations on ins
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 stealthy debugging.
Signed-off-by: Sergej Proskurin
---
Cc: Stefano S
On Thu, Aug 04, 2016 at 12:49:08PM +0100, Ian Jackson wrote:
> Wei Liu writes ("[OSSTEST PATCH RFC 04/14] ap-common: add xtf tree"):
> > Signed-off-by: Wei Liu
> ...
> > +: ${TREE_XTF:=git://xenbits.xen.org/xtf.git}
> > +: ${PUSH_TREE_XTF:=$XENBITS:/home/xen/git/osstest/xtf.git}
> > +: ${BASE_TREE
1 - 100 of 223 matches
Mail list logo