-
Notifications
You must be signed in to change notification settings - Fork 243
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add qdevice_format module #4056
base: master
Are you sure you want to change the base?
Conversation
586c108
to
0b60106
Compare
python ConfigTest.py --category=gating_test_qemu --hostname=RHEL-9.3.0 --customsparams="del soundcards" Hello @mcasquer @ybduan @aliang123 , cc to other maintainers: @luckyh @zhencliu Thanks to you guys in advance! |
773fe93
to
178d57b
Compare
Test cases passed
|
be9e9e6
to
8bb45ad
Compare
Hi @mcasquer and @nickzhq, I just tested the patch with RHEL 10:
All good, thanks for the fix! EDIT: And the same goes for the RHEL 9.6:
|
5039099
to
0c1b8c7
Compare
Hello @nickzhq, hotplug_mem_negative.invalid_device_addr test case failed with current patch
More details internally |
0c1b8c7
to
35b63b2
Compare
68f34b9
to
81c6e29
Compare
Using the latest code of the patch, tests cases passed RHEL 9.6 VM
Windows 11 VM
|
81c6e29
to
1dd4923
Compare
1dd4923
to
ccd141a
Compare
@yanglei-rh Hi,could you help check if this patch fix the 'mq' parameter's issue? |
@nanliu-r Thanks for your reninder, I also can reproduced |
Hello @yanglei-rh , after I've checked this patch, the 'mq' is set to related In addition, what's name of the test case you tested? Thanks! |
replace the details in qdevices.py by qdevice_format. Signed-off-by: Houqi (Nick) Zuo <[email protected]>
ccd141a
to
662a98f
Compare
Hello @yanglei-rh , |
""" | ||
if driver not in self._special_args_in_json["device"]: | ||
self._special_args_in_json["device"][driver] = dict() | ||
cmd = "/usr/libexec/qemu-kvm --device %s,\\?" % driver |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
dynamic get
ID: 3253, 3262, 3269