[Qemu-devel] [PATCH v2 0/3] ipmi: Fix SEL get/set time commands

minyard@acm.org posted 3 patches 6 years, 8 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1503265602-9349-1-git-send-email-minyard@acm.org
Test FreeBSD passed
Test checkpatch passed
Test docker passed
Test s390x passed
[Qemu-devel] [PATCH v2 0/3] ipmi: Fix SEL get/set time commands
Posted by minyard@acm.org 6 years, 8 months ago
Resend, with the style issues and the problem that Cédric pointed
out.
Thanks Cédric, for the review.

Changes from v1:

 * Get the data from the proper offset in the command array.
 * Use {} on all if statements.