- 23 9月, 2019 2 次提交
-
-
由 Xu Han 提交于
Add 3 new files input_event_win/linux.py and input_event_proxy.py
-
由 Qianqian Zhu 提交于
qemu_guest_agent: offline should be false for the first vcpu in linux guest
-
- 20 9月, 2019 2 次提交
-
-
由 Peixiu Hou 提交于
Simulate input event listening in guest. Signed-off-by: NXu Han <xuhan@redhat.com> Signed-off-by: NPeixiu Hou <phou@redhat.com>
-
由 Qianqian Zhu 提交于
serial_no_listening: writing to a virtio serial port while no listening side
-
- 19 9月, 2019 3 次提交
-
-
由 Qianqian Zhu 提交于
chardev:Add test case for various chardevs hotplug
-
由 YongxueHong 提交于
storage_benchmark: Update the command of making iozone
-
由 Li Jin 提交于
Signed-off-by: NLi Jin <lijin@redhat.com>
-
- 18 9月, 2019 7 次提交
-
-
由 Longxiang Lyu 提交于
qemu_disk_img.info: support luks
-
由 Yongxue Hong 提交于
Make sure that the environment of making iozone is clean. Signed-off-by: NYongxue Hong <yhong@redhat.com>
-
由 YongxueHong 提交于
block_hotplug: Refectoring block_hotplug
-
由 YongxueHong 提交于
migration_with_block: New cases to test block devices by migration
-
由 Yongxue Hong 提交于
New cases: 1. with_scsi_on2off: Migration with scsi=off to scsi=on test for virtio-blk-device. 2. with_change_cdrom: Change CD file image then migration. 3. with_dataplane_on2off: Live migration from dataplane=on to dataplane=off. 4. with_post_copy.with_mem_stress: Live migration from pre-copy to post-copy during io stress. Signed-off-by: NYongxue Hong <yhong@redhat.com>
-
由 Longxiang Lyu 提交于
Fix 'qemu-img.info' case failure
-
由 Yongxue Hong 提交于
Update the order of importing modules by PEP8. Wrap the codes to function: 1. Update function find_disk and rename it. 2. Update function run_sub_test. 3. Wrap the part of waiting plugging disks completely to function wait_plug_disks. 4. Wrap the part of creating block devices to function create_block_devices. 5. Wrap the part of getting block devices to function get_block_devices. 6. Wrap the part of hotplug or unplug block devices to function plug_block_devices. 7. Wrap the part of format windows disk to function format_disk_win. 8. Wrap the part of doing io testing on disk to function run_io_test. 9. Update function get_disk_size. Signed-off-by: NYongxue Hong <yhong@redhat.com>
-
- 17 9月, 2019 4 次提交
-
-
由 Tingting Mao 提交于
Converting the size of the image to the unit byte then check whether it matches with the output of 'qemu-img info'. Signed-off-by: NTingting Mao <timao@redhat.com>
-
由 Qianqian Zhu 提交于
qemu_guest_agent: bug fix of duplicate serial device id
-
由 lolyu 提交于
1. modify qemu_disk_img.check_backingfile that it will use json to compare backing file if backing is in luks format. 2. add qemu_disk_img_info.InfoTest.start_vm to keep base params that will be used to retrieve backing image's secret to start VM. Signed-off-by: Nlolyu <lolyu@redhat.com>
-
由 Xiaoling Gao 提交于
For guest-get-vcpus cmd,when logical-id is 0,can-offline value should be false. Signed-off-by: NXiaoling Gao <xiagao@redhat.com>
-
- 16 9月, 2019 2 次提交
-
-
由 Xiaoling Gao 提交于
Signed-off-by: NXiaoling Gao <xiagao@redhat.com>
-
由 Xu Tian 提交于
destroy vm before remove snapshot files
-
- 11 9月, 2019 4 次提交
-
-
由 Qianqian Zhu 提交于
qemu-guest-agent: fix guest-exec issue
-
由 nanliu 提交于
Add new case to hotplug and hot-unplug various chardevs Signed-off-by: Nnanliu <nanliu@redhat.com>
-
由 Qianqian Zhu 提交于
Fix it can only run with virtio-net when migration after nic hotunplug
-
由 Yu Wang 提交于
Assign the correct nic_model for nic_model_nic1 Signed-off-by: NYu Wang <wyu@redhat.com>
-
- 10 9月, 2019 4 次提交
-
-
由 Longxiang Lyu 提交于
Fix could not find suitable method for hotplug drive
-
由 Qianqian Zhu 提交于
qemu_guest_agent: new case of sync guest time after stop/cont vm
-
由 Qianqian Zhu 提交于
Add new case of "Migrate guest after NIC hot-unplug"
-
由 Yu Wang 提交于
Add hotunplug migration for migration_after_nichotplug.py Signed-off-by: NYu Wang <wyu@redhat.com>
-
- 09 9月, 2019 1 次提交
-
-
由 Balamuruhan S 提交于
Fixup: Modify cpu library functions
-
- 06 9月, 2019 1 次提交
-
-
由 Yanan Fu 提交于
qemu_guest_agent: new case to test migrate with qga running
-
- 05 9月, 2019 3 次提交
-
-
由 Gao Xiaoling 提交于
Signed-off-by: NXiaoling Gao <xiagao@redhat.com>
-
由 Xiaoling Gao 提交于
Sync guest time after stop/cont vm with guest-set-time cmd. Signed-off-by: NXiaoling Gao <xiagao@redhat.com>
-
由 YongxueHong 提交于
virtio_scsi_mq: Change the timeout for wmi_facility_check
-
- 04 9月, 2019 3 次提交
-
-
由 Qianqian Zhu 提交于
vsock:Fix the issue of vsock_hotplug
-
由 Xiangchun Fu 提交于
1.For Q35 machine type,Hotplugged vsock device ID is change 2.Remove hard code vsock device ID from vsock.cfg Signed-off-by: NXiangchun Fu <xfu@redhat.com>
-
由 Peixiu Hou 提交于
When the device has large queue number, get the queues state need more time, original 5 sec is not enough. Signed-off-by: NPeixiu Hou <phou@redhat.com>
-
- 02 9月, 2019 1 次提交
-
-
由 Yu Wang 提交于
Change sub_test from pci_hotplug to nic_hotplug Signed-off-by: NYu Wang <wyu@redhat.com>
-
- 29 8月, 2019 1 次提交
-
-
由 YongxueHong 提交于
block_during_io.iozone_stress, enlarge iozone_timeout to 7200 seconds
-
- 28 8月, 2019 1 次提交
-
-
由 Xiaoling Gao 提交于
The behavior of linux vm and windows vm is different when run guest-exec cmd with capture_output is true. Signed-off-by: NXiaoling Gao <xiagao@redhat.com>
-
- 27 8月, 2019 1 次提交
-
-
由 Xueqiang Wei 提交于
Enlarge the value of iozone timeout to 7200 sec, in order to run on the low performance host. Signed-off-by: NXueqiang Wei <xuwei@redhat.com>
-