Bug 207501
Summary: | DMIDecode tables advertizing bogus size | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Daniel Berrangé <berrange> | ||||||
Component: | xen | Assignee: | Xen Maintainance List <xen-maint> | ||||||
Status: | CLOSED RAWHIDE | QA Contact: | Brian Brock <bbrock> | ||||||
Severity: | medium | Docs Contact: | |||||||
Priority: | medium | ||||||||
Version: | rawhide | CC: | bstein, katzj | ||||||
Target Milestone: | --- | ||||||||
Target Release: | --- | ||||||||
Hardware: | All | ||||||||
OS: | Linux | ||||||||
Whiteboard: | |||||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||||
Doc Text: | Story Points: | --- | |||||||
Clone Of: | Environment: | ||||||||
Last Closed: | 2007-01-11 21:02:08 UTC | Type: | --- | ||||||
Regression: | --- | Mount Type: | --- | ||||||
Documentation: | --- | CRM: | |||||||
Verified Versions: | Category: | --- | |||||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
Cloudforms Team: | --- | Target Upstream Version: | |||||||
Embargoed: | |||||||||
Bug Depends On: | |||||||||
Bug Blocks: | 150224 | ||||||||
Attachments: |
|
Description
Daniel Berrangé
2006-09-21 13:23:29 UTC
Created attachment 136852 [details]
DMI Decode output
Ok, verified in a x86_64 HVM guest - still get the bogus dmidecode data size reported, so doesn't seem to be related to the architecture mismatch. Please post the domU's configuration. Here's an example config for x86_64 RHEL-3 guest. name = "rhel3x86_64" builder = "hvm" memory = "500" disk = [ 'file:/xen/rhel3x86_64.img,hda,w', ] vif = [ 'mac=00:16:3e:05:eb:04, bridge=xenbr0', ] uuid = "dbc4c892-4b67-bc7a-895a-a6b5f56ff061" device_model = "/usr/lib64/xen/bin/qemu-dm" kernel = "/usr/lib/xen/boot/hvmloader" vnc=1 vncunused=1 apic=1 acpi=0 pae=1 vcpus=4 serial = "pty" # enable serial console on_reboot = 'restart' on_crash = 'restart' Looks like it is fixed upstream in: http://xenbits.xensource.com/xen-unstable.hg?cs=f426f6e646eb Created attachment 137694 [details]
Fix CPU table length calculation
The upstream patch was not complete. This fixes a corrupt CPU table entry
Fixed in Fedora a little while back now. |