Merge branch 'qemu-cvs'
commite606d04368c5af3807d666e58eff4acbcab9bc1a
authorAvi Kivity <avi@redhat.com>
Sun, 22 Mar 2009 08:32:46 +0000 (22 10:32 +0200)
committerAvi Kivity <avi@redhat.com>
Sun, 22 Mar 2009 08:32:46 +0000 (22 10:32 +0200)
treec16fe4342179beef5c654e8aa97fcaae631514b5
parent36aa36de69a4eed7556bb7c35291f6057672b413
parent649c90780834fedca892e08a27a3dde349e8b98d
Merge branch 'qemu-cvs'

* qemu-cvs:
  Fix absolute mouse events generated by SDL frontend.
  Move block dma helpers aiocb to store dma state (Avi Kivity)
  Use vectored aiocb storage to store vector translation state (Avi Kivity)
  Implement cancellation method for dma async I/O (Avi Kivity)
  Convert vectored aio emulation to use a dedicated pool (Avi Kivity)
  Refactor aio callback allocation to use an aiocb pool (Avi Kivity)
  virtio: Allow guest to defer VIRTIO_F_NOTIFY_ON_EMPTY (Alex Williamson)
  e1000: Fix RX descriptor low threshold interrupt logic (Alex Williamson)
  x86: Add NULL check to lsl (Jan Kiszka)
  vnc: throttle screen updates. (Gerd Hoffmann)
  vnc: fix printf warnings showing up with VNC_DEBUG enabled. (Gerd Hoffmann)
  vnc: cleanup surface handling, fix screen corruption bug. (Gerd Hoffmann)
  Remove dead code
block.c
block_int.h
configure
hw/e1000.c
hw/virtio.c
vl.c