Hello, Please pull to get virtio-serial cleanups from Markus and a move to bh for flushing out throttled data from Alon. (git mirror might take some time to sync).
The following changes since commit aa29141d84d58171c2d219f0a4b599bd76fb2e37: Merge remote-tracking branch 'kraxel/CVE-2011-1751' into staging (2011-05-25 07:04:13 -0500) are available in the git repository at: git://git.kernel.org/pub/scm/virt/qemu/amit/virtio-serial.git for-anthony Alon Levy (1): virtio-serial-bus: use bh for unthrottling Markus Armbruster (5): virtio-serial: Plug memory leak on qdev exit() virtio-serial: Clean up virtconsole detection virtio-serial: Drop useless property is_console virtio-serial: Drop redundant VirtIOSerialPort member info virtio-console: Simplify init callbacks hw/virtio-console.c | 47 +++++++++------------------ hw/virtio-serial-bus.c | 83 ++++++++++++++++++++++++++--------------------- hw/virtio-serial.h | 11 +++++-- 3 files changed, 70 insertions(+), 71 deletions(-) Amit