All of lore.kernel.org
 help / color / mirror / Atom feed
* KVM QEMU AIA support for RISCV guests
@ 2023-04-14 11:35 Rajnesh Kanwal
  2023-04-14 12:40 ` Daniel Henrique Barboza
  0 siblings, 1 reply; 5+ messages in thread
From: Rajnesh Kanwal @ 2023-04-14 11:35 UTC (permalink / raw)
  To: qemu-riscv, anup, alistair.francis, Atish Kumar Patra, Palmer Dabbelt

Hi All,

I am starting to work on KVM-QEMU AIA support for RISCV guests to extend
kvm accel support added in [0]. This is just to confirm if anyone else
is actively
working on it to avoid duplicate effort.

[0]: https://lists.nongnu.org/archive/html/qemu-riscv/2021-08/msg00117.html

Thanks,
Rajnesh


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: KVM QEMU AIA support for RISCV guests
  2023-04-14 11:35 KVM QEMU AIA support for RISCV guests Rajnesh Kanwal
@ 2023-04-14 12:40 ` Daniel Henrique Barboza
       [not found]   ` <CALw707rSkT=yUWxrEnNJR8-sDTQWJiiZCz2CxFpwh2TBf7Okfw@mail.gmail.com>
  2023-04-17 10:13   ` Jim Shu
  0 siblings, 2 replies; 5+ messages in thread
From: Daniel Henrique Barboza @ 2023-04-14 12:40 UTC (permalink / raw)
  To: Rajnesh Kanwal, qemu-riscv, anup, alistair.francis,
	Atish Kumar Patra, Palmer Dabbelt



On 4/14/23 08:35, Rajnesh Kanwal wrote:
> Hi All,
> 
> I am starting to work on KVM-QEMU AIA support for RISCV guests to extend
> kvm accel support added in [0]. This is just to confirm if anyone else
> is actively
> working on it to avoid duplicate effort.

I was going to look into it eventually, but now that you've started I'll sit
back and help with reviews and testing and so on.


Thanks,

Daniel

> 
> [0]: https://lists.nongnu.org/archive/html/qemu-riscv/2021-08/msg00117.html
> 
> Thanks,
> Rajnesh
> 


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: KVM QEMU AIA support for RISCV guests
       [not found]   ` <CALw707rSkT=yUWxrEnNJR8-sDTQWJiiZCz2CxFpwh2TBf7Okfw@mail.gmail.com>
@ 2023-04-17  8:05     ` Yong-Xuan Wang
  0 siblings, 0 replies; 5+ messages in thread
From: Yong-Xuan Wang @ 2023-04-17  8:05 UTC (permalink / raw)
  To: Rajnesh Kanwal, qemu-riscv, anup, alistair.francis,
	Atish Kumar Patra, Palmer Dabbelt, Daniel Henrique Barboza

> From: Daniel Henrique Barboza <dbarboza@ventanamicro.com>
> Date: Fri, Apr 14, 2023 at 8:40 PM
> Subject: Re: KVM QEMU AIA support for RISCV guests
> To: Rajnesh Kanwal <rkanwal@rivosinc.com>, <qemu-riscv@nongnu.org>, <anup@brainfault.org>, <alistair.francis@wdc.com>, Atish Kumar Patra <atishp@rivosinc.com>, Palmer Dabbelt <palmer@rivosinc.com>
>
>
>
>
> On 4/14/23 08:35, Rajnesh Kanwal wrote:
> > Hi All,
> >
> > I am starting to work on KVM-QEMU AIA support for RISCV guests to extend
> > kvm accel support added in [0]. This is just to confirm if anyone else
> > is actively
> > working on it to avoid duplicate effort.
>
> I was going to look into it eventually, but now that you've started I'll sit
> back and help with reviews and testing and so on.
>
>
> Thanks,
>
> Daniel
>
> >
> > [0]: https://lists.nongnu.org/archive/html/qemu-riscv/2021-08/msg00117.html
> >
> > Thanks,
> > Rajnesh
> >
>

Hi Rajnesh and Daniel,

Recently, I implemented a series of QEMU v7.2-based patches for
KVM-AIA and tested them on the QEMU riscv-virt machine. I plan to
refine the patches and upstream them soon.

Thanks,
Yong-Xuan


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: KVM QEMU AIA support for RISCV guests
  2023-04-14 12:40 ` Daniel Henrique Barboza
       [not found]   ` <CALw707rSkT=yUWxrEnNJR8-sDTQWJiiZCz2CxFpwh2TBf7Okfw@mail.gmail.com>
