Skip to content
Snippets Groups Projects
  1. Sep 10, 2010
    • Blue Swirl's avatar
      HACKING: add preprocessor rules · 45fad878
      Blue Swirl authored
      
      Add a new file, HACKING, in order to collect recurring
      issues with submitted patches.
      
      Start with preprocessor rules, adapted from libvirt HACKING.
      
      Signed-off-by: default avatarBlue Swirl <blauwirbel@gmail.com>
      45fad878
    • Andrzej Zaborowski's avatar
      vmware_vga: Replace the few tab-indents with spaces (clean-up). · 9f810beb
      Andrzej Zaborowski authored
      Use 4 spaces instead of 2, too.
      9f810beb
    • Andrzej Zaborowski's avatar
      vmware_vga: Add checks to deal with non-atomic fifo writes. · 4dedc07f
      Andrzej Zaborowski authored
      Janne Huttunen noticed that the FIFO end pointer is updated by the
      guest after writing each word to the FIFO, at least the X.org driver
      which is open does this.  This means that there's no way for the
      host to know if the guest is in the middle a write operation.  Qemu
      thus needs to read the beginning of the command up to when it's able
      to tell how many words are expected for the given command.  It will
      abort reading and rewind the FIFO if there aren't enough words yet,
      this should be relatively rare but it is suspected to have been the
      cause of the occasional FIFO overrun that killed the display.
      4dedc07f
  2. Sep 09, 2010
  3. Sep 08, 2010
Loading