• Format must be identical to the guest surface, we can't work with
    the 32 bpp used by the default surface allocator.
    
    Without this patch vnc doesn't get the conversions right when sending
    pixel data to the client.  The bug triggers if
      (a) the client doesn't support WMVi, and
      (b) the guest screen depth is != 32 bpp.
    
    Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    Gerd Hoffmann authored
     
    Browse Code »
  • [had the qemu list address wrong the first time, reply to this message,
     not the previous if you were on Cc]
    
    Add support for SG_IO passthru (packet commands) to the virtio-blk
    backend.  Conceptually based on an older patch from Hannes Reinecke
    but largely rewritten to match the code structure and layering in
    virtio-blk.
    
    Note that currently we issue the hose SG_IO synchronously.  We could
    easily switch to async I/O, but that would required either bloating
    the VirtIOBlockReq by the size of struct sg_io_hdr or an additional
    memory allocation for each SG_IO request.
    
    Signed-off-by: Christoph Hellwig <hch@lst.de>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    Christoph Hellwig authored
     
    Browse Code »
  • On ppc, cutils.o needs cache-utils.o or an undefined reference to
    qemu_cache_conf results.
    
    Signed-off-by: Mark McLoughlin <markmc@redhat.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    Mark McLoughlin authored
     
    Browse Code »
  • Move down cmp_bytes initialization.  Must be after vga_hw_update()
    call, because that one might change the screen depth.
    
    Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    Gerd Hoffmann authored
     
    Browse Code »
  • >> +    if (net_client_init(device, opts ? : "") < 0) {
    >
    > Is this a gcc extension?  Do we want to introduce this construct to the
    > code base.
    
    Valid remark, fix below.
    
    Thanks,
    Jan
    
    -------->
    
    Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    Jan Kiszka authored
     
    Browse Code »
  • Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    Gerd Hoffmann authored
     
    Browse Code »
  • There is no need to reject an unaligned memory region registration if
    the region will be I/O memory and it will not split an existing KVM
    slot. This fixes KVM support on PPC.
    
    Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    Jan Kiszka authored
     
    Browse Code »
  • Signed-off-by: Paul Brook <paul@codesourcery.com>
    Paul Brook authored
     
    Browse Dir »
  • Suppress a warning
    audio/dsoundaudio.c:35:1: warning: "WIN32_LEAN_AND_MEAN" redefined
    <command line>:4:1: warning: this is the location of the previous definition
    
    Signed-off-by: Alex Ivanov <void@aleksoft.net>
    Consul authored
     
    Browse Code »