Yu Yihuang

Results 19 issues of Yu Yihuang

bystatus.py: Use relative path to create symbolic link The current design uses an absolute path to create symbolic link, this means no matter where the log files are moved/uploaded, the...

The current workaround is adding "_copied" string into the swtpm path for vTPM migration. When we do ping-pong migration few times, the socket path is longer than system limitation(107), which...

1. "virtio_dev_xxx" are global settings for virtio devices, but they will always be set if we define them, even if the device has set these properties. The property setting by...

Use the upstream git repo for testing is not stable, use the src.rpm for sve testing, the version is as same as the system. Signed-off-by: Yihuang Yu

The current implementation doesn't accurately determine if the port is in use. We need to attempt a connection to the port rather than just attempting to bind to it. Also,...

The current "create" method actually consists of qemu command line generation and qemu process creation. There are also "destroy" methods that include stopping the qemu process and cleaning up resources....

1. qcontainer: Introduce hostdev_define_by_params method to define a host device, it's used for qemu. Currently, it only supports pci devices, something like s390x's vfio-ap and vfio-ccw are not yet supported....

After we switched to using the new runner, the env file cannot be reused, which means some resources will be generated in each case, this further increases the consumption of...

provider: Add the hostdev module to set up host devices for testing. 1. hostdev: PF/VF instance to manage host device 2. hostdev.dev_setup: Wrapper to configure host devices, so test cases...

1. Update checkout to v4 2. Update setup-python to v5 3. Update changed-files to v41 4. Update commitlint to v6 5. Add python3.12 ID: 1901