Re: [PATCH 0/2] test/qtest/migration: Use out-of-band execution for migrate-recover

2025-01-07 Thread Peter Xu
On Tue, Jan 07, 2025 at 05:31:52PM +0100, Juraj Marcin wrote: > In real use cases, the migrate-recover command requires out-of-band > execution, because the main thread processing normal commands is blocked > by a page fault in the guest memory. Tests, however, do not reflect this > which might res

[PATCH 0/2] test/qtest/migration: Use out-of-band execution for migrate-recover

2025-01-07 Thread Juraj Marcin
In real use cases, the migrate-recover command requires out-of-band execution, because the main thread processing normal commands is blocked by a page fault in the guest memory. Tests, however, do not reflect this which might result in some bugs not being caught with tests. The first patch in the

[PATCH 0/2] test

2022-12-14 Thread Peter Xu
manish.mishra (2): io: Add support for MSG_PEEK for socket channel migration: check magic value for deciding the mapping of channels chardev/char-socket.c | 4 +-- include/io/channel.h| 6 io/channel-buffer.c | 1 + io/channel-command.c

[Qemu-devel] [PATCH 0/2] test: fw_cfg: add reboot-timeout test case

2018-10-28 Thread Li Qiang
This patchset is the test case for the following patch: https://lists.gnu.org/archive/html/qemu-devel/2018-10/msg05254.html Li Qiang (2): tests: fw_cfg: add a function to get the fw_cfg file entry tests: fw_cfg: add reboot_timeout test case tests/fw_cfg-test.c | 13 - tests/li

[Qemu-devel] [PATCH 0/2] test virtio-blk hotplug

2014-05-27 Thread Amos Kong
It's worth to add a hotplug test to qtest, but without cooperation of guest OS, new devices can't be initialized by guest, and hot-unplug doesn't work. However, the new test can cover some part of code of hotplug/unplug. Amos Kong (2): virtio-blk-test.c: change pci_nop() to virtblk_init() vir