Home
last modified time | relevance | path

Searched refs:host_model (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/include/hw/ppc/
H A Dspapr.h249 char *host_model;
264 char *host_model; global() member
/openbmc/qemu/hw/ppc/
H A Dspapr.c1279 if (spapr->host_model) { in spapr_build_fdt()
1280 _FDT(fdt_setprop_string(fdt, 0, "host-model", spapr->host_model)); in spapr_build_fdt()
3399 return g_strdup(spapr->host_model); in spapr_get_host_serial()
3406 g_free(spapr->host_model); in spapr_set_host_serial()
3407 spapr->host_model = g_strdup(value); in spapr_set_host_serial()