Skip site navigation (1)Skip section navigation (2)
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=3D178782

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 versio=
n?

PS, libvirt XML is below:
<domain type=3D'kvm'>
  <name>test</name>
  <uuid>7f68743b-d225-4c7d-dc7e-9aa6712584b3</uuid>
  <memory unit=3D'KiB'>8388608</memory>
  <currentMemory unit=3D'KiB'>8388608</currentMemory>
  <vcpu placement=3D'static'>4</vcpu>
  <cpu mode=3D"host-passthrough"/>
  <os>
    <type arch=3D'x86_64'>hvm</type>
  </os>
  <features>
    <acpi/>
    <apic/>
    <pae/>
  </features>
  <clock offset=3D'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=3D'file' device=3D'disk'>
      <driver name=3D'qemu' type=3D'qcow2' cache=3D'none'/>
      <source file=3D'/var/opt/FreeBSD-10.2-RELEASE-amd64.qcow2'/>
      <target dev=3D'hda' bus=3D'ide'/>
    </disk>
    <interface type=3D'bridge'>
      <mac address=3D'52:54:00:72:26:88'/>
      <source bridge=3D'br0'/>
      <model type=3D'virtio'/>
    </interface>
    <hostdev mode=3D"subsystem" type=3D"pci" managed=3D"yes">
      <source>
        <address domain=3D"0x0000" bus=3D"0x06" slot=3D"0x00" function=3D"0=
x01"/>
      </source>
    </hostdev>
    <graphics type=3D'vnc' port=3D'-1' autoport=3D'yes' listen=3D'0.0.0.0'>
      <listen type=3D'address' address=3D'0.0.0.0'/>
    </graphics>
    <serial type=3D"pty">
      <target port=3D"0"/>
    </serial>
    <console type=3D"pty">
      <target type=3D"serial" port=3D"0"/>
    </console>
  </devices>
</domain>

--=20
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>