Re: [PULL 1/8] smbios: Fix buffer overrun when using path= option

2025-04-17 Thread Daan De Meyer
Apologies, I was unsure whether I should expect a reply on the original mail after the patch had been applied to stable or not. Thanks for the confirmation, Cheers, Daan On Thu, 17 Apr 2025 at 15:05, Michael Tokarev wrote: > > 17.04.2025 13:11, Daan De Meyer wrote: > > CC-ing

Re: [PULL 1/8] smbios: Fix buffer overrun when using path= option

2025-04-17 Thread Daan De Meyer
CC-ing qemu-stable again to hopefully get this backported to the stable branches. Cheers, Daan On Tue, 8 Apr 2025 at 20:55, Philippe Mathieu-Daudé wrote: > > From: Daan De Meyer > > We have to make sure the array of bytes read from the path= file > is null-terminated, otherwis

Re: [PATCH] smbios: Fix buffer overrun when using path= option

2025-04-03 Thread Daan De Meyer
Hi, Unless I'm missing something, I don't think the patch has been merged yet. Any chance it might have been missed? Cheers, Daan On Sun, 23 Mar 2025 at 22:36, Daan De Meyer wrote: > > We have to make sure the array of bytes read from the path= file > is null-terminated, ot

[PATCH] smbios: Fix buffer overrun when using path= option

2025-03-23 Thread Daan De Meyer
oject/qemu/-/issues/2879 Signed-off-by: Daan De Meyer --- hw/smbios/smbios.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hw/smbios/smbios.c b/hw/smbios/smbios.c index 02a09eb9cd..ad4cd6721e 100644 --- a/hw/smbios/smbios.c +++ b/hw/smbios/smbios.c @@ -1285,6 +1285,9 @@ static int save_op

Re: [PATCH] Add class property to configure KVM device node to use

2023-11-06 Thread Daan De Meyer
Ping Daan On Sat, 28 Oct 2023 at 14:07, Daan De Meyer wrote: > > Anything else needed before this patch can be merged? > > Cheers, > > Daan > > On Wed, 25 Oct 2023 at 19:37, Daniel P. Berrangé wrote: > > > > On Sat, Oct 21, 2023 at 03:40:15PM +0200, Da

Re: [PATCH] Add class property to configure KVM device node to use

2023-10-28 Thread Daan De Meyer
Anything else needed before this patch can be merged? Cheers, Daan On Wed, 25 Oct 2023 at 19:37, Daniel P. Berrangé wrote: > > On Sat, Oct 21, 2023 at 03:40:15PM +0200, Daan De Meyer wrote: > > This allows passing the KVM device node to use as a file > > descriptor via /dev

[PATCH] Add class property to configure KVM device node to use

2023-10-21 Thread Daan De Meyer
of the kvm group (as long as the process invoking qemu is able to open /dev/kvm and passes the file descriptor to qemu). Signed-off-by: Daan De Meyer --- accel/kvm/kvm-all.c | 25 - include/sysemu/kvm_int.h | 1 + qemu-options.hx | 8 +++- 3 files