提交 25cbc13c 编写于 作者: P Peter Krempa

cpu: x86: Fix function header formatting and whitespace

上级 57d27a84
......@@ -1240,6 +1240,7 @@ cleanup:
ret = VIR_CPU_COMPARE_INCOMPATIBLE; \
} while (0)
static virCPUCompareResult
x86Compute(virCPUDefPtr host,
virCPUDefPtr cpu,
......@@ -1410,6 +1411,7 @@ x86GuestData(virCPUDefPtr host,
return x86Compute(host, guest, data, message);
}
static int
x86AddFeatures(virCPUDefPtr cpu,
struct x86_map *map)
......@@ -2010,8 +2012,10 @@ x86Update(virCPUDefPtr guest,
return -1;
}
static int x86HasFeature(const virCPUData *data,
const char *name)
static int
x86HasFeature(const virCPUData *data,
const char *name)
{
struct x86_map *map;
struct x86_feature *feature;
......@@ -2030,6 +2034,7 @@ cleanup:
return ret;
}
struct cpuArchDriver cpuDriverX86 = {
.name = "x86",
.arch = archs,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册