qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v5 00/16] iotests: use vm.cmd()


From: Vladimir Sementsov-Ogievskiy
Subject: Re: [PATCH v5 00/16] iotests: use vm.cmd()
Date: Fri, 21 Apr 2023 14:59:19 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.9.0

On 15.02.23 16:25, Vladimir Sementsov-Ogievskiy wrote:
Hi all!

Let's get rid of pattern

     result = self.vm.qmp(...)
     self.assert_qmp(result, 'return', {})

And switch to just

     self.vm.cmd(...)

v5:
- include fixups by John
- fix 'make check-dev'
- split first patch into several [Daniel]

Ping.

Patches 1-2 (or their equivalence) are already merged, patches 03-16 are 
applicable on current master, I don't think it worth resending a v6 just to 
drop 1-2.

--
Best regards,
Vladimir




reply via email to

[Prev in Thread] Current Thread [Next in Thread]