| Submitter | Alexander Graf |
|---|---|
| Date | March 8, 2013, 8:07 p.m. |
| Message ID | <1362773228-1747-67-git-send-email-agraf@suse.de> |
| Download | mbox | patch |
| Permalink | /patch/226253/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/hw/spapr.c b/hw/spapr.c index e88a27a..fadf70f 100644 --- a/hw/spapr.c +++ b/hw/spapr.c @@ -260,6 +260,7 @@ static void *spapr_create_fdt_skel(const char *cpu_model, _FDT((fdt_begin_node(fdt, ""))); _FDT((fdt_property_string(fdt, "device_type", "chrp"))); _FDT((fdt_property_string(fdt, "model", "IBM pSeries (emulated by qemu)"))); + _FDT((fdt_property_string(fdt, "compatible", "qemu,pseries"))); _FDT((fdt_property_cell(fdt, "#address-cells", 0x2))); _FDT((fdt_property_cell(fdt, "#size-cells", 0x2)));