[Xen-devel] [libvirt test] 107101: regressions - FAIL

2017-04-02 Thread osstest service owner
flight 107101 libvirt real [real] http://logs.test-lab.xenproject.org/osstest/logs/107101/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: build-armhf-libvirt 5 libvirt-buildfail REGR. vs. 106829 Tests which did not suc

[Xen-devel] [linux-linus test] 107090: regressions - FAIL

2017-04-02 Thread osstest service owner
flight 107090 linux-linus real [real] http://logs.test-lab.xenproject.org/osstest/logs/107090/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-armhf-armhf-xl-credit2 11 guest-start fail REGR. vs. 59254 test-armhf-armhf-xl

[Xen-devel] [Outreachy] - Xen Code Review Dashboard

2017-04-02 Thread Iresha Perera
Hi all, I'm a 4th year undergraduate at University of Moratuwa, following a Computer Science and Engineering degree. I'm interested in Xen Code Review Dashboard project and I would love to participate in this project for Outreachy program, 2017. I have a good knowledge on SQL, Java, Javascript,

[Xen-devel] [xen-unstable-coverity test] 107109: regressions - ALL FAIL

2017-04-02 Thread osstest service owner
flight 107109 xen-unstable-coverity real [real] http://logs.test-lab.xenproject.org/osstest/logs/107109/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: coverity-amd646 coverity-upload fail REGR. vs. 106549 version t

[Xen-devel] [PATCH v10 2/6] x86/ioreq server: Add DMOP to map guest ram with p2m_ioreq_server to an ioreq server.

2017-04-02 Thread Yu Zhang
Previously, p2m_ioreq_server is used to write-protect guest ram pages, which are tracked with ioreq server's rangeset. However, number of ram pages to be tracked may exceed the upper limit of rangeset. Now, a new DMOP - XEN_DMOP_map_mem_type_to_ioreq_server, is added to let one ioreq server claim/

[Xen-devel] [PATCH v10 3/6] x86/ioreq server: Add device model wrappers for new DMOP

2017-04-02 Thread Yu Zhang
A new device model wrapper is added for the newly introduced DMOP - XEN_DMOP_map_mem_type_to_ioreq_server. Since currently this DMOP only supports the emulation of write operations, attempts to trigger the DMOP with values other than XEN_DMOP_IOREQ_MEM_ACCESS_WRITE or 0(to unmap the ioreq server)

[Xen-devel] [PATCH v10 0/6] x86/ioreq server: Introduce HVMMEM_ioreq_server mem type.

2017-04-02 Thread Yu Zhang
XenGT leverages ioreq server to track and forward the accesses to GPU I/O resources, e.g. the PPGTT(per-process graphic translation tables). Currently, ioreq server uses rangeset to track the BDF/ PIO/MMIO ranges to be emulated. To select an ioreq server, the rangeset is searched to see if the I/O

[Xen-devel] [PATCH v10 1/6] x86/ioreq server: Release the p2m lock after mmio is handled.

2017-04-02 Thread Yu Zhang
Routine hvmemul_do_io() may need to peek the p2m type of a gfn to select the ioreq server. For example, operations on gfns with p2m_ioreq_server type will be delivered to a corresponding ioreq server, and this requires that the p2m type not be switched back to p2m_ram_rw during the emulation proces

[Xen-devel] [PATCH v10 5/6] x86/ioreq server: Asynchronously reset outstanding p2m_ioreq_server entries.

2017-04-02 Thread Yu Zhang
After an ioreq server has unmapped, the remaining p2m_ioreq_server entries need to be reset back to p2m_ram_rw. This patch does this asynchronously with the current p2m_change_entry_type_global() interface. New field entry_count is introduced in struct p2m_domain, to record the number of p2m_ioreq

[Xen-devel] [PATCH v10 4/6] x86/ioreq server: Handle read-modify-write cases for p2m_ioreq_server pages.

2017-04-02 Thread Yu Zhang
In ept_handle_violation(), write violations are also treated as read violations. And when a VM is accessing a write-protected address with read-modify-write instructions, the read emulation process is triggered first. For p2m_ioreq_server pages, current ioreq server only forwards the write operati

[Xen-devel] [PATCH v10 6/6] x86/ioreq server: Synchronously reset outstanding p2m_ioreq_server entries when an ioreq server unmaps.

2017-04-02 Thread Yu Zhang
After an ioreq server has unmapped, the remaining p2m_ioreq_server entries need to be reset back to p2m_ram_rw. This patch does this synchronously by iterating the p2m table. The synchronous resetting is necessary because we need to guarantee the p2m table is clean before another ioreq server is m

[Xen-devel] [xen-4.6-testing test] 107097: regressions - trouble: broken/fail/pass

2017-04-02 Thread osstest service owner
flight 107097 xen-4.6-testing real [real] http://logs.test-lab.xenproject.org/osstest/logs/107097/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-amd64-i386-rumprun-i386 12 guest-destroyfail REGR. vs. 106819 test-xtf-amd64-

