1. 20 7月, 2018 4 次提交
  2. 19 7月, 2018 1 次提交
    • E
      qemu: Introduce a new graphics display type 'headless' · d8266ebe
      Erik Skultety 提交于
      Since 2.10 QEMU supports a new display type egl-headless which uses the
      drm nodes for OpenGL rendering copying back the rendered bits back to
      QEMU into a dma-buf which can be accessed by standard "display" apps
      like VNC or SPICE. Although this display type can be used on its own,
      for any practical use case it makes sense to pair it with either VNC or
      SPICE display. The clear benefit of this display is that VNC gains
      OpenGL support, which it natively doesn't have, and SPICE gains remote
      OpenGL support (native OpenGL support only works locally through a UNIX
      socket, i.e. listen type=socket/none).
      Reviewed-by: NJán Tomko <jtomko@redhat.com>
      Signed-off-by: NErik Skultety <eskultet@redhat.com>
      d8266ebe
  3. 16 7月, 2018 2 次提交
  4. 10 7月, 2018 3 次提交
  5. 04 7月, 2018 1 次提交
  6. 03 7月, 2018 1 次提交
  7. 27 6月, 2018 3 次提交
  8. 21 6月, 2018 1 次提交
    • C
      qemu_command: replace vlan= with netdev= for legacy nic · 14781dcd
      Cole Robinson 提交于
      VMs with hardcoded platform network devices are forced to use old
      style '-net nic' command line config. Current we use qemu's vlan
      option to hook this with the '-netdev' host side of things.
      
      However since qemu 1.2 there is '-net nic,netdev=X' option for
      explicitly referencing a netdev ID, which is more inline with
      typical VM commandlines, so let's switch to that
      Signed-off-by: NCole Robinson <crobinso@redhat.com>
      14781dcd
  9. 13 6月, 2018 1 次提交
  10. 06 6月, 2018 1 次提交
  11. 05 6月, 2018 22 次提交