[dts] [PATCH V2 1/4] tests/power_bidirection_channel: vm config file

Yao, Lei A lei.a.yao at intel.com
Thu Jan 16 03:27:38 CET 2020



> -----Original Message-----
> From: Mo, YufengX <yufengx.mo at intel.com>
> Sent: Thursday, January 16, 2020 9:56 AM
> To: dts at dpdk.org; Yao, Lei A <lei.a.yao at intel.com>
> Cc: Mo, YufengX <yufengx.mo at intel.com>
> Subject: [dts][PATCH V2 1/4] tests/power_bidirection_channel: vm config
> file
> 
> 
> upload vm config file.
> 
> Signed-off-by: yufengmx <yufengx.mo at intel.com>
Acked-by: Lei Yao <lei.a.yao at intel.com>
> ---
>  conf/power_bidirection_channel.cfg | 30
> ++++++++++++++++++++++++++++++
>  1 file changed, 30 insertions(+)
>  create mode 100644 conf/power_bidirection_channel.cfg
> 
> diff --git a/conf/power_bidirection_channel.cfg
> b/conf/power_bidirection_channel.cfg
> new file mode 100644
> index 0000000..bb13bdf
> --- /dev/null
> +++ b/conf/power_bidirection_channel.cfg
> @@ -0,0 +1,30 @@
> +# libvirtd options:
> +# [VM name] section value is the name for VM
> +# cpu       # hard code type to host-passthrough
> +#   number: number of vcpus
> +#   cpupin: host cpu list
> +# mem
> +#   size: 4096
> +# disk
> +#   file: absolute path to disk image
> +#   type: disk image format
> +# login
> +#   user: user name to login into VM
> +#   password: passwork to login into VM
> +# device
> +#   pf_idx: pass-through device index of DUT ports
> +#   guestpci: hardcode value of guest pci address
> +# virtio_serial_channel
> +#   path: virtio unix socket absolute path
> +#   name: virtio serial name in VM
> +
> +# vm configuration for vm power management case [vm0] cpu =
> +    number=8,cpupin=4 5 6 7 8 9 10 11;
> +mem =
> +    size=8196;
> +disk =
> +    file=/home/vms/fedora27.img,opt_format=qcow2;
> +login =
> +    user=root,password=tester;
> --
> 2.21.0



More information about the dts mailing list