Re: [PATCH 1/1] cpu_riscv64.c: add update() implementation

2023-05-03 Thread Daniel Henrique Barboza
On 5/3/23 06:07, Andrea Bolognani wrote: On Fri, Apr 28, 2023 at 02:15:04PM -0300, Daniel Henrique Barboza wrote: On 4/28/23 12:40, Andrea Bolognani wrote: On Thu, Apr 27, 2023 at 06:04:10PM -0300, Daniel Henrique Barboza wrote: At this moment it is not possible to launch a 'riscv64' domain

Re: [PATCH 1/1] cpu_riscv64.c: add update() implementation

2023-05-03 Thread Andrea Bolognani
On Fri, Apr 28, 2023 at 02:15:04PM -0300, Daniel Henrique Barboza wrote: > On 4/28/23 12:40, Andrea Bolognani wrote: > > On Thu, Apr 27, 2023 at 06:04:10PM -0300, Daniel Henrique Barboza wrote: > > > At this moment it is not possible to launch a 'riscv64' domain of type > > > 'qemu' (i.e. TCG) and

Re: [PATCH 1/1] cpu_riscv64.c: add update() implementation

2023-04-28 Thread Daniel Henrique Barboza
On 4/28/23 12:40, Andrea Bolognani wrote: On Thu, Apr 27, 2023 at 06:04:10PM -0300, Daniel Henrique Barboza wrote: At this moment it is not possible to launch a 'riscv64' domain of type 'qemu' (i.e. TCG) and machine 'virt' in a x86 host: $ sudo ./run tools/virsh start riscv-virt1 error: Fail

Re: [PATCH 1/1] cpu_riscv64.c: add update() implementation

2023-04-28 Thread Andrea Bolognani
On Thu, Apr 27, 2023 at 06:04:10PM -0300, Daniel Henrique Barboza wrote: > At this moment it is not possible to launch a 'riscv64' domain of type > 'qemu' (i.e. TCG) and machine 'virt' in a x86 host: > > $ sudo ./run tools/virsh start riscv-virt1 > error: Failed to start domain 'riscv-virt1' > erro

[PATCH 1/1] cpu_riscv64.c: add update() implementation

2023-04-27 Thread Daniel Henrique Barboza
At this moment it is not possible to launch a 'riscv64' domain of type 'qemu' (i.e. TCG) and machine 'virt' in a x86 host: $ sudo ./run tools/virsh start riscv-virt1 error: Failed to start domain 'riscv-virt1' error: this function is not supported by the connection driver: cannot update gue