On 8/30/21 7:16 PM, Frédéric Pétrot wrote: > Addition of the upper 64 bits of the 128-bit registers, along with > the setter and getter for them and creation of the corresponding > global tcg values. > > Signed-off-by: Frédéric Pétrot <frederic.pet...@univ-grenoble-alpes.fr> > Co-authored-by: Fabien Portas <fabien.por...@grenoble-inp.org> > --- > slirp | 2 +- > target/riscv/cpu.h | 3 +++ > target/riscv/translate.c | 30 ++++++++++++++++++++++++++++++ > 3 files changed, 34 insertions(+), 1 deletion(-) > > diff --git a/slirp b/slirp > index a88d9ace23..8f43a99191 160000 > --- a/slirp > +++ b/slirp > @@ -1 +1 @@ > -Subproject commit a88d9ace234a24ce1c17189642ef9104799425e0 > +Subproject commit 8f43a99191afb47ca3f3c6972f6306209f367ece
Unrelated change...