Home | History | Annotate | Download | only in qemu

Lines Matching defs:heads

144     int cyls, heads, secs, translation;
177 heads = qemu_opt_get_number(opts, "heads", 0);
221 if (cyls || heads || secs) {
226 if (heads < 1 || (type == IF_IDE && heads > 16)) {
227 fprintf(stderr, "qemu: '%s' invalid physical heads number\n", buf);
239 "qemu: '%s' trans must be used with cyls,heads and secs\n",
259 if (cyls || secs || heads) {
434 bdrv_set_geometry_hint(dinfo->bdrv, cyls, heads, secs);