hine, which could be used for testing purposes. Like for
> RCAR there is a [1] Meta-platform-xen layer which provides support for
> RCAR. Same way, is there a layer which can be used for QEMU?
> [1] https://github.com/qbeeukraine/meta-platform-xen
> regards,
> Pranay Kukreti
> VIT
please let me know where
>> can i find the resources. Also which debugger would you recommend to be
>> used with the RCAR-H3.
>> It would be really kind of you if you could solve my queries.
>> Thanks,
>> Pranay Kukreti
>> VIT University, Vellore.
&g
is using
>> Yocto. It might be able to help you here.
>>
>> Cheers,
>>
>> [1] https://blog.xenproject.org/2015/10/05/xen-in-centos-7-aarch64/
>>
>> [2] https://github.com/xen-troops/manifests/wiki/DomU-Ubuntu-on-H3-M3
> [3] https://help.ubuntu.com/community/
Dear all,
Thanks for all your replies.
I'll keep them in mind while preparing next patch sets.
With the best regards,
Iurii Mykhalskyi
On Fri, Nov 25, 2016 at 11:13 AM, Andrii Anisov
wrote:
> Dear Iurii,
>
> It was my mistake:
> > Following:
> >> 2. 0002-libxl-
region by using separate
DTS for Dom0 with changed memory regions.
But for first one, this in not an option - this pool is used for audio DSP
and its firmware relies on this addresses.
What is the correct way to solve this situation?
Does Xen has some mechanism to handle such cases?
Thank you.
--
I
d be enable only for ARM64
platforms - in your patch it can be enable for both platforms, depending on
CONFIG_ACPI flag state.
>
>
> Sincerely,
> Andrii Anisov.
>
Thanks for your comments.
With the best regards,
Iurii Mykhalskyi
--
Iurii Mykhalskyi | Senior Software
his need some explanation. I'll update related wiki page in few hours.
Thanks for all of your comments.
With the best regards,
Iurii Mykhalskyi
On Tue, Nov 22, 2016 at 1:20 PM, Andrii Anisov
wrote:
> Well,
>
> > This patch https://github.com/qbeeukraine/meta-platform-xen/blob/2.12
with Xen 4.8 support in nearly future.
With the best regards,
Iurii Mykhalskyi
On Thu, Nov 10, 2016 at 11:34 AM, Dirk Behme
wrote:
> On 10.11.2016 10:25, Iurii Mykhalskyi wrote:
>
>> Hello Dirk,
>>
>> On Thu, Nov 10, 2016 at 8:54 AM, Dirk Behme > <mailto:dirk.be...@
Hi,
Try to use attached files as DTS. I didn't tested, but looks like there are
few missed nodes:
- hypervisor
- psci
I'm not sure, that Linux & Xen will correctly inter-works without them.
With the best regards,
Iurii Mykhalskyi
On Wed, Nov 16, 2016 at 7:23 PM, George John
Hello Dirk,
On Thu, Nov 10, 2016 at 8:54 AM, Dirk Behme wrote:
> On 09.11.2016 13:14, Julien Grall wrote:
>
>> Hello,
>>
>> On 09/11/16 07:14, Dirk Behme wrote:
>>
>>> On 08.11.2016 16:41, Iurii Mykhalskyi wrote:
>>>
>>>> Hello Dirk,
&
Hello Julien,
I and Iurii Konovalenko are interesting in attending. We are in GMT+2
timezone.
With the best regards,
Iurii Mykhalskyi
On Tue, Nov 8, 2016 at 6:17 PM, Stewart Hildebrand <
stewart.hildebr...@dornerworks.com> wrote:
> Hello Julien,
>
> Yes, myself and a couple
om/renesas-rcar/meta-renesas
If you don't mind - I can create & handle documentation page about board
setup and take ownership about further board support.
With the best regards,
Iurii Mykhalskyi
On Tue, Nov 8, 2016 at 5:22 PM, Dirk Behme wrote:
> On 08.11.2016 15:30, Julien Grall w
From: Iurii Konovalenko
Add support for the "Salvator-X" development board based on R-Car H3 SoC
which has SCIF compatible UART.
Signed-off-by: Iurii Konovalenko
Signed-off-by: Iurii Mykhalskyi
---
xen/arch/arm/Rules.mk | 1 +
xen/arch/arm/arm64/debug-sci
From: Pavlo Suikov
Signed-off-by: Pavlo Suikov
Signed-off-by: Glib Golubytskyi
Signed-off-by: Iurii Konovalenko
Signed-off-by: Iurii Mykhalskyi
---
tools/libxl/libxl.c | 290 +++
tools/libxl/libxl.h | 18 +++
tools/libxl
RPMSG - remove procedure call interface, in our case
used for playback codecs virtualization
Iurii Mykhalskyi (2):
libxl: implementation of PV rtc device interface
libxl: implementation of PV tty device interface.
Pavlo Suikov (4):
libxl: implementation of PV audio device interface
libxl
PV rtc device interface is implemented in libxl and xl with
full support for device control. No JSON parser for domain
configuration yet.
Signed-off-by: Iurii Mykhalskyi
Signed-off-by: Glib Golubytskyi
Signed-off-by: Iurii Konovalenko
---
tools/libxl/libxl.c | 287
From: Pavlo Suikov
Signed-off-by: Pavlo Suikov
Signed-off-by: Iurii Konovalenko
Signed-off-by: Iurii Mykhalskyi
---
tools/libxl/libxl.c | 282 +++
tools/libxl/libxl.h | 17 +++
tools/libxl/libxl_create.c | 40
From: Pavlo Suikov
Touchscreen events device configuration support. Can be further
extended to support any event device whatsoever.
Signed-off-by: Pavlo Suikov
Signed-off-by: Iurii Konovalenko
Signed-off-by: Iurii Mykhalskyi
---
tools/libxl/libxl.c | 289
From: Pavlo Suikov
PV Audio device interface is implemented in libxl and xl with
full support for device control
Signed-off-by: Pavlo Suikov
Signed-off-by: Glib Golubytskyi
Signed-off-by: Iurii Konovalenko
---
tools/libxl/libxl.c | 351 ++-
to
PV tty device interface is implemented in libxl and xl with
full support for device control. No JSON parser for domain
configuration yet.
Signed-off-by: Iurii Mykhalskyi
Signed-off-by: Iurii Konovalenko
---
tools/libxl/libxl.c | 282 +++
tools
Thanks to all for a replays, please see my answers below:
On 12/01/2015 05:29 PM, Wei Liu wrote:
On Tue, Dec 01, 2015 at 04:58:55PM +0200, Iurii Mykhalskyi wrote:
Our real usb mass-storage device are located at driver domain (DomD). So we
setup second block-device backend there.
To hotplug
bxl-json
> look like before and after hotplug?
>
> Wei.
>
> > Suikov Pavlo
> > GlobalLogic
> > P +x.xxx.xxx. M +38.066.667.1296 S psujkov
> > www.globallogic.com
> > <http://www.globallogic.com/>
> > http://www.globallogic.com/email_disclaimer.txt
>
&
22 matches
Mail list logo