Il ven 1 ago 2025, 17:00 Martin Kletzander ha scritto:
> From: Martin Kletzander
>
> In some cases (e.g. in vmstate_tests.rs) the second argument to
> impl_vmstate_struct! is actually an existing struct which is then
> copied (since VMStateDescription implements Copy) when saved into the
> stati
Daniel P. Berrangé writes:
> On Fri, Aug 01, 2025 at 04:59:50PM +0200, Martin Kletzander wrote:
>> From: Martin Kletzander
>>
>> When running all tests the expected "killed" messages are indented
>> differently than the actual ones, by three more spaces. Change it so
>> that the messages match
Hi Bernd,
We are currently working on implementing termination support for
fuse-over-io_uring in QEMU, and right now we are focusing on how to
clean up in-flight SQEs properly. Our main question is about how well
the kernel supports robust cancellation for these fuse-over-io_uring
SQEs. Does
On Fri, Aug 01, 2025 at 04:59:50PM +0200, Martin Kletzander wrote:
> From: Martin Kletzander
>
> When running all tests the expected "killed" messages are indented
> differently than the actual ones, by three more spaces. Change it so
> that the messages match and tests pass.
This would break t
From: Martin Kletzander
In some cases (e.g. in vmstate_tests.rs) the second argument to
impl_vmstate_struct! is actually an existing struct which is then
copied (since VMStateDescription implements Copy) when saved into the
static VMSD using .get(). That is not a problem because it is part of
th
I'm fairly sure the first one is alright, but I must admit I have no idea why is
the second patch needed on my system.
For both patches, please take them with a grain of salt and feel free to prove
me wrong with anything.
This used to be a bigger series until I rebased on top of Paolo's rust-next
From: Martin Kletzander
When running all tests the expected "killed" messages are indented
differently than the actual ones, by three more spaces. Change it so
that the messages match and tests pass.
Signed-off-by: Martin Kletzander
---
tests/qemu-iotests/039.out | 10 +-
tests/qemu-i
From: Keith Busch
The emulated device had let the user set whatever max transfers size
they wanted, including no limit. However the device does have an
internal limit of 1024 segments. NVMe doesn't report max segments,
though. This is implicitly inferred based on the MDTS and MPSMIN values.
IOV_
This test uses cache.direct=true, but does not check if O_DIRECT
is supported by the underlying filesystem, and fails, for example,
on a tmpfs (which is rather common on various auto-builders, in CI,
etc).
Fix this by using _require_o_direct.
This example shows where our testing framework is sign
On 25.04.2025 03:52, Eric Blake wrote:
Prove that blockdev-mirror can now result in sparse raw destination
files, regardless of whether the source is raw or qcow2. By making
this a separate test, it was possible to test effects of individual
patches for the various pieces that all have to work t
10 matches
Mail list logo