Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
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 1029352 - windows 2008 R2 guest BSOD with '-no-kvm'
Summary: windows 2008 R2 guest BSOD with '-no-kvm'
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: qemu-kvm
Version: 7.0
Hardware: x86_64
OS: Linux
low
low
Target Milestone: rc
: ---
Assignee: Hai Huang
QA Contact: Virtualization Bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-11-12 08:53 UTC by Xu Han
Modified: 2013-12-16 15:16 UTC (History)
8 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-12-16 15:16:47 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
screen shot (deleted)
2013-11-12 08:54 UTC, Xu Han
no flags Details

Description Xu Han 2013-11-12 08:53:48 UTC
Description of problem:
windows 2008 R2 guest BSOD with '-no-kvm'

Version-Release number of selected component (if applicable):
qemu-kvm-rhev-1.5.3-18.el7.x86_64

How reproducible:
always

Steps to Reproduce:
1. boot windows 2008 R2 guest with '-no-kvm'
# /usr/libexec/qemu-kvm -nodefaults -M pc -m 4G -cpu Opteron_G3 -smp 4,cores=2,threads=2,sockets=1 -boot menu=on -monitor stdio -rtc base=localtime,clock=host,driftfix=slew -qmp tcp:0:5555,server,nowait -vga qxl -drive file=/home/win2008r2.qcow2_v3,format=qcow2,id=guest-img,if=none,werror=stop,rerror=stop -device ide-hd,drive=guest-img,id=os-disk -spice disable-ticketing,port=5931 -no-kvm

Actual results:
BSOD

Expected results:
guest can boot success

Additional info:

Comment 1 Xu Han 2013-11-12 08:54:22 UTC
Created attachment 822785 [details]
screen shot

Comment 5 Ronen Hod 2013-12-02 16:04:25 UTC
Paolo,
What is your call?

Comment 6 Paolo Bonzini 2013-12-02 16:15:03 UTC
Not a bug.

Comment 7 Ronen Hod 2013-12-02 17:12:56 UTC
Paolo, How comes?
It should be fixable.
Are you saying that it is not needed? Could be, but it doesn't look good.
Can it happen to an innocent Libvirt user?

Comment 8 Paolo Bonzini 2013-12-03 09:52:43 UTC
More precisely, not a bug as far as we are concerned.  We do not support TCG except for the very specific case of running libguestfs, I think?

It is fixable, but I have no idea whether it is easy or hard because I have no experience.

It can happen if you use 'qemu' instead of 'kvm' as the virtualization technology.  Perhaps we should add a "taint" flag to libvirt for domains that are not running under KVM and have qemu-kvm in the emulator name.


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