Home | History | Annotate | Download | only in virt

Lines Matching full:bootp

309             # If the new syntax is supported, don't add -bootp
313 return " -bootp '%s'" % filename
485 nic_params.get("bootp"), redirs, netdev_id,
525 bootp = params.get("bootp")
526 if bootp:
527 qemu_cmd += add_bootp(help, bootp)