- 01 7月, 2013 1 次提交
-
-
由 yangdongsheng 提交于
(1).__schema_name__ = "nodedev" (2).change get_key2syspath_dict and get_key2value_dict from @staticmethod to method of NodedevXML. Signed-off-by: Nyangdongsheng <yangds.fnst@cn.fujitsu.com>
-
- 29 6月, 2013 2 次提交
-
-
由 Lucas Meneghel Rodrigues 提交于
The default QEMU set, migrate, can usually be run with a variety of QEMU shipped by current distros. With the new migration protocols, people running the default set will frequently have SKIPPED tests, which is not good. So, restrict the default set to protocols that are widely available. Once the new formats are widespread (could take over a year for that to happen), we can revert this change. Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
When starting QEMU with an incoming migration protocol it doesn't know about, a VMCreateError will be thrown. We can do better in this case. Create a new exception class that inherits from error.TestNAError, so the test is skipped rather than errored or failed. Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
- 28 6月, 2013 1 次提交
-
-
由 Michael R. Hines 提交于
Signed-off-by: NMichael R. Hines <mrhines@us.ibm.com>
-
- 27 6月, 2013 10 次提交
-
-
由 Qingtang Zhou 提交于
This patch adds an extra directory level for RHEL guest, so that we can add arch independent config in single place. Signed-off-by: NQingtang Zhou <qzhou@redhat.com>
-
由 Qingtang Zhou 提交于
This `usb_storage` script would fail when getting usb disk name in guest, since the guest doesn't fully boot up. Thus it needs some more time to wait for guest initiate usb disk after boot. Signed-off-by: NQingtang Zhou <qzhou@redhat.com>
-
由 Qingtang Zhou 提交于
If we run the usb_multi_disk.max_disk several times, this test would fail because the images are formatted and no usable free space. This patch makes these images created force everytime, to avoid this problem. Signed-off-by: NQingtang Zhou <qzhou@redhat.com>
-
由 Qingtang Zhou 提交于
If there are more than one usb controllers on VM, the usb port assignment code would assign one port on every controller. This patch tries to fix this problem. Signed-off-by: NQingtang Zhou <qzhou@redhat.com>
-
由 Qingtang Zhou 提交于
The VMUSBControllerPortFullError exception doesn't provide enough message to point out where has the problem. This patch prints the usb device map when the exception is raised, so that we can see which device caused the exception. Signed-off-by: NQingtang Zhou <qzhou@redhat.com>
-
由 Qingtang Zhou 提交于
The virt-test framework checks both 'start_vm' and 'restart_vm' parameters before starting a VM. So if we don't want to start VM by framework, we should set both of these parameters to 'no'. Signed-off-by: NQingtang Zhou <qzhou@redhat.com>
-
由 Jiří Župka 提交于
Signed-off-by: NJiří Župka <jzupka@redhat.com>
-
由 Lukáš Doktor 提交于
Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
由 Lukáš Doktor 提交于
Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
Sometimes we want to check qemu from a git tag, that allows us to verify whether the code we are downloading actually comes from the repository owner. Introduce this support to our git helper. If for some reason this verification fails, be merciless and fail the entire build test. CC: Michael S. Tirskin <mst@redhat.com> Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
- 26 6月, 2013 20 次提交
-
-
由 Lukáš Doktor 提交于
Quite often the only difference between HMP and QMP monitor output is missing or additional space. Add '' around outputs to help finding those bugs. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
由 Lukáš Doktor 提交于
qemu_command has to be passed to qemu_has_option() function. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
由 Lukáš Doktor 提交于
Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
由 Lukáš Doktor 提交于
This test previously only checked, if any CPU contains 'current=True'. With this patch it goes through all cpus and checks, whether the 'current=True' is set only for the last CPU. Additionally this verification method works with all smp setups. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
由 Lukáš Doktor 提交于
When start_vm was False, VM was not recreated, only params were updated. Anyway when create() was called it didn't detect this change and executed the previous command instead. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
由 Lukáš Doktor 提交于
chardev option should be wait instead of nowait and it requires backend to be specified. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
由 Lukáš Doktor 提交于
Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
由 Lukáš Doktor 提交于
Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
由 Lukáš Doktor 提交于
Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
由 Lukáš Doktor 提交于
Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
由 Lukáš Doktor 提交于
init_pci_addr is non existing parameter. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
由 Lukáš Doktor 提交于
This patch adds support for q35 machine type. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
由 Lukáš Doktor 提交于
Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
由 Lukáš Doktor 提交于
This patch adds two types of qemu_devices and uses them for PCI devices. The addr and bus items are handled by qemu_devices bus. New config option is also introduced: strict_mode(bool): which enforce setting optional parameters (bus, addr, ...) Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
由 Lukáš Doktor 提交于
This patch makes VM.make_create_command use devices.has_device() and devices.has_option(). Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
由 Lukáš Doktor 提交于
-
由 Lukáš Doktor 提交于
This patch modifies the way how qemu_command is created. Instead of long string it creates a representation of devices, which behaves similarily to qemu's qdev. Current implementation is very limited and only handles PCI bus. All devices are created as simple StringDevices so the benefit might not be obvious. But later patches adds specific devices (usb, image, ...) and their specific behaviour. Additionally this patch adds the basic support for q35 machine. Later the support for automatic check of running VM and representation will be added. NOTE: This version's pci addresses are not assigned properly as upstream currently uses different method. Following patch removes the original mechanism and uses the one from this patch. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
由 Yang Feng 提交于
virttest.test_setup: Add some hugepage related config params
-
由 Chris Evich 提交于
Pygithub update
-
由 Chris Evich 提交于
When an exception is thrown upon reading from cache, attempt to remove the related entries being operated on. An exception will still be thrown, however the cache will not be corrupted with bad entries. Also, ran into RH BZ 954156 when running cache_populate.py as it loads commit authors for issue #362: bsddb.db.DBPageNotFoundError: (-30986, 'DB_PAGE_NOTFOUND: Requested page not found') RH BZ: 954156 Signed-off-by: NChris Evich <cevich@redhat.com>
-
- 25 6月, 2013 6 次提交
-
-
由 Chris Evich 提交于
Signed-off-by: NChris Evich <cevich@redhat.com>
-
由 Chris Evich 提交于
Signed-off-by: NChris Evich <cevich@redhat.com>
-
由 Chris Evich 提交于
Signed-off-by: NChris Evich <cevich@redhat.com>
-
由 Chris Evich 提交于
Signed-off-by: NChris Evich <cevich@redhat.com>
-
由 Chris Evich 提交于
Signed-off-by: NChris Evich <cevich@redhat.com>
-
由 Chris Evich 提交于
Signed-off-by: NChris Evich <cevich@redhat.com>
-