Re: [PATCH RFC 0/3] Attempt to add GHES for x86

2025-05-30 Thread Igor Mammedov
On Tue, 4 Mar 2025 14:30:55 +0100 Mauro Carvalho Chehab wrote: > Hi Igor, > > This patch series comes after: > > https://lore.kernel.org/qemu-devel/cover.1740903110.git.mchehab+hua...@kernel.org/ > > I'm basically trying to add support for error injection for x86, > without success so far.

Re: [PATCH RFC 0/3] Attempt to add GHES for x86

2025-04-04 Thread Igor Mammedov
On Tue, 4 Mar 2025 14:30:55 +0100 Mauro Carvalho Chehab wrote: > Hi Igor, > > This patch series comes after: > > https://lore.kernel.org/qemu-devel/cover.1740903110.git.mchehab+hua...@kernel.org/ > > I'm basically trying to add support for error injection for x86, > without success so far.

[PATCH RFC 0/3] Attempt to add GHES for x86

2025-03-04 Thread Mauro Carvalho Chehab
Hi Igor, This patch series comes after: https://lore.kernel.org/qemu-devel/cover.1740903110.git.mchehab+hua...@kernel.org/ I'm basically trying to add support for error injection for x86, without success so far. On x86, the notification mechanism is different: it is via QMP. Yet, from what I