@ 2023-04-17 10:13   ` Jim Shu
  2023-04-17 11:28     ` Rajnesh Kanwal
  1 sibling, 1 reply; 5+ messages in thread
From: Jim Shu @ 2023-04-17 10:13 UTC (permalink / raw)
  To: Daniel Henrique Barboza
  Cc: Rajnesh Kanwal, qemu-riscv, anup, alistair.francis,
	Atish Kumar Patra, Palmer Dabbelt, Yong-Xuan Wang

Hi Rajnesh and Daniel,

Recently, Yong-Xuan (yongxang.wang@sifive.com) has already implemented
a series of QEMU v7.2-based patches for KVM-AIA and tested them on the
QEMU riscv-virt machine.
She plans to refine the patches and upstream them soon.

Thanks,
Jim Shu


On Fri, Apr 14, 2023 at 8:40 PM Daniel Henrique Barboza
<dbarboza@ventanamicro.com> wrote:
>
>
>
> On 4/14/23 08:35, Rajnesh Kanwal wrote:
> > Hi All,
> >
> > I am starting to work on KVM-QEMU AIA support for RISCV guests to extend
> > kvm accel support added in [0]. This is just to confirm if anyone else
> > is actively
> > working on it to avoid duplicate effort.
>
> I was going to look into it eventually, but now that you've started I'll sit
> back and help with reviews and testing and so on.
>
>
> Thanks,
>
> Daniel
>
> >
> > [0]: https://lists.nongnu.org/archive/html/qemu-riscv/2021-08/msg00117.html
> >
> > Thanks,
> > Rajnesh
> >
>


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: KVM QEMU AIA support for RISCV guests
  2023-04-17 10:13   ` Jim Shu
@ 2023-04-17 11:28     ` Rajnesh Kanwal
  0 siblings, 0 replies; 5+ messages in thread
From: Rajnesh Kanwal @ 2023-04-17 11:28 UTC (permalink / raw)
  To: Yong-Xuan Wang, Jim Shu
  Cc: Daniel Henrique Barboza, qemu-riscv, anup, alistair.francis,
	Atish Kumar Patra, Palmer Dabbelt

Hi Youn-Xuan and Jim,

Thanks, that sounds great. Actually I am working on a PoC of CoVE
support in QEMU which requires AIA support.

I will wait for you to post the patches. Meanwhile It would be very
helpful if you can share the code if it's in a public fork. I can start
my work on top of that.

Thanks
Rajnesh

On Mon, Apr 17, 2023 at 11:13 AM Jim Shu <jim.shu@sifive.com> wrote:
>
> Hi Rajnesh and Daniel,
>
> Recently, Yong-Xuan (yongxang.wang@sifive.com) has already implemented
> a series of QEMU v7.2-based patches for KVM-AIA and tested them on the
> QEMU riscv-virt machine.
> She plans to refine the patches and upstream them soon.
>
> Thanks,
> Jim Shu
>
>
> On Fri, Apr 14, 2023 at 8:40 PM Daniel Henrique Barboza
> <dbarboza@ventanamicro.com> wrote:
> >
> >
> >
> > On 4/14/23 08:35, Rajnesh Kanwal wrote:
> > > Hi All,
> > >
> > > I am starting to work on KVM-QEMU AIA support for RISCV guests to extend
> > > kvm accel support added in [0]. This is just to confirm if anyone else
> > > is actively
> > > working on it to avoid duplicate effort.
> >
> > I was going to look into it eventually, but now that you've started I'll sit
> > back and help with reviews and testing and so on.
> >
> >
> > Thanks,
> >
> > Daniel
> >
> > >
> > > [0]: https://lists.nongnu.org/archive/html/qemu-riscv/2021-08/msg00117.html
> > >
> > > Thanks,
> > > Rajnesh
> > >
> >


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-04-17 13:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-14 11:35 KVM QEMU AIA support for RISCV guests Rajnesh Kanwal
2023-04-14 12:40 ` Daniel Henrique Barboza
     [not found]   ` <CALw707rSkT=yUWxrEnNJR8-sDTQWJiiZCz2CxFpwh2TBf7Okfw@mail.gmail.com>
2023-04-17  8:05     ` Yong-Xuan Wang
2023-04-17 10:13   ` Jim Shu
2023-04-17 11:28     ` Rajnesh Kanwal

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.