On Tue, 1 Oct 2024 10:54:26 +0200
Mauro Carvalho Chehab wrote:
> Em Mon, 16 Sep 2024 13:05:06 +0200
> Igor Mammedov escreveu:
>
> > > But no idea how to start a machine using a saved state.
> >
> > see https://www.linux-kvm.org/page/Migration
> > 'savevm/loadvm to an external state file (u
Em Mon, 16 Sep 2024 13:05:06 +0200
Igor Mammedov escreveu:
> > But no idea how to start a machine using a saved state.
>
> see https://www.linux-kvm.org/page/Migration
> 'savevm/loadvm to an external state file (using pseudo-migration)' section
>
It didn't work. Is migration currently workin
On Sat, 14 Sep 2024 07:33:14 +0200
Mauro Carvalho Chehab wrote:
> Hi Igor,
>
> Em Fri, 13 Sep 2024 15:25:18 +0200
> Igor Mammedov escreveu:
>
> > > > in addition to this, it needs a patch on top to make sure
> > > > that we migrate hest_addr_le.
> > > > See a08a64627b6b 'ACPI: Record the Gener
Hi Igor,
Em Fri, 13 Sep 2024 15:25:18 +0200
Igor Mammedov escreveu:
> > > in addition to this, it needs a patch on top to make sure
> > > that we migrate hest_addr_le.
> > > See a08a64627b6b 'ACPI: Record the Generic Error Status Block address'
> > > and fixes on top of that for an example.
On Fri, 13 Sep 2024 07:44:35 +0200
Mauro Carvalho Chehab wrote:
> Em Wed, 11 Sep 2024 15:51:08 +0200
> Igor Mammedov escreveu:
>
> > On Sun, 25 Aug 2024 05:45:56 +0200
> > Mauro Carvalho Chehab wrote:
> >
> > > Store HEST table address at GPA, placing its content at
> > > hest_addr_le varia
Em Wed, 11 Sep 2024 15:51:08 +0200
Igor Mammedov escreveu:
> On Sun, 25 Aug 2024 05:45:56 +0200
> Mauro Carvalho Chehab wrote:
>
> > Store HEST table address at GPA, placing its content at
> > hest_addr_le variable.
> >
> > Signed-off-by: Mauro Carvalho Chehab
>
> This looks good to me.
>
On Sun, 25 Aug 2024 05:45:56 +0200
Mauro Carvalho Chehab wrote:
> Store HEST table address at GPA, placing its content at
> hest_addr_le variable.
>
> Signed-off-by: Mauro Carvalho Chehab
This looks good to me.
in addition to this, it needs a patch on top to make sure
that we migrate hest_add
Store HEST table address at GPA, placing its content at
hest_addr_le variable.
Signed-off-by: Mauro Carvalho Chehab
---
Change from v8:
- hest_addr_lr is now pointing to the error source size and data.
Signed-off-by: Mauro Carvalho Chehab
---
hw/acpi/ghes.c | 15 +++
incl