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

cpu: x86: Fix function header formatting and whitespace

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