Alex Bennée writes:
> Alex Bennée writes:
>
>> Hi,
>>
>
>> I can replicate some of the other failures I've been seeing in CI by
>> running:
>>
>> ../../meson/meson.py test --repeat 10 --print-errorlogs qtest-arm/qos-test
>>
>> however this seems to run everything in parallel and maybe is be
On Sat, 26 Nov 2022 06:33:15 +,
"chenxiang (M)" wrote:
>
>
> 在 2022/11/23 20:08, Marc Zyngier 写道:
> > On Wed, 23 Nov 2022 01:42:36 +,
> > chenxiang wrote:
> >> From: Xiang Chen
> >>
> >> Currently the number of MSI vectors comes from register PCI_MSI_FLAGS
> >> which should be power-o
On Sat, 26 Nov 2022 at 04:45, Alex Bennée wrote:
>
>
> Alex Bennée writes:
>
> > Alex Bennée writes:
> >
> >> Hi,
> >>
> >
> >> I can replicate some of the other failures I've been seeing in CI by
> >> running:
> >>
> >> ../../meson/meson.py test --repeat 10 --print-errorlogs
> >> qtest-arm/
On Thursday, November 24, 2022 4:58:38 PM CET Greg Kurz wrote:
> The qemu_v9fs_synth_mkdir() and qemu_v9fs_synth_add_file() functions
> currently return a positive errno value on failure. This causes
> checkpatch.pl to spit several errors like the one below:
>
> ERROR: return of an errno should ty
Stefan Hajnoczi writes:
> On Sat, 26 Nov 2022 at 04:45, Alex Bennée wrote:
>>
>>
>> Alex Bennée writes:
>>
>> > Alex Bennée writes:
>> >
>> >> Hi,
>> >>
>> >
>> >> I can replicate some of the other failures I've been seeing in CI by
>> >> running:
>> >>
>> >> ../../meson/meson.py test --r
Reviewed-by: Philippe Mathieu-Daudé
Signed-off-by: Stefan Weil
Message-Id: <20220422070144.1043697-2...@weilnetz.de>
Signed-off-by: Laurent Vivier
---
subprojects/libvhost-user/libvhost-user.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/subprojects/libvhost-user/libvhost
v3:
- Fix description for patch 3
- Add patches 5 and 6
The patches 3 and 5 still need reviews!
[PATCH v3 for-7.2 1/6] libvhost-user: Fix wrong type of argument to
[PATCH v3 for-7.2 2/6] libvhost-user: Fix format strings
[PATCH v3 for-7.2 3/6] libvhost-user: Fix two more format strings
[PATCH v3
Signed-off-by: Stefan Weil
Reviewed-by: Marc-André Lureau
Message-Id: <20220422070144.1043697-3...@weilnetz.de>
Signed-off-by: Laurent Vivier
---
subprojects/libvhost-user/libvhost-user.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/subprojects/libvhost-user/libvhost-
This fix is required for 32 bit hosts. The bug was detected by CI
for arm-linux, but is also relevant for i386-linux.
Reported-by: Stefan Hajnoczi
Signed-off-by: Stefan Weil
---
subprojects/libvhost-user/libvhost-user.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/subpr
With the G_GNUC_PRINTF function attribute the compiler detects
two potential insecure format strings:
../../../net/stream.c:248:31: warning: format string is not a string literal
(potentially insecure) [-Wformat-security]
qemu_set_info_str(&s->nc, uri);
^~~
../..
Signed-off-by: Stefan Weil
---
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index cf24910249..6966490c94 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2005,6 +2005,7 @@ F: docs/interop/vhost-user.rst
F: contrib/vhost-user-*/
F: backends/vhost-user.c
Signed-off-by: Stefan Weil
Reviewed-by: Marc-André Lureau
Message-Id: <20220422070144.1043697-4...@weilnetz.de>
Signed-off-by: Laurent Vivier
---
subprojects/libvhost-user/libvhost-user.c | 13 -
1 file changed, 12 insertions(+), 1 deletion(-)
diff --git a/subprojects/libvhost-user
On 11/24/22 03:50, Peter Maydell wrote:
Peter Maydell (19):
hw/core/cpu-common: Convert TYPE_CPU class to 3-phase reset
target/arm: Convert to 3-phase reset
target/avr: Convert to 3-phase reset
target/cris: Convert to 3-phase reset
target/hexagon: Convert to 3-phase reset
target
13 matches
Mail list logo