1. 12 12月, 2018 6 次提交
  2. 27 11月, 2018 2 次提交
  3. 26 11月, 2018 2 次提交
  4. 23 11月, 2018 1 次提交
  5. 19 11月, 2018 3 次提交
  6. 18 11月, 2018 1 次提交
  7. 13 11月, 2018 1 次提交
  8. 12 11月, 2018 2 次提交
  9. 08 11月, 2018 1 次提交
  10. 07 11月, 2018 1 次提交
    • P
      MAINTAINERS: remove or downgrade myself to reviewer from some subsystems · 2185fd67
      Paolo Bonzini 提交于
      Other people are doing a much better work than myself at handling some
      subsystems.  For those files it is better if I downgrade myself to
      reviewer or recognize that I am not actually doing any work there.
      
      Cc: Daniel P. Berrange <berrange@redhat.com>
      Cc: Gerd Hoffmann <kraxel@redhat.com>
      Cc: Eric Blake <eblake@redhat.com>
      Cc: Thomas Huth <thuth@redhat.com>
      Cc: Laurent Vivier <lvivier@redhat.com>
      Cc: Marc-André Lureau <marcandre.lureau@redhat.com>
      Signed-off-by: NPaolo Bonzini <pbonzini@redhat.com>
      2185fd67
  11. 06 11月, 2018 2 次提交
  12. 05 11月, 2018 5 次提交
  13. 02 11月, 2018 1 次提交
  14. 31 10月, 2018 4 次提交
  15. 26 10月, 2018 1 次提交
  16. 17 10月, 2018 1 次提交
  17. 12 10月, 2018 3 次提交
  18. 03 10月, 2018 1 次提交
  19. 27 9月, 2018 1 次提交
    • G
      display/edid: add edid generator to qemu. · 72d277a7
      Gerd Hoffmann 提交于
      EDID is a metadata format to describe monitors.  On physical hardware
      the monitor has an eeprom with that data block which can be read over
      i2c bus.
      
      On a linux system you can usually find the EDID data block in
      /sys/class/drm/$card/$connector/edid.  xorg ships a edid-decode utility
      which you can use to turn the blob into readable form.
      
      I think it would be a good idea to use EDID for virtual displays too.
      Needs changes in both qemu and guest kms drivers.  This patch is the
      first step, it adds an generator for EDID blobs to qemu.  Comes with a
      qemu-edid test tool included.
      
      With EDID we can pass more information to the guest.  Names and serial
      numbers, so the guests display configuration has no boring "Unknown
      Monitor".  List of video modes.  Display resolution, pretty important
      in case we want add HiDPI support some day.
      Signed-off-by: NGerd Hoffmann <kraxel@redhat.com>
      Message-id: 20180925075646.25114-2-kraxel@redhat.com
      72d277a7
  20. 25 9月, 2018 1 次提交