[Bug 178782] [ixgbe] 82599EB SFP does not work with passthrough under KVM.

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Mar 18 10:46:44 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=178782

jarodwl <wl.jarod at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |wl.jarod at gmail.com

--- Comment #10 from jarodwl <wl.jarod at 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.


More information about the freebsd-net mailing list