Bug 505332 - KVM doesn't shut down with WinXP
Summary: KVM doesn't shut down with WinXP
Keywords:
Status: CLOSED DUPLICATE of bug 495964
Alias: None
Product: Fedora
Classification: Fedora
Component: kvm
Version: 11
Hardware: x86_64
OS: Linux
low
medium
Target Milestone: ---
Assignee: Glauber Costa
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-06-11 14:29 UTC by Brian Wheeler
Modified: 2009-06-11 15:18 UTC (History)
7 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2009-06-11 15:18:04 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Brian Wheeler 2009-06-11 14:29:17 UTC
Description of problem:

when running qemu-kvm and shutting down the guest, kvm never finishes.

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

qemu-kvm-0.10.5-1.fc11.x86_64
qemu-kvm-tools-0.10.5-1.fc11.x86_64

How reproducible:

Every time

Steps to Reproduce:
1. Run

export QEMU_AUDIO_DRV=sdl
/usr/bin/qemu-kvm -hda /home/bdwheele/QEmu/WinXP/disk0.img \
    -m 512 \
    -soundhw sb16,pcspk \
    -localtime \
    -net nic,model=rtl8139,macaddr=DE:AD:BE:EF:00:01  -net user \
    $*


2. after windows comes up, select shutdown
  
Actual results:

windows shuts down but kvm doesn't exit. Window close doesn't work, either. You have to hit ctrl-z and then kill the kvm process.

Expected results:

prompt comes back

Additional info:

Comment 1 Mark McLoughlin 2009-06-11 15:18:04 UTC
Thanks for the report, but it's a known issue

You can use QEMU_AUDIO_DRV=pa as a workaround

*** This bug has been marked as a duplicate of bug 495964 ***


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