1. 24 9月, 2013 12 次提交
  2. 21 9月, 2013 23 次提交
  3. 20 9月, 2013 5 次提交
    • A
      Merge remote-tracking branch 'spice/spice.v74' into staging · 2571f8f5
      Anthony Liguori 提交于
      # By Gerd Hoffmann
      # Via Gerd Hoffmann
      * spice/spice.v74:
        qxl: compile only once
        qxl: simplify page dirtying
        qxl: simplify qxl_rom_size
        qxl: define qxl operating on 4k pages
      
      Message-id: 1379583534-7831-1-git-send-email-kraxel@redhat.com
      2571f8f5
    • A
      Merge remote-tracking branch 'kraxel/usb.90' into staging · ce63e9c2
      Anthony Liguori 提交于
      # By Hans de Goede (6) and Gerd Hoffmann (1)
      # Via Gerd Hoffmann
      * kraxel/usb.90:
        usb: Fix iovec memleak on combined-packet free
        usb: Also reset max_packet_size on ep_reset
        xhci: Fix memory leak on xhci_disable_ep
        xhci: Add xhci_epid_to_usbep helper function
        xhci: Init a transfers xhci, slotid and epid member on epctx alloc
        xhci: Fix number of streams allocated when using streams
        usb: remove old usb-host code
      
      Message-id: 1379583298-7524-1-git-send-email-kraxel@redhat.com
      ce63e9c2
    • A
      Merge remote-tracking branch 'luiz/queue/qmp' into staging · f54c49e2
      Anthony Liguori 提交于
      # By Luiz Capitulino
      # Via Luiz Capitulino
      * luiz/queue/qmp:
        QMP: qmp-events.txt: alphabetical order fix and other minor changes
        QMP: Update qmp-spec.txt
        QMP: Update README file
        QMP: QMP/ -> docs/qmp/
        QMP: fix qmp-commands.txt generation path
        QMP: add scripts/qmp
      
      Message-id: 1379509422-29115-1-git-send-email-lcapitulino@redhat.com
      f54c49e2
    • M
      qcow2: Correct snapshots size for overlap check · 0f39ac9a
      Max Reitz 提交于
      Using s->snapshots_size instead of snapshots_size for the metadata
      overlap check in qcow2_write_snapshots leads to the detection of an
      overlap with the main qcow2 image header when deleting the last
      snapshot, since s->snapshots_size has not yet been updated and is
      therefore non-zero. However, the offset returned by qcow2_alloc_clusters
      will be zero since snapshots_size is zero. Therefore, an overlap is
      detected albeit no such will occur.
      
      This patch fixes this by replacing s->snapshots_size by snapshots_size
      when calling qcow2_pre_write_overlap_check.
      Signed-off-by: NMax Reitz <mreitz@redhat.com>
      Signed-off-by: NStefan Hajnoczi <stefanha@redhat.com>
      0f39ac9a
    • A
      target-i386: add feature kvm_pv_unhalt · f010bc64
      Andrew Jones 提交于
      I don't know yet if want this feature on by default, so for now I'm
      just adding support for "-cpu ...,+kvm_pv_unhalt".
      Signed-off-by: NAndrew Jones <drjones@redhat.com>
      Reviewed-by: NEduardo Habkost <ehabkost@redhat.com>
      Reviewed-by: NAndreas Färber <afaerber@suse.de>
      Signed-off-by: NPaolo Bonzini <pbonzini@redhat.com>
      f010bc64