[Xen-devel] [xen-unstable baseline-only test] 71142: regressions - trouble: blocked/broken/fail/pass

2017-04-02 Thread Platform Team regression test user
This run is configured for baseline tests only. flight 71142 xen-unstable real [real] http://osstest.xs.citrite.net/~osstest/testlogs/logs/71142/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-amd64-amd64-xl-qemuu-debianhvm-amd64-xsm 1

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

2017-04-02 Thread osstest service owner
flight 107103 xen-unstable real [real] http://logs.test-lab.xenproject.org/osstest/logs/107103/ Failures :-/ but no regressions. Tests which are failing intermittently (not blocking): test-amd64-i386-xl-qemut-debianhvm-amd64 15 guest-localmigrate/x10 fail in 107085 pass in 107103 test-armhf-ar

[Xen-devel] [linux-linus test] 107106: regressions - FAIL

2017-04-02 Thread osstest service owner
flight 107106 linux-linus real [real] http://logs.test-lab.xenproject.org/osstest/logs/107106/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: build-i386-xsm5 xen-build fail REGR. vs. 59254 test-armhf-armhf-xl

Re: [Xen-devel] [Outreachy] - Xen Code Review Dashboard

2017-04-02 Thread Jesus M. Gonzalez-Barahona
On Sun, 2017-04-02 at 15:43 +0530, Iresha Perera wrote: > Hi all, >   > I'm a 4th year undergraduate at University of Moratuwa, following a > Computer Science and Engineering degree. I'm interested in Xen Code > Review Dashboard project and I would love to participate in this > project for Outreach

Re: [Xen-devel] Outreachy project - Xen Code Review Dashboard

2017-04-02 Thread Jesus M. Gonzalez-Barahona
On Thu, 2017-03-30 at 18:48 -0700, Vaishnavi Ramesh Jayaraman wrote: > Hi, > I am Vaishnavi, interested in contributing to the Xen Project as part > of the Outreachy Program. I am particularly interested in working on > the Xen Code Review Dashboard. > > I have worked on the ElasticSearch - Logsta

Re: [Xen-devel] Outreachy project - Xen Code Review Dashboard

2017-04-02 Thread vaishnavi . ur777
Hi Jesus, I understand that the Perceval scripts are written in Python. I am familiar with Python and comfortable working in it. So does the micro task remain the same? To run Perceval on xen-devel list and save output to elastic search ? Also, when are you generally online on IRC? Thanks a lo

Re: [Xen-devel] Outreachy project - Xen Code Review Dashboard

2017-04-02 Thread Jesus M. Gonzalez-Barahona
On Sun, 2017-04-02 at 13:09 -0700, vaishnavi.ur...@gmail.com wrote: > Hi Jesus, > I understand that the Perceval scripts are written in Python. I am > familiar with Python and comfortable working in it. So does the micro > task remain the same? To run Perceval on xen-devel list and save > output to

[Xen-devel] [xen-4.6-testing bisection] complete test-xtf-amd64-amd64-5

2017-04-02 Thread osstest service owner
branch xen-4.6-testing xenbranch xen-4.6-testing job test-xtf-amd64-amd64-5 testid xtf-run 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://xenbits.xen.

[Xen-devel] [xen-4.6-testing test] 107119: regressions - trouble: broken/fail/pass

2017-04-02 Thread osstest service owner
flight 107119 xen-4.6-testing real [real] http://logs.test-lab.xenproject.org/osstest/logs/107119/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-amd64-i386-rumprun-i386 12 guest-destroyfail REGR. vs. 106819 test-xtf-amd64-

[Xen-devel] [linux-linus test] 107123: regressions - FAIL

2017-04-02 Thread osstest service owner
flight 107123 linux-linus real [real] http://logs.test-lab.xenproject.org/osstest/logs/107123/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-armhf-armhf-xl-credit2 11 guest-start fail REGR. vs. 59254 test-armhf-armhf-xl

Re: [Xen-devel] [Outreachy] - Xen Code Review Dashboard

2017-04-02 Thread Iresha Perera
Hi Jesus, I have a good knowledge on Python and a basic knowledge on noSQL concepts and ElasticSearch. I started following a tutorial to improve my knowledge on ElasticSearch. Because I'm a quick learner and I'm really interested on doing this project, I'm sure I will be able to improve my knowle

Re: [Xen-devel] raisin and minios stubdom

2017-04-02 Thread Juergen Gross
On 01/04/17 08:19, Géza Gémes wrote: > > > 2017. márc. 31. 16:15 ezt írta ("Juergen Gross" >): > > On 31/03/17 16:05, Konrad Rzeszutek Wilk wrote: > > On Thu, Mar 30, 2017 at 07:42:48PM +0200, Gémes Géza wrote: > >> > >>> On Mon, Mar 27, 2017 at 09:28:14P