]> www.infradead.org Git - users/dwmw2/qemu.git/commit
tests/qtest/vmcoreinfo: add a unit test to exercize basic vmcoreinfo function
authorAni Sinha <anisinha@redhat.com>
Mon, 20 Jan 2025 04:38:34 +0000 (10:08 +0530)
committerFabiano Rosas <farosas@suse.de>
Mon, 3 Feb 2025 15:15:50 +0000 (12:15 -0300)
commit5fddf0c0459a9d637b6cfc683d938061c0c3b1a8
tree9eb51aef94a2bb1b7e02000be144d029eaec18ae
parent9c38fea83be147aa0b65eec881a2883089ecac40
tests/qtest/vmcoreinfo: add a unit test to exercize basic vmcoreinfo function

A new qtest is written that exercizes the fw-cfg DMA based read and write ops
to write values into vmcoreinfo fw-cfg file and read them back and verify that
they are the same.

Signed-off-by: Ani Sinha <anisinha@redhat.com>
Message-ID: <20250120043847.954881-4-anisinha@redhat.com>
Signed-off-by: Fabiano Rosas <farosas@suse.de>
MAINTAINERS
tests/qtest/meson.build
tests/qtest/vmcoreinfo-test.c [new file with mode: 0644]