[PATCH qemu 1/1] Add IOURING_SETUP_SINGLE_ISSUER flag to improve iouring performance

2025-03-25 Thread ~h0lyalg0rithm
From: Suraj Shirvankar Signed-off-by: Suraj Shirvankar --- util/fdmon-io_uring.c | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/util/fdmon-io_uring.c b/util/fdmon-io_uring.c index b0d68bdc44..235837abcb 100644 --- a/util/fdmon-io_uring.c +++ b/util/fdmon-io_uring.c @

[PATCH qemu 0/1] Add IOURING_SETUP_SINGLE_ISSUER flag to improve iouring performance

2025-03-25 Thread ~h0lyalg0rithm
Suggestion by Stefan Hajnoczi to improve io_uring performance Suraj Shirvankar (1): Add IOURING_SETUP_SINGLE_ISSUER flag to improve iouring performance util/fdmon-io_uring.c | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) -- 2.45.3

[PATCH qemu v3 1/1] Switch memory management calls to new coding conventions

2023-10-17 Thread ~h0lyalg0rithm
From: Suraj Shirvankar Signed-off-by: Suraj Shirvankar --- contrib/elf2dmp/addrspace.c | 7 ++- contrib/elf2dmp/main.c | 6 +++--- contrib/elf2dmp/pdb.c | 16 contrib/elf2dmp/qemu_elf.c | 7 ++- 4 files changed, 15 insertions(+), 21 deletions(-) diff --g

[PATCH qemu v3 0/1] Elf2dmp: Conversion of conversions of malloc/calloc/free to g_malloc/g_new/g_free

2023-10-17 Thread ~h0lyalg0rithm
Remove NULL check for g_new changes Suraj Shirvankar (1): Switch memory management calls to new coding conventions contrib/elf2dmp/addrspace.c | 7 ++- contrib/elf2dmp/main.c | 6 +++--- contrib/elf2dmp/pdb.c | 16 contrib/elf2dmp/qemu_elf.c | 7 ++- 4 f

[PATCH qemu v2 1/1] Switch memory management calls to new coding conventions

2023-10-17 Thread ~h0lyalg0rithm
From: Suraj Shirvankar Signed-off-by: Suraj Shirvankar --- contrib/elf2dmp/addrspace.c | 4 ++-- contrib/elf2dmp/main.c | 6 +++--- contrib/elf2dmp/pdb.c | 16 contrib/elf2dmp/qemu_elf.c | 4 ++-- 4 files changed, 15 insertions(+), 15 deletions(-) diff --git a/c

[PATCH qemu v2 0/1] Switch memory management calls to new coding conventions

2023-10-17 Thread ~h0lyalg0rithm
Updated to change remaining free to g_free Suraj Shirvankar (1): Switch memory management calls to new coding conventions contrib/elf2dmp/addrspace.c | 4 ++-- contrib/elf2dmp/main.c | 6 +++--- contrib/elf2dmp/pdb.c | 16 contrib/elf2dmp/qemu_elf.c | 4 ++-- 4

[PATCH qemu 0/1] contrib/elf2dmp: Conversion of conversions of malloc/calloc/free to g_malloc/g_new/g_free

2023-10-03 Thread ~h0lyalg0rithm
Switch malloc and free calls to new coding standard. g_new is used where structs are defined and g_malloc is used for simpler structures Suraj Shirvankar (1): Switch memory management calls to new coding conventions contrib/elf2dmp/addrspace.c | 4 ++-- contrib/elf2dmp/main.c | 4 ++-- co

[PATCH qemu 1/1] Switch memory management calls to new coding conventions

2023-10-03 Thread ~h0lyalg0rithm
From: Suraj Shirvankar Signed-off-by: Suraj Shirvankar --- contrib/elf2dmp/addrspace.c | 4 ++-- contrib/elf2dmp/main.c | 4 ++-- contrib/elf2dmp/pdb.c | 4 ++-- contrib/elf2dmp/qemu_elf.c | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/contrib/elf2dmp/addrs

[PATCH qemu 0/1] Elf2dmp: Conversion of conversions of malloc/calloc/free to g_malloc/g_new/g_free

2023-10-03 Thread ~h0lyalg0rithm
Based on this issue https://gitlab.com/qemu-project/qemu/-/issues/1798 g_new is used where I think it is applicable and a struct is well defined. Suraj Shirvankar (1): Switch memory management calls to new coding conventions contrib/elf2dmp/addrspace.c | 4 ++-- contrib/elf2dmp/main.c | 4

[PATCH qemu 1/1] Switch memory management calls to new coding conventions

2023-10-03 Thread ~h0lyalg0rithm
From: Suraj Shirvankar Signed-off-by: Suraj Shirvankar --- contrib/elf2dmp/addrspace.c | 4 ++-- contrib/elf2dmp/main.c | 4 ++-- contrib/elf2dmp/pdb.c | 4 ++-- contrib/elf2dmp/qemu_elf.c | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/contrib/elf2dmp/addrs