Home | History | Annotate | Download | only in qemu

Lines Matching defs:instance

48 type instance struct {
211 func (pool *Pool) Create(workdir string, index int) (vmimpl.Instance, error) {
240 func (pool *Pool) ctor(workdir, sshkey, sshuser string, index int) (vmimpl.Instance, error) {
241 inst := &instance{
279 func (inst *instance) Close() {
295 func (inst *instance) Boot() error {
389 func (inst *instance) Forward(port int) (string, error) {
397 func (inst *instance) targetDir() string {
404 func (inst *instance) Copy(hostSrc string) (string, error) {
429 func (inst *instance) Run(timeout time.Duration, stop <-chan bool, command string) (
504 func (inst *instance) Diagnose() bool {