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 808800 - Manufacturer in smbios does not show correctly in the guest
Summary: Manufacturer in smbios does not show correctly in the guest
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: qemu-kvm
Version: 6.3
Hardware: Unspecified
OS: Unspecified
low
low
Target Milestone: rc
: ---
Assignee: Gleb Natapov
QA Contact: Virtualization Bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-04-01 03:04 UTC by Yang Zhao
Modified: 2013-12-09 00:56 UTC (History)
10 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-04-03 08:17:45 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Yang Zhao 2012-04-01 03:04:52 UTC
Description of problem
Manufacturer in smbios can not show correctly in the guest 

Version-Release number of selected component (if applicable):
# uname -r
2.6.32-257.el6.x86_64
# rpm -q qemu-kvm
qemu-kvm-0.12.1.2-2.265.el6.x86_6

Guest:
kernel-2.6.18-305.el5

How reproducible:
100%

Steps to Reproduce:
1.Start VM w/ -smbios type=1,manufature=LENOVO
eg:/usr/libexec/qemu-kvm -boot dc -cpu cpu64-rhel6,+x2apic,family=0xf -smp 4 -m 2G -device virtio-balloon-pci,id=balloon0 -k en-us -usb -device usb-tablet,id=tablet0 -device intel-hda,id=sound0 -device hda-duplex,id=sound0-codec0,bus=sound0.0,cad=0 -drive file=/home/test/rhel5.8.qcow2,format=qcow2,if=none,werror=stop,rerror=stop,id=drive-virtio-0-0,media=disk -device virtio-blk-pci,id=virtio-0-0,drive=drive-virtio-0-0 -drive file=/home/test/RHEL5.8-Server-20120202.0-x86_64-DVD.iso,format=raw,if=none,werror=stop,rerror=stop,id=drive-cdrom,media=cdrom -device ide-drive,id=cdrom,drive=drive-cdrom -netdev tap,id=hostnet0,vhost=on,script=/etc/qemu-ifup -device virtio-net-pci,netdev=hostnet0,id=net0,mac=00:00:23:12:11:81 -rtc base=utc,clock=host,driftfix=slew -name RHEL5u8 -spice port=5931,disable-ticketing -vga qxl -monitor stdio -smbios type=1,manufacture="LENOVO",product="M8300T",version=1,serial=CZC9455sc0,uuid=bf937e3e-6ac3-4337-a1b5-db18dfe8b1b3,sku=470065-200,family=Workstation
2.in the guest #dmidecode |more to check the smbios infomation

  
Actual results:
in the #dmidecode output ,it shows 
Manufacture : Red Hat

Expected results:
It should show 
Manufacture : LENOVO

Additional info:

Comment 2 Ademar Reis 2012-04-02 15:45:59 UTC
Yang, please confirm two things:

1. The manpage says it should be "manufacturer", but in your command line you used "manufacture". Please double check if it's a typo or not.

2. What's the behavior in RHEL6.2? (in other words, is it a regression?)

Thanks.

Comment 3 Gleb Natapov 2012-04-03 08:17:45 UTC
Checked the code and it expects "manufacturer". Closing the bug. If still reproducible with correct command line then reopen it.


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