| Submitter | Amit Shah |
|---|---|
| Date | May 27, 2011, 10:20 a.m. |
| Message ID | <20110527102003.GC6161@amit-x200.redhat.com> |
| Download | mbox |
| Permalink | /patch/97668/ |
| State | New |
| Headers | show |
Pull-request
git://git.kernel.org/pub/scm/virt/qemu/amit/virtio-serial.git for-anthonyComments
On 05/27/2011 05:20 AM, Amit Shah wrote: > 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 Pulled. Thanks. Regards, Anthony Liguori > > 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 > >
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