]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
Wire up mrg_rxbuf option for qemu
authorJán Tomko <jtomko@redhat.com>
Fri, 6 Feb 2015 14:40:19 +0000 (15:40 +0100)
committerJán Tomko <jtomko@redhat.com>
Fri, 13 Feb 2015 11:31:38 +0000 (12:31 +0100)
commit6ba5d1afecc091d856906cd2e2b5ec8350fefa77
tree2300696b4ab85951a2a688c06880a378cf364a49
parent6067182b0d50202a53db610bedfe89b6a7c133f3
Wire up mrg_rxbuf option for qemu

<interface ...>
  ...
  <model type='virtio'/>
  <driver ...>
    <host mrg_rxbuf='off'/>
  </driver>
</interface>

will result in:
-device virtio-net-pci,mrg_rxbuf=off,...

https://bugzilla.redhat.com/show_bug.cgi?id=1186886
src/qemu/qemu_command.c
src/qemu/qemu_hotplug.c
tests/qemuxml2argvdata/qemuxml2argv-net-virtio-disable-offloads.args
tests/qemuxml2argvdata/qemuxml2argv-net-virtio-disable-offloads.xml