Re: [PATCH 0/6] Add SBI v0.2 support for KVM

2020-11-30 Thread Atish Patra
On Fri, 2020-11-27 at 13:44 +0530, Anup Patel wrote: > On Mon, Aug 3, 2020 at 11:29 PM Atish Patra > wrote: > > > > The Supervisor Binary Interface(SBI) specification[1] now defines a > > base extension that provides extendability to add future extensions > > while maintaining backward compatibil

Re: [PATCH 0/6] Add SBI v0.2 support for KVM

2020-11-27 Thread Anup Patel
On Mon, Aug 3, 2020 at 11:29 PM Atish Patra wrote: > > The Supervisor Binary Interface(SBI) specification[1] now defines a > base extension that provides extendability to add future extensions > while maintaining backward compatibility with previous versions. > The new version is defined as 0.2 an

[PATCH 0/6] Add SBI v0.2 support for KVM

2020-08-03 Thread Atish Patra
The Supervisor Binary Interface(SBI) specification[1] now defines a base extension that provides extendability to add future extensions while maintaining backward compatibility with previous versions. The new version is defined as 0.2 and older version is marked as 0.1. This series adds following