On 05/01/2023 4:24 pm, Oleksii wrote:
> On Thu, 2023-01-05 at 18:10 +0200, Oleksii wrote:
>> On Thu, 2023-01-05 at 15:48 +, Andrew Cooper wrote:
>>> On 05/01/2023 1:40 pm, Jan Beulich wrote:
On 05.01.2023 13:01, Oleksii Kurochko wrote:
> To run in debug mode should be done the followin
On Thu, 2023-01-05 at 18:10 +0200, Oleksii wrote:
> On Thu, 2023-01-05 at 15:48 +, Andrew Cooper wrote:
> > On 05/01/2023 1:40 pm, Jan Beulich wrote:
> > > On 05.01.2023 13:01, Oleksii Kurochko wrote:
> > > > To run in debug mode should be done the following instructions:
> > > > $ qemu-system
On Thu, 2023-01-05 at 15:48 +, Andrew Cooper wrote:
> On 05/01/2023 1:40 pm, Jan Beulich wrote:
> > On 05.01.2023 13:01, Oleksii Kurochko wrote:
> > > To run in debug mode should be done the following instructions:
> > > $ qemu-system-riscv64 -M virt -smp 1 -nographic -m 2g \
> > > -ke
On 05/01/2023 1:40 pm, Jan Beulich wrote:
> On 05.01.2023 13:01, Oleksii Kurochko wrote:
>> To run in debug mode should be done the following instructions:
>> $ qemu-system-riscv64 -M virt -smp 1 -nographic -m 2g \
>> -kernel xen/xen -s -S
>> # In separate terminal:
>> $ riscv64-buildroo
On 05.01.2023 13:01, Oleksii Kurochko wrote:
> To run in debug mode should be done the following instructions:
> $ qemu-system-riscv64 -M virt -smp 1 -nographic -m 2g \
> -kernel xen/xen -s -S
> # In separate terminal:
> $ riscv64-buildroot-linux-gnu-gdb
> $ target remote :1234
> $ add
The patch provides a minimal amount of changes to start
build and run minimal Xen binary at GitLab CI&CD that will
allow continuous checking of the build status of RISC-V Xen.
Except introduction of new files the following changes were done:
* Redefinition of ALIGN define from '.align 2' to '.alig