Re: [PATCH] target/i386/sev: Ensure sev_fw_errlist is sync with update-linux-headers

2021-06-03 Thread Philippe Mathieu-Daudé
On 6/2/21 4:22 PM, Eduardo Habkost wrote: > On Wed, Jun 02, 2021 at 12:48:18PM +0200, Philippe Mathieu-Daudé wrote: >> This patch was supposed to go via Eduardo's tree but he >> missed it, can it go via qemu-trivial instead? > > My apologies, again. I'm still behind on my qemu-devel backlog, >

Re: [PATCH] target/i386/sev: Ensure sev_fw_errlist is sync with update-linux-headers

2021-06-02 Thread Eduardo Habkost
On Wed, Jun 02, 2021 at 12:48:18PM +0200, Philippe Mathieu-Daudé wrote: > This patch was supposed to go via Eduardo's tree but he > missed it, can it go via qemu-trivial instead? My apologies, again. I'm still behind on my qemu-devel backlog, and this was still buried in my inbox. > > On

Re: [PATCH] target/i386/sev: Ensure sev_fw_errlist is sync with update-linux-headers

2021-06-02 Thread Philippe Mathieu-Daudé
This patch was supposed to go via Eduardo's tree but he missed it, can it go via qemu-trivial instead? On 2/19/21 7:01 PM, Philippe Mathieu-Daudé wrote: > Ensure sev_fw_errlist[] is updated after running > the update-linux-headers.sh script. > > Signed-off-by: Philippe Mathieu-Daudé > --- >

Re: [PATCH] target/i386/sev: Ensure sev_fw_errlist is sync with update-linux-headers

2021-03-18 Thread Brijesh Singh
On 3/18/21 10:38 AM, Philippe Mathieu-Daudé wrote: > ping^2? > > On 3/8/21 11:21 AM, Philippe Mathieu-Daudé wrote: >> ping? >> >> On 2/19/21 7:01 PM, Philippe Mathieu-Daudé wrote: >>> Ensure sev_fw_errlist[] is updated after running >>> the update-linux-headers.sh script. >>> >>> Signed-off-by:

Re: [PATCH] target/i386/sev: Ensure sev_fw_errlist is sync with update-linux-headers

2021-03-18 Thread Philippe Mathieu-Daudé
ping^2? On 3/8/21 11:21 AM, Philippe Mathieu-Daudé wrote: > ping? > > On 2/19/21 7:01 PM, Philippe Mathieu-Daudé wrote: >> Ensure sev_fw_errlist[] is updated after running >> the update-linux-headers.sh script. >> >> Signed-off-by: Philippe Mathieu-Daudé >> --- >> Based-on:

Re: [PATCH] target/i386/sev: Ensure sev_fw_errlist is sync with update-linux-headers

2021-03-08 Thread Philippe Mathieu-Daudé
ping? On 2/19/21 7:01 PM, Philippe Mathieu-Daudé wrote: > Ensure sev_fw_errlist[] is updated after running > the update-linux-headers.sh script. > > Signed-off-by: Philippe Mathieu-Daudé > --- > Based-on: <20210218151633.215374-1-cku...@redhat.com> > --- > target/i386/sev.c | 5 - > 1 file

Re: [PATCH] target/i386/sev: Ensure sev_fw_errlist is sync with update-linux-headers

2021-02-19 Thread Connor Kuehl
On 2/19/21 12:01 PM, Philippe Mathieu-Daudé wrote: Ensure sev_fw_errlist[] is updated after running the update-linux-headers.sh script. Signed-off-by: Philippe Mathieu-Daudé --- Based-on: <20210218151633.215374-1-cku...@redhat.com> --- target/i386/sev.c | 5 - 1 file changed, 4

[PATCH] target/i386/sev: Ensure sev_fw_errlist is sync with update-linux-headers

2021-02-19 Thread Philippe Mathieu-Daudé
Ensure sev_fw_errlist[] is updated after running the update-linux-headers.sh script. Signed-off-by: Philippe Mathieu-Daudé --- Based-on: <20210218151633.215374-1-cku...@redhat.com> --- target/i386/sev.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/target/i386/sev.c