- 25 9月, 2015 10 次提交
-
-
由 Eduardo Habkost 提交于
Nested VMX is not enabled by default in the kernel and some QEMU versions failed to report VMX as missing when using enforce mode, so it's better to explicitly disable it when testing. Signed-off-by: NEduardo Habkost <ehabkost@redhat.com>
-
由 Eduardo Habkost 提交于
Signed-off-by: NEduardo Habkost <ehabkost@redhat.com>
-
由 Eduardo Habkost 提交于
Signed-off-by: NEduardo Habkost <ehabkost@redhat.com>
-
由 Eduardo Habkost 提交于
To allow testing of CPU models that can't run in the host due to missing hardware or kernel support, add QOM-based testing that will just check the "feature-words" and "filtered-features" QOM properties on CPU objects, to check if the set of CPU features matches the CPUID dump. Signed-off-by: NEduardo Habkost <ehabkost@redhat.com>
-
由 Eduardo Habkost 提交于
This will make it easier to handle missing registers when implementing QMP-based CPUID checks. Signed-off-by: NEduardo Habkost <ehabkost@redhat.com>
-
由 Eduardo Habkost 提交于
We will support a test mode that uses QOM, later. Signed-off-by: NEduardo Habkost <ehabkost@redhat.com>
-
由 Eduardo Habkost 提交于
On some systems, sgabios can be enabled and BIOS output may go to the serial port. Be more permissive, and ignore anything outside the ==START TEST== and ==END TEST== delimiters when parsing CPUID dump output. Signed-off-by: NEduardo Habkost <ehabkost@redhat.com>
-
由 Eduardo Habkost 提交于
avocado-vt will throw VMCreateError if QEMU refuses to start, so handle both VMStartError and VMCreateError, to catch errors when a CPU model can't run. Signed-off-by: NEduardo Habkost <ehabkost@redhat.com>
-
由 Eduardo Habkost 提交于
Makes it easier to change and to solve git conflicts. Signed-off-by: NEduardo Habkost <ehabkost@redhat.com>
-
由 Eduardo Habkost 提交于
Better for debugging. Signed-off-by: NEduardo Habkost <ehabkost@redhat.com>
-
- 24 9月, 2015 4 次提交
-
-
由 Yiqiao Pu 提交于
qemu.cfg.host-kernel: Update host_rhel name
-
由 Yiqiao Pu 提交于
qemu.tests.cfg: Add some scenarios to cover more command in guest
-
由 Xu Tian 提交于
tp-qemu: balloon_check_qmp.cfg: fix a typo.
-
由 Lucas Meneghel Rodrigues 提交于
qemu/tests/cgroup.py:Fix wrong argument passed to cgroup.set_propert…
-
- 23 9月, 2015 1 次提交
-
-
由 tolimit 提交于
qemu/tests/cgroup.py:Fix wrong argument passed to cgroup.set_property() in cpuset_cpus_switching();
-
- 21 9月, 2015 3 次提交
-
-
由 Lucas Meneghel Rodrigues 提交于
Import fixes and cleanups
-
由 Lucas Meneghel Rodrigues 提交于
This fixes a problem found by pylint inspection: The wrong argument was being passed in some calls to super(). Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
Clean up imports across the board in tp-qemu. The criteria followed was: 1) Remove unnecessary imports 2) Turn multi imports from a single entry point to one import per line. This increases both patch and source code readability. 3) Separate blocks of imports with a line: * Python standard library imports * Autotest imports * virttest imports * Internal tp-qemu imports 4) Remove try/except blocks refering autotest libs and stick with the virttest.staging copy This paves the way for the future removal of autotest references, replacing those references with avocado ones. Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
- 18 9月, 2015 2 次提交
-
-
由 Lucas Meneghel Rodrigues 提交于
'virttest.aexpect' was refactored and turned to its own project. Let's update all the references to simply 'aexpect' Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
-
- 17 9月, 2015 2 次提交
- 16 9月, 2015 1 次提交
-
-
由 Cong Li 提交于
Signed-off-by: NCong Li <coli@redhat.com>
-
- 11 9月, 2015 2 次提交
-
-
由 Cong Li 提交于
Get the numa node index instead of the number of the numa node, as there are some non-contiguous numa nodes host. Signed-off-by: NCong Li <coli@redhat.com>
-
由 Cong Li 提交于
Signed-off-by: NCong Li <coli@redhat.com>
-
- 10 9月, 2015 1 次提交
-
-
由 Shuping Cui 提交于
Add some scenarios to get event "RESET" and "SHUTDOWN" when send command in guest. Signed-off-by: NShuping Cui <scui@redhat.com>
-
- 08 9月, 2015 1 次提交
-
-
由 Yiqiao Pu 提交于
qemu.tests: Add qemu_disk_img_rebase test case
-
- 07 9月, 2015 3 次提交
-
-
由 Shuping Cui 提交于
If host and guest cfg have same sub variants at all, will create the incorrect case list, this patch will fix it. Signed-off-by: NShuping Cui <scui@redhat.com>
-
由 Yiqiao Pu 提交于
tp-qemu: usb: test the usb bus alone.
-
由 Yiqiao Pu 提交于
qemu/tests/pci_hotplug_check: fix wrong check condition
-
- 01 9月, 2015 3 次提交
- 31 8月, 2015 1 次提交
-
-
由 Xu Tian 提交于
tp-qemu: Disable hv_vapnic on RHEL6 ,enable hv_relaxed on RHEL6
-
- 28 8月, 2015 2 次提交
-
-
由 Mike Cao 提交于
Signed-off-by: NMike Cao <bcao@redhat.com>
-
由 Mike Cao 提交于
Signed-off-by: NMike Cao <bcao@redhat.com>
-
- 26 8月, 2015 1 次提交
-
-
由 Xu Tian 提交于
tp-qemu: cdrom.py: update the way to get the cdrom in guest.
-
- 25 8月, 2015 3 次提交
-
-
由 Cong Li 提交于
1. The way in cdrom.py (cdrom_dev_list[-1]) to get cdrom is not suitable, especially for multiple cdrom, update the way to get the cdrom in guest according to the serial number. 2. The guest <= RHEl.5 does not support subcase "cdrom_not_insert", then disable it. Signed-off-by: NCong Li <coli@redhat.com>
-
由 Xu Tian 提交于
tp-qemu: fix logical issue in watchdog.migration_when_wdt_timeout.pause
-
由 Xu Tian 提交于
qemu.tests.mq_change_qnum: Improve the method for getting ext_host
-