Comment 12 for bug 1396070

Revision history for this message
bugproxy (bugproxy) wrote : Patch needed to apply next patch (CPU LE arch support) correctly

------- Comment on attachment From <email address hidden> 2014-11-28 10:06 EDT-------

Needed for cleanly applying patch '003B', which I will upload next.

This is upstream commit :
commit 44e30277d847f1d2e28531b0020f6a5ad8835542
Author: Eric Blake <email address hidden>
Date: Wed Sep 3 13:32:36 2014 -0600

    maint: use consistent if-else braces in qemu

    I'm about to add a syntax check that enforces our documented
    HACKING style of always using matching {} on if-else statements.

    This commit focuses on the qemu driver.

    * src/qemu/qemu_command.c (qemuParseISCSIString)
    (qemuParseCommandLineDisk, qemuParseCommandLine)
    (qemuBuildSmpArgStr, qemuBuildCommandLine)
    (qemuParseCommandLineDisk, qemuParseCommandLineSmp): Correct use
    of {}.
    * src/qemu/qemu_capabilities.c (virQEMUCapsProbeCPUModels):
    Likewise.
    * src/qemu/qemu_driver.c (qemuDomainCoreDumpWithFormat)
    (qemuDomainRestoreFlags, qemuDomainGetInfo)
    (qemuDomainMergeBlkioDevice): Likewise.
    * src/qemu/qemu_hotplug.c (qemuDomainAttachNetDevice): Likewise.
    * src/qemu/qemu_monitor_text.c (qemuMonitorTextCreateSnapshot)