qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] ATA timeouts on Solaris/OpenIndiana/Opensolaris


From: Andreas Färber
Subject: Re: [Qemu-devel] ATA timeouts on Solaris/OpenIndiana/Opensolaris
Date: Wed, 02 Apr 2014 17:51:22 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0

Hi,

Am 02.04.2014 09:32, schrieb Sai Prajeeth:
> I am booting an OpenIndiana image on qemu by using the -smp 4 option. I
> seem to be running into this known
> bug http://docs.oracle.com/cd/E19253-01/820-5245/ggmsj/index.html
> 
> Can someone tell me how can i go about doing workaround 2 on qemu??

Here's my script for running OpenIndiana using AHCI (SATA):

qemu-system-x86_64 -enable-kvm -smp cores=1,threads=1,sockets=1 -m 2G \
 -netdev user -device e1000,macaddr=... \
 -device ahci,id=ahci \
 -device ide-drive,bus=ahci.0,drive=ahcihd \
 -drive file=/.../openindiana-151a.img,format=raw,if=none,id=ahcihd \

Note that live migration doesn't work with AHCI ATM.

HTH,
Andreas

-- 
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg



reply via email to

[Prev in Thread] Current Thread [Next in Thread]