Lines Matching full:loader
27 * @param loader Qemu loader instance the command should be added to.
32 int qemu_loader_alloc(struct qemu_loader *loader, const uint8_t *name,
40 * @param loader Qemu loader instance the command should be added to.
46 int qemu_loader_add_checksum(struct qemu_loader *loader, const uint8_t *name,
52 * @param loader Qemu loader instance the command should be added to.
59 int qemu_loader_add_pointer(struct qemu_loader *loader,
64 * Creates a qemu loader instance.
66 * @param new_loader Returns the newly created qemu loader instance.
67 * @param fwcfg_name Name of the FwCfg item which represents the qemu loader
72 * Signals that all commands are written to the qemu loader. This function
75 * @param loader Qemu loader instance which should be finished.
77 int qemu_loader_finish(struct qemu_loader *loader);