Date: Fri, 18 Mar 2016 10:46:43 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-net@FreeBSD.org Subject: [Bug 178782] [ixgbe] 82599EB SFP does not work with passthrough under KVM. Message-ID: <bug-178782-2472-zh8eVhG77F@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-178782-2472@https.bugs.freebsd.org/bugzilla/> References: <bug-178782-2472@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=178782 jarodwl <wl.jarod@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wl.jarod@gmail.com --- Comment #10 from jarodwl <wl.jarod@gmail.com> --- (In reply to Jeff Pieper from comment #9) I still can reproduce the issue using 10.2-RELEASE. My basic environment is below: Hypervisor: KVM Host: Centos 7.0 Could you help share your basic environment like hypervisor and host version? PS, libvirt XML is below: <domain type='kvm'> <name>test</name> <uuid>7f68743b-d225-4c7d-dc7e-9aa6712584b3</uuid> <memory unit='KiB'>8388608</memory> <currentMemory unit='KiB'>8388608</currentMemory> <vcpu placement='static'>4</vcpu> <cpu mode="host-passthrough"/> <os> <type arch='x86_64'>hvm</type> </os> <features> <acpi/> <apic/> <pae/> </features> <clock offset='utc'/> <on_poweroff>destroy</on_poweroff> <on_reboot>restart</on_reboot> <on_crash>restart</on_crash> <devices> <emulator>/usr/libexec/qemu-kvm</emulator> <disk type='file' device='disk'> <driver name='qemu' type='qcow2' cache='none'/> <source file='/var/opt/FreeBSD-10.2-RELEASE-amd64.qcow2'/> <target dev='hda' bus='ide'/> </disk> <interface type='bridge'> <mac address='52:54:00:72:26:88'/> <source bridge='br0'/> <model type='virtio'/> </interface> <hostdev mode="subsystem" type="pci" managed="yes"> <source> <address domain="0x0000" bus="0x06" slot="0x00" function="0x01"/> </source> </hostdev> <graphics type='vnc' port='-1' autoport='yes' listen='0.0.0.0'> <listen type='address' address='0.0.0.0'/> </graphics> <serial type="pty"> <target port="0"/> </serial> <console type="pty"> <target type="serial" port="0"/> </console> </devices> </domain> -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-178782-2472-zh8eVhG77F>
