RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 890121 - Lots of device properties are different in the 'info qtree' output - RHEL6.0 host VS RHEL6.4 host (-M rhel6.0.0) - Non-default devices
Summary: Lots of device properties are different in the 'info qtree' output - RHEL6.0 ...
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: qemu-kvm
Version: 6.4
Hardware: Unspecified
OS: Unspecified
medium
high
Target Milestone: rc
: ---
Assignee: Eduardo Habkost
QA Contact: Virtualization Bugs
URL:
Whiteboard:
: 890130 890144 890149 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-12-25 08:51 UTC by Qunfang Zhang
Modified: 2013-05-21 15:28 UTC (History)
12 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-05-21 15:28:03 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
'info qtree' output on rhel6.0 host with *non-default* parameters (14.87 KB, application/vnd.oasis.opendocument.text)
2012-12-25 08:55 UTC, Qunfang Zhang
no flags Details
'info qtree' output on rhel6.4 host (-M rhel6.0.0) with *non-default* paramters (15.64 KB, application/vnd.oasis.opendocument.text)
2012-12-25 08:56 UTC, Qunfang Zhang
no flags Details
rhel6.0.0 diff (generated from the data in the ODT file) (14.93 KB, text/plain)
2013-01-10 13:54 UTC, Eduardo Habkost
no flags Details
rhel6.1.0 diff (generated from the data in the ODT file) (15.46 KB, text/plain)
2013-01-10 13:54 UTC, Eduardo Habkost
no flags Details
rhel6.2.0 diff (generated from the data in the ODT file) (11.95 KB, text/plain)
2013-01-10 13:55 UTC, Eduardo Habkost
no flags Details
rhel6.3.0 diff (generated from the data in the ODT file) (12.56 KB, text/plain)
2013-01-10 13:55 UTC, Eduardo Habkost
no flags Details

Description Qunfang Zhang 2012-12-25 08:51:15 UTC
Description of problem:
This bug is similar with bug 889995 but for different devices. In this bug I listed the non-default devices like usb device,virtio-serial, virtio balloon, qxl vga type, etc. 
Create separate bugs because tracking all devices in one bug maybe a little muddle,huge and hard to set the priority. 
Of course any suggestions or method to track multiple devices issue are welcomed. 

Version-Release number of selected component (if applicable):
RHEL6.4 host:
kernel2.6.32-348.el6.x86_64
qemu-kvm-0.12.1.2-2.346.el6.x86_64

RHEL6.0-z host:
kernel-2.6.32-71.40.1.el6.x86_64
qemu-kvm-0.12.1.2-2.113.el6_0.8.x86_64

How reproducible:
Always


Steps to Reproduce:
1. Boot a guest on rhel6.0 host and attach as more devices as possible that 6.0 supported.
# /usr/libexec/qemu-kvm -S -enable-kvm -m 1024 -smp 1,sockets=1,cores=1,threads=1 -name rhel6.1-64 -uuid 69f4aa4b-a575-348e-934b-0c27f138c735  -monitor stdio -rtc base=utc -no-shutdown -boot order=nc,menu=on -drive file=/home/disk.qcow2,if=none,id=drive-ide0-0-0,format=qcow2,cache=none -device ide-drive,bus=ide.0,unit=0,drive=drive-ide0-0-0,id=ide0-0-0  -drive file=/home/boot.iso,id=drive-cdrom,format=raw,if=none,werror=stop,rerror=stop,media=cdrom -device ide-drive,drive=drive-cdrom,id=cdrom -netdev tap,id=hostnet0 -device rtl8139,netdev=hostnet0,id=net0,mac=52:54:00:8a:36:ae,bus=pci.0,addr=0x3 -netdev tap,id=hostnet1 -device e1000,netdev=hostnet1,id=net1,mac=52:54:00:8a:36:20,bus=pci.0,addr=0x4 -netdev tap,id=hostnet2 -device virtio-net-pci,netdev=hostnet2,id=net2,mac=52:54:00:8a:36:20,bus=pci.0,addr=0x5 -chardev pty,id=charserial0 -device isa-serial,chardev=charserial0,id=serial0 -device AC97,id=sound0,bus=pci.0,addr=0x6 -device virtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x7 -device virtio-serial-pci,id=virtio-serial0,max_ports=16,bus=pci.0,addr=0x8 -chardev socket,id=channel0,host=127.0.0.1,port=12345,server,nowait -device virtserialport,bus=virtio-serial0.0,nr=1,chardev=channel0,id=channel0,name=com.redhat.rhevm.vdsm -k en-us -device piix3-usb-uhci,id=usb,bus=pci.0,addr=0x1.0x2 -device usb-tablet,id=input0  -device usb-kbd,id=kbd -device usb-mouse,id=mouse  -drive file=/home/disk-2.qcow2,if=none,id=drive-virtio0,format=qcow2,cache=none,rerror=stop,werror=stop -device virtio-blk-pci,bus=pci.0,addr=0xa,drive=drive-virtio0,id=virtio0  -drive file=/home/floppy.img,if=none,id=drive-fdc0-0-0,readonly=on,format=raw -global isa-fdc.driveA=drive-fdc0-0-0 -vnc :10 -vga std -watchdog i6300esb -watchdog-action pause 

