[libvirt PATCH 0/2] tests: bhyve: minor style tweaks for constants

Ján Tomko posted 2 patches 2 years, 7 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1630783592.git.jtomko@redhat.com
tests/bhyveargv2xmltest.c | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
[libvirt PATCH 0/2] tests: bhyve: minor style tweaks for constants
Posted by Ján Tomko 2 years, 7 months ago
I found these lying around in a forgotten branch.

Ján Tomko (2):
  tests: bhyve: remove magic constants
  tests: bhyve: use bitwise shift when defining flags

 tests/bhyveargv2xmltest.c | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

-- 
2.31.1

Re: [libvirt PATCH 0/2] tests: bhyve: minor style tweaks for constants
Posted by Pavel Hrdina 2 years, 7 months ago
On Sat, Sep 04, 2021 at 09:27:41PM +0200, Ján Tomko wrote:
> I found these lying around in a forgotten branch.
> 
> Ján Tomko (2):
>   tests: bhyve: remove magic constants
>   tests: bhyve: use bitwise shift when defining flags

Reviewed-by: Pavel Hrdina <phrdina@redhat.com>