Re: [Qemu-devel] [PATCH v7 05/13] tests: Add vm test lib

2017-09-15 Thread Fam Zheng
On Fri, 09/15 12:37, Alex Bennée wrote: > > Fam Zheng writes: > > > This is the common code to implement a "VM test" to > > > > 1) Download and initialize a pre-defined VM that has necessary > > dependencies to build QEMU and SSH access. > > > > 2) Archive $SRC_PATH to a .tar file. > > > >

Re: [Qemu-devel] [PATCH v7 05/13] tests: Add vm test lib

2017-09-15 Thread Alex Bennée
Fam Zheng writes: > This is the common code to implement a "VM test" to > > 1) Download and initialize a pre-defined VM that has necessary > dependencies to build QEMU and SSH access. > > 2) Archive $SRC_PATH to a .tar file. > > 3) Boot the VM, and pass the source tar file to the guest.