Archives are refreshed every 15 minutes - for details, please visit
the main index
.
You can also
download the archives in mbox format
.
qemu-trivial (date)
[
Thread Index
][
Top
][
All Lists
][
qemu-trivial info page
]
Advanced
[
Prev Period
]
Last Modified: Sun Jun 30 2024 21:47:44 -0400
Messages in reverse chronological order
[
Next Period
]
June 30, 2024
Re: [PULL 00/16] Trivial patches for 2024-06-30
,
Richard Henderson
,
21:47
[PULL 16/16] hw/core/loader: gunzip(): fix memory leak on error path
,
Michael Tokarev
,
12:54
[PULL 15/16] vl.c: select_machine(): add selected machine type to error message
,
Michael Tokarev
,
12:54
[PULL 14/16] vl.c: select_machine(): use g_autoptr
,
Michael Tokarev
,
12:54
[PULL 13/16] vl.c: select_machine(): use ERRP_GUARD instead of error propagation
,
Michael Tokarev
,
12:54
[PULL 12/16] docs/system/devices/usb: Replace the non-existing "qemu" binary
,
Michael Tokarev
,
12:54
[PULL 11/16] docs/cxl: fix some typos
,
Michael Tokarev
,
12:54
[PULL 10/16] os-posix: Expand setrlimit() syscall compatibility
,
Michael Tokarev
,
12:54
[PULL 09/16] net/can: Remove unused struct 'CanBusState'
,
Michael Tokarev
,
12:53
[PULL 08/16] hw/arm/bcm2836: Remove unusued struct 'BCM283XClass'
,
Michael Tokarev
,
12:53
[PULL 07/16] linux-user: sparc: Remove unused struct 'target_mc_fq'
,
Michael Tokarev
,
12:53
[PULL 06/16] linux-user: cris: Remove unused struct 'rt_signal_frame'
,
Michael Tokarev
,
12:53
[PULL 04/16] target/i386: Advertise MWAIT iff host supports
,
Michael Tokarev
,
12:53
[PULL 05/16] monitor: Remove obsolete stubs
,
Michael Tokarev
,
12:53
[PULL 03/16] vl: Allow multiple -overcommit commands
,
Michael Tokarev
,
12:53
[PULL 02/16] cpu: fix memleak of 'halt_cond' and 'thread'
,
Michael Tokarev
,
12:53
[PULL 00/16] Trivial patches for 2024-06-30
,
Michael Tokarev
,
12:53
[PULL 01/16] hmp-commands-info.hx: Add missing info command for stats subcommand
,
Michael Tokarev
,
12:53
June 29, 2024
[PATCH] block/curl: rewrite http header parsing function
,
Michael Tokarev
,
10:26
Re: [PATCH] block/curl: use strlen instead of strchr
,
Michael Tokarev
,
02:39
Re: [PATCH] block/curl: use strlen instead of strchr
,
Michael Tokarev
,
02:37
Re: [PATCH] block/curl: use strlen instead of strchr
,
Michael Tokarev
,
02:21
June 28, 2024
[PATCH] block/curl: use strlen instead of strchr
,
Vladimir Sementsov-Ogievskiy
,
01:50
Re: [PATCH] block/curl: explicitly assert that strchr returns non-NULL value
,
Vladimir Sementsov-Ogievskiy
,
01:35
June 27, 2024
Re: [PATCH] block/curl: explicitly assert that strchr returns non-NULL value
,
Kevin Wolf
,
14:05
[PATCH] hw/core/loader: gunzip(): fix memory leak on error path
,
Vladimir Sementsov-Ogievskiy
,
12:25
[PATCH] block/curl: explicitly assert that strchr returns non-NULL value
,
Vladimir Sementsov-Ogievskiy
,
11:31
Re: [PATCH 0/3] vl.c: select_machine(): improve error message
,
Michael Tokarev
,
11:21
June 26, 2024
Re: [PATCH 0/3] vl.c: select_machine(): improve error message
,
Philippe Mathieu-Daudé
,
13:07
[PATCH 2/3] vl.c: select_machine(): use g_autoptr
,
Vladimir Sementsov-Ogievskiy
,
09:43
[PATCH 1/3] vl.c: select_machine(): use ERRP_GUARD instead of error propagation
,
Vladimir Sementsov-Ogievskiy
,
09:43
[PATCH 3/3] vl.c: select_machine(): add selected machine type to error message
,
Vladimir Sementsov-Ogievskiy
,
09:43
[PATCH 0/3] vl.c: select_machine(): improve error message
,
Vladimir Sementsov-Ogievskiy
,
09:43
[PATCH] docs/system/devices/usb: Replace the non-existing "qemu" binary
,
Thomas Huth
,
05:44
[PATCH v2] docs/cxl: fix some typos
,
Hyeongtak Ji
,
00:35
June 24, 2024
Re: [PATCH] docs/cxl: fix some typos
,
Jonathan Cameron
,
13:31
June 22, 2024
Re: [PATCH] docs/cxl: fix some typos
,
Hyeongtak Ji
,
03:25
June 21, 2024
Re: [PATCH] docs/cxl: fix some typos
,
Jonathan Cameron
,
12:11
June 19, 2024
[PATCH] docs/cxl: fix some typos
,
Hyeongtak Ji
,
09:23
Re: [PATCH 2/2] target/ppc/arch_dump: set prstatus pid to cpuid
,
Thomas Huth
,
02:01
Re: [PATCH 1/2] target/s390x/arch_dump: use correct byte order for pid
,
Thomas Huth
,
01:58
June 17, 2024
Re: [PATCH v2] os-posix: Expand setrlimit() syscall compatibility
,
Richard Henderson
,
14:21
Re: [PATCH v2] os-posix: Expand setrlimit() syscall compatibility
,
Philippe Mathieu-Daudé
,
11:15
Re: [PATCH v2] os-posix: Expand setrlimit() syscall compatibility
,
Michael Tokarev
,
09:07
Re: [PATCH 0/7] Remove some unused structures
,
Michael Tokarev
,
08:59
Re: [PATCH] monitor: Remove obsolete stubs
,
Michael Tokarev
,
08:54
Re: [PATCH v2] os-posix: Expand setrlimit() syscall compatibility
,
Daniel P . Berrangé
,
08:53
Re: [PATCH] fix SSE2/SSSE3 feature detection in tcg/decode-new.c.inc
,
Michael Tokarev
,
08:51
Re: [PATCH] cpu: fix memleak of 'halt_cond' and 'thread'
,
Michael Tokarev
,
08:48
Re: [PATCH] hmp-commands-info.hx: Add missing info command for stats subcommand
,
Michael Tokarev
,
08:47
Re: [PATCH V3 0/2] improve -overcommit cpu-pm=on|off
,
Michael Tokarev
,
08:47
Re: [PATCH v2] os-posix: Expand setrlimit() syscall compatibility
,
Philippe Mathieu-Daudé
,
03:19
June 15, 2024
Re: [PATCH] hmp-commands-info.hx: Add missing info command for stats subcommand
,
Dr. David Alan Gilbert
,
19:55
[PATCH] hmp-commands-info.hx: Add missing info command for stats subcommand
,
Martin Joerg
,
09:28
June 14, 2024
Re: [PATCH] cpu: fix memleak of 'halt_cond' and 'thread'
,
Pierrick Bouvier
,
17:38
[PATCH v2] os-posix: Expand setrlimit() syscall compatibility
,
Trent Huber
,
17:06
Re: [PATCH] os-posix: Expand setrlimit() syscall compatibility
,
Trent Huber
,
16:11
Re: [PATCH] os-posix: Expand setrlimit() syscall compatibility
,
Daniel P . Berrangé
,
09:30
[PATCH] os-posix: Expand setrlimit() syscall compatibility
,
Trent Huber
,
08:56
Re: [PATCH] tests/qtest/fuzz/virtio_net_fuzz.c: fix virtio_net_fuzz_multi
,
Дмитрий Фролов
,
05:41
Re: *** MAY_BE_SPAM !!! *** Re: [PATCH] tests/qtest/fuzz/virtio_net_fuzz.c: fix virtio_net_fuzz_multi
,
Дмитрий Фролов
,
05:33
June 13, 2024
Re: [PATCH] tests/qtest/fuzz/virtio_net_fuzz.c: fix virtio_net_fuzz_multi
,
Thomas Huth
,
12:50
Re: [PATCH] tests/qtest/fuzz: fix memleak in qos_fuzz.c
,
Alexander Bulekov
,
11:55
Re: [PATCH] tests/qtest/fuzz/virtio_net_fuzz.c: fix virtio_net_fuzz_multi
,
Alexander Bulekov
,
11:55
Re: [PATCH] tests/qtest/fuzz/virtio_net_fuzz.c: fix virtio_net_fuzz_multi
,
Дмитрий Фролов
,
07:59
Re: [PATCH] tests/qtest/fuzz/virtio_net_fuzz.c: fix virtio_net_fuzz_multi
,
Thomas Huth
,
06:08
Re: [PATCH] tests/qtest/fuzz: fix memleak in qos_fuzz.c
,
Thomas Huth
,
06:04
Re: [PATCH] cpu: fix memleak of 'halt_cond' and 'thread'
,
Philippe Mathieu-Daudé
,
05:40
June 12, 2024
[PATCH] cpu: fix memleak of 'halt_cond' and 'thread'
,
Matheus Tavares Bernardino
,
13:05
June 11, 2024
Re: [PATCH] tests/qtest/fuzz/virtio_net_fuzz.c: fix virtio_net_fuzz_multi
,
Дмитрий Фролов
,
08:32
Re: [PATCH] tests/qtest/fuzz: fix memleak in qos_fuzz.c
,
Дмитрий Фролов
,
08:31
June 10, 2024
Re: [PATCH] monitor: Remove obsolete stubs
,
Dr. David Alan Gilbert
,
09:19
June 07, 2024
Re: [PATCH 0/7] Remove some unused structures
,
Dr. David Alan Gilbert
,
10:04
June 05, 2024
[PULL v3 30/41] hw/acpi/GI: Fix trivial parameter alignment issue.
,
Michael S. Tsirkin
,
19:36
Re: [PATCH V3 0/2] improve -overcommit cpu-pm=on|off
,
Chen, Zide
,
14:33
Re: [PATCH V2 2/3] target/i386: call cpu_exec_realizefn before x86_cpu_filter_features
,
Chen, Zide
,
13:58
Re: [PATCH V2 2/3] target/i386: call cpu_exec_realizefn before x86_cpu_filter_features
,
Igor Mammedov
,
11:07
Re: [PATCH V3 0/2] improve -overcommit cpu-pm=on|off
,
Igor Mammedov
,
09:49
Re: [PATCH V3 2/2] target/i386: Advertise MWAIT iff host supports
,
Igor Mammedov
,
09:42
Re: [PATCH V3 1/2] vl: Allow multiple -overcommit commands
,
Igor Mammedov
,
09:35
June 04, 2024
[PULL 31/46] hw/acpi/GI: Fix trivial parameter alignment issue.
,
Michael S. Tsirkin
,
15:08
Re: [PATCH V3 2/2] target/i386: Advertise MWAIT iff host supports
,
Xiaoyao Li
,
11:08
June 03, 2024
Re: [PATCH V3 2/2] target/i386: Advertise MWAIT iff host supports
,
Zhao Liu
,
23:47
Re: [PATCH] Fix incorrect disassembly format for certain RISC-V instructions
,
Alistair Francis
,
21:05
[PATCH V3 2/2] target/i386: Advertise MWAIT iff host supports
,
Zide Chen
,
20:03
[PATCH V3 1/2] vl: Allow multiple -overcommit commands
,
Zide Chen
,
20:03
[PATCH V3 0/2] improve -overcommit cpu-pm=on|off
,
Zide Chen
,
20:03
Re: [PATCH V2 2/3] target/i386: call cpu_exec_realizefn before x86_cpu_filter_features
,
Chen, Zide
,
17:30
Re: [PATCH V2 2/3] target/i386: call cpu_exec_realizefn before x86_cpu_filter_features
,
Chen, Zide
,
17:30
Re: [PATCH] io/channel-socket: Fix -fsanitize=undefined problem with latest Clang
,
Daniel P . Berrangé
,
13:55
Re: [PATCH] io/channel-socket: Fix -fsanitize=undefined problem with latest Clang
,
Alex Bennée
,
13:46
Re: [PATCH] io/channel-socket: Fix -fsanitize=undefined problem with latest Clang
,
Thomas Huth
,
11:56
Re: [PATCH] io/channel-socket: Fix -fsanitize=undefined problem with latest Clang
,
Daniel P . Berrangé
,
11:52
Re: [PATCH] io/channel-socket: Fix -fsanitize=undefined problem with latest Clang
,
Peter Maydell
,
11:12
Re: [PATCH] io/channel-socket: Fix -fsanitize=undefined problem with latest Clang
,
Peter Maydell
,
10:58
Re: [PATCH] io/channel-socket: Fix -fsanitize=undefined problem with latest Clang
,
Daniel P . Berrangé
,
10:51
Re: [PATCH] io/channel-socket: Fix -fsanitize=undefined problem with latest Clang
,
Daniel P . Berrangé
,
10:49
Re: [PATCH] io/channel-socket: Fix -fsanitize=undefined problem with latest Clang
,
Alex Bennée
,
10:48
Re: [PATCH] io/channel-socket: Fix -fsanitize=undefined problem with latest Clang
,
Thomas Huth
,
10:39
Re: [PATCH] io/channel-socket: Fix -fsanitize=undefined problem with latest Clang
,
Daniel P . Berrangé
,
08:48
Re: [PATCH] accel/kvm: Fix two lines with hard-coded tabs
,
Philippe Mathieu-Daudé
,
08:46
Re: [PATCH] i386: removes microvm from default build since microvm doesn't support Xen accel.
,
Vilhelm Gyda
,
07:28
Re: [PATCH V2 2/3] target/i386: call cpu_exec_realizefn before x86_cpu_filter_features
,
Igor Mammedov
,
05:30
Re: [PATCH V2 1/3] vl: Allow multiple -overcommit commands
,
Markus Armbruster
,
04:44
Re: [PATCH] i386: removes microvm from default build since microvm doesn't support Xen accel.
,
Vilhelm Gyda
,
03:49
Re: [PATCH] i386: removes microvm from default build since microvm doesn't support Xen accel.
,
Michael Tokarev
,
03:40
Re: [PATCH] i386: removes microvm from default build since microvm doesn't support Xen accel.
,
Vilhelm Gyda
,
03:32
Re: [PATCH] i386: removes microvm from default build since microvm doesn't support Xen accel.
,
Paolo Bonzini
,
02:23
June 02, 2024
Re: [PATCH V2 0/3] improve -overcommit cpu-pm=on|off
,
Michael S. Tsirkin
,
23:14
Re: [PATCH] i386: removes microvm from default build since microvm doesn't support Xen accel.
,
Michael Tokarev
,
08:13
[PATCH] i386: removes microvm from default build since microvm doesn't support Xen accel.
,
Will Gyda
,
06:38
Re: [PATCH] accel/kvm: Fix two lines with hard-coded tabs
,
Zhao Liu
,
01:36
June 01, 2024
Re: [PATCH V2 2/3] target/i386: call cpu_exec_realizefn before x86_cpu_filter_features
,
Zhao Liu
,
11:11
[
Prev Period
]
[
Next Period
]
Mail converted by
MHonArc