Bug 1056284

Summary: Solaris 11 fails to install with BAD TRAP
Product: [Fedora] Fedora Reporter: Richard W.M. Jones <rjones>
Component: qemuAssignee: Fedora Virtualization Maintainers <virt-maint>
Status: CLOSED WONTFIX QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 20CC: amit.shah, berrange, cfergeau, dwmw2, itamar, pbonzini, rjones, scottt.tw, virt-maint
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-01-21 21:31:56 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
solaris.png none

Description Richard W.M. Jones 2014-01-21 21:29:22 UTC
Created attachment 853462 [details]
solaris.png

Description of problem:

I know we don't care about this.  I'm just recording this
here along with the failure so that there will be more than
1 hit on Google for this bug.

Version-Release number of selected component (if applicable):

sol-11_1-text-x86.iso
qemu-1.6.1-3.fc20.x86_64

How reproducible:

100%

Steps to Reproduce:

virt-install -n solaris-11 \
  --disk path=/dev/fedora/solaris-11 \
  --cdrom /tmp/sol-11_1-text-x86.iso \
  --os-variant solaris11 \
  --cpu=host --vcpus=1 \
  -r 2048

Actual results:

panic[cpu0]/thread=...: BAD TRAP: type=d (#gp General protection) [...]

Stack trace:
unix:real_mode_stop_cpu_stage2_end+bb22 )(
unix:trap+3b2 ()
unix:cmntrap+e6 ()
unix:rdmsr+2 ()
unix:cpupm_init+7e ()
genunix:main+1d6 ()
unix:_locore_start+90 ()

Additional info:

See attached image.

Comment 1 Richard W.M. Jones 2014-01-21 21:31:25 UTC
Hmm, *removing* --cpu=host gets past this error.