qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] Q35 FreeBSD install status


From: Bret Ketchum
Subject: Re: [Qemu-devel] Q35 FreeBSD install status
Date: Mon, 16 Sep 2013 13:03:02 +0000

    Syslog suggests the interface is brought down then up but no interrupt at 
the irq assigned. Need to enable more debug and make sure the interrupt is 
wired properly.

-----Original Message-----
From: Michael S. Tsirkin [mailto:address@hidden 
Sent: Monday, September 16, 2013 7:36 AM
To: Bret Ketchum
Cc: address@hidden; address@hidden
Subject: Re: Q35 FreeBSD install status

On Mon, Sep 16, 2013 at 12:28:41PM +0000, Bret Ketchum wrote:
> 
>      As a workaround until I can uncover the qemu/FreeBSD AHCI/SATA issue, I 
> simply create a legacy IDE to hang the CD and HD from:
> 
>     -device piix4-ide \
>     -drive 
> if=none,file=/home/ehv/images/FreeBSD-9.1-RELEASE-amd64-dvd1.iso,id=drive-ide0-0-0
>  \
>     -device ide-cd,bus=ide.0,drive=drive-ide0-0-0,id=ide0-0-0 \
>     -drive 
> if=none,file=/home/ehv/images/r060501.img,format=raw,id=drive-ide0-0-1 \
>     -device ide-hd,bus=ide.0,drive=drive-ide0-0-1,id=ide0-0-1 \
> 
>     But now the e1000 emulated network device under q35 does not seem to pass 
> interrupts. Using:
> 
>     -netdev 
> tap,id=hostnet0,script=/home/ehv/images/qemu-ifup,downscript=/home/ehv/images/qemu-ifdown
>  \
>     -device e1000,netdev=hostnet0 \
> 
>     Or a user network:
> 
>     -netdev user,id=hostnet0,net=192.168.76.0/24,dhcpstart=192.168.76.9 \
> 
>     But machine pc-i440fx-1.6 works just fine. Anyone have any
>     thoughts on where to start looking or a possible workaround?

Maybe irq gets asserted, but guest does not have a handler?
Take a look at system log, that might give some hints.


-- 
MST



reply via email to

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