2. On 6.0 host:
(qemu)info qtree

3. Boot guest on rhel6.4 host with the same command line as step 1 but append "-M rhel6.0.0".

4. (qemu)info qtree

5. Compare the output on step 2 and step 4. 
  
Actual results:
Lot's of properties are different, some properties showing up on 6.4 host but not on 6.0 host.
Some property values are changed on 6.4 host.
Here only highlight some of them, for detail please check attachment. 
(Blue front means "properties exists on 6.4 but not on 6.0;
 Red front means "property value changed on rhel6.4 host")

Highlight:
(1) "dev-prop: indirect_desc = on" for virtio devices on rhel6.4 host with -M rhel6.0.0, but on rhel6.0 host, it is "dev-prop: indirect_desc = off"

(2) with -vga qxl frontend, lot's of properties changed or new properties showing up on rhel6.4 host. That make migration between 6.0<->6.4 failed.

(3) Lots of properties value changed for virtio-net-pci driver and some new properties showing up on 6.4 host, for detail please check the attachment.



Expected results:


Additional info:

Comment 1 Qunfang Zhang 2012-12-25 08:54:44 UTC
Hi, Markus and Amit
I did not set "blocker?" for this bug and please help assess the issue and feel free to modify if need. Comments are welcomed to help identify the severity of each devices described in the attachment

Comment 2 Qunfang Zhang 2012-12-25 08:55:35 UTC
Created attachment 668783 [details]
'info qtree' output on rhel6.0 host with *non-default* parameters

Comment 3 Qunfang Zhang 2012-12-25 08:56:56 UTC
Created attachment 668784 [details]
'info qtree' output on rhel6.4 host (-M rhel6.0.0) with  *non-default* paramters

Comment 4 Qunfang Zhang 2012-12-25 09:07:12 UTC
For virtio serial device, "dev-prop-int: guest_connected: 1" displays on rhel6.0 host.  while "dev-prop-int: guest_connected: 0" displays on rhel6.4 host with -M rhel6.0.0.

Comment 6 Eduardo Habkost 2012-12-26 17:08:16 UTC
*** Bug 890130 has been marked as a duplicate of this bug. ***

Comment 7 Eduardo Habkost 2012-12-26 17:08:18 UTC
*** Bug 890144 has been marked as a duplicate of this bug. ***

Comment 8 Eduardo Habkost 2012-12-26 17:08:19 UTC
*** Bug 890149 has been marked as a duplicate of this bug. ***

Comment 10 Eduardo Habkost 2013-01-10 13:54:15 UTC
Created attachment 676325 [details]
rhel6.0.0 diff (generated from the data in the ODT file)

Comment 11 Eduardo Habkost 2013-01-10 13:54:40 UTC
Created attachment 676326 [details]
rhel6.1.0 diff (generated from the data in the ODT file)

Comment 12 Eduardo Habkost 2013-01-10 13:55:05 UTC
Created attachment 676327 [details]
rhel6.2.0 diff (generated from the data in the ODT file)

Comment 13 Eduardo Habkost 2013-01-10 13:55:30 UTC
Created attachment 676328 [details]
rhel6.3.0 diff (generated from the data in the ODT file)


Note You need to log in before you can comment on or make changes to this bug.