virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2009-10-15 19:11:00 to 2009-11-11 00:07:56 UTC [more...]

virtio: Add memory statistics reporting to the balloon driver
 2009-11-11  0:07 UTC  (11+ messages)
  ` [Qemu-devel] "

[PATCH 8/8] virtio: console: struct ports for multiple ports per device
 2009-11-10 13:14 UTC  (6+ messages)
` [PATCH 3/8] hvc_console: make the ops pointer const

virtio_console: support for multiple ports, console and generic
 2009-11-10 13:07 UTC  (17+ messages)
` [PATCH 01/15] virtio_console: Initialize hv_ops struct at declaration instead of in the probe() routine
  ` [PATCH 02/15] virtio_console: We support only one device at a time
    ` [PATCH 03/15] virtio_console: Club all globals into one struct
      ` [PATCH 04/15] virtio_console: Introduce a workqueue for handling host->guest notifications
        ` [PATCH 05/15] virtio_console: Buffer data that comes in from the host
          ` [PATCH 06/15] virtio_console: Create a buffer pool for sending data to host
            ` [PATCH 07/15] virtio_console: config: Prepare for handling multiple ports and hotplug
              ` [PATCH 08/15] virtio_console: Add support for multiple ports: console as well as generic
                ` [PATCH 09/15] virtio_console: Handle port hot-plug
                  ` [PATCH 10/15] virtio_console: Register with sysfs and create a 'name' attribute
                    ` [PATCH 11/15] virtio_console: Ensure only one process can have a port open at a time
                      ` [PATCH 12/15] virtio_console: Add debugfs files for each port to expose debug info
                        ` [PATCH 13/15] virtio_console: Add throttling support to prevent flooding ports
                          ` [PATCH 14/15] virtio_console: Add option to remove cached buffers on port close
                            ` [PATCH 15/15] virtio_console: Add ability to hot-unplug ports

[PATCHv9 1/3] tun: export underlying socket
 2009-11-10 11:36 UTC  (6+ messages)
` [PATCHv9 2/3] mm: export use_mm/unuse_mm to modules
` [PATCHv9 3/3] vhost_net: a kernel-level virtio server

[PATCH 7/8] virtio: console: remove global var
 2009-11-10  6:27 UTC 

[PATCH 1/8] virtio: console: comment cleanup
 2009-11-10  6:27 UTC 

[PATCH 3/8] hvc_console: make the ops pointer const
 2009-11-10  6:27 UTC 

[PATCH 2/8] virtio: console: statically initialize virtio_cons
 2009-11-10  6:27 UTC 

[PATCH 5/8] virtio: console: use vdev->priv to avoid accessing global var
 2009-11-10  6:27 UTC 

[PATCH 4/8] virtio: console: port encapsulation
 2009-11-10  6:27 UTC 

[PATCH 6/8] virtio: console: don't assume a single console port
 2009-11-10  6:27 UTC 

[PATCH 8/8] virtio: console: struct ports for multiple ports per device
 2009-11-10  6:27 UTC 

[PATCH] virtio-spec: correct wording
 2009-11-10  2:32 UTC  (2+ messages)

[PATCH v10 1/1] virtio_console: Add support for multiple ports for generic guest and host communication
 2009-11-10  2:19 UTC  (10+ messages)

[PATCHv8 1/3] tun: export underlying socket
 2009-11-10  1:08 UTC  (10+ messages)
` [PATCHv8 2/3] mm: export use_mm/unuse_mm to modules
` [PATCHv8 3/3] vhost_net: a kernel-level virtio server

[PATCHv9 0/3] vhost: a kernel-level virtio server
 2009-11-09 17:21 UTC 

[PATCHv7 1/3] tun: export underlying socket
 2009-11-08 19:36 UTC  (33+ messages)
` [PATCHv7 2/3] mm: export use_mm/unuse_mm to modules
` [PATCHv7 3/3] vhost_net: a kernel-level virtio server

virtio: Add memory statistics reporting to the balloon driver
 2009-11-05 23:39 UTC 

[PATCH] Add VirtIO Frame Buffer Support
 2009-11-05 11:36 UTC 

[PATCHv6 1/3] tun: export underlying socket
 2009-11-05 11:30 UTC  (11+ messages)
` [PATCHv6 2/3] mm: export use_mm/unuse_mm to modules
` [PATCHv6 3/3] vhost_net: a kernel-level virtio server

[PATCHv4 1/6] qemu/virtio: move features to an inline function
 2009-11-05  8:23 UTC  (11+ messages)
` [PATCHv4 2/6] qemu/net: routines to get tap fd
` [PATCHv4 3/6] qemu/net: add raw backend
` [PATCHv4 4/6] qemu/net: move typedef to qemu-common.h
` [PATCHv4 5/6] qemu/raw: add API to get raw socket
` [PATCHv4 6/6] qemu-kvm: vhost-net implementation

[PATCHv8 0/3] vhost: a kernel-level virtio server
 2009-11-04 19:19 UTC  (4+ messages)

device virtualization
 2009-11-04 18:50 UTC 

[PATCHv8 0/3] vhost: a kernel-level virtio server
 2009-11-04 15:52 UTC 

[Qemu-devel] [PATCH 0/4] megaraid_sas HBA emulation
 2009-11-03 21:03 UTC  (17+ messages)

[PATCHv7 0/3] vhost: a kernel-level virtio server
 2009-11-03 17:23 UTC 

[PATCH v10 0/1] virtio-console: Support for generic ports and multiple consoles
 2009-11-03 16:38 UTC 

[PATCHv4 0/6] qemu-kvm: vhost net support
 2009-11-03 11:03 UTC  (2+ messages)

[PATCHv6 0/3] vhost: a kernel-level virtio server
 2009-11-02 22:25 UTC 

[PATCHv4 0/6] qemu-kvm: vhost net support
 2009-11-02 22:23 UTC 

[dm-devel] [PATCH] block: silently error unsupported empty barriers too
 2009-10-29  7:45 UTC  (3+ messages)
      `  "

SCSI driver for VMware's virtual HBA - V6
 2009-10-28 20:28 UTC  (3+ messages)

[Qemu-devel] [PATCH 3/4] scsi-disk: Factor out SCSI command emulation
 2009-10-28 19:01 UTC  (2+ messages)

performance regression in virtio-net in 2.6.32-rc4
 2009-10-27 23:34 UTC  (2+ messages)

[Qemu-devel] [PATCH 2/4] megasas: LSI MegaRAID SAS HBA emulation
 2009-10-27 16:59 UTC 

[PATCH 4/4] megasas: Add SCSI command emulation
 2009-10-27 15:29 UTC 

[PATCH 3/4] scsi-disk: Factor out SCSI command emulation
 2009-10-27 15:28 UTC 

[PATCH 2/4] megasas: LSI MegaRAID SAS HBA emulation
 2009-10-27 15:28 UTC 

[PATCH 1/4] Add 'raid' interface class
 2009-10-27 15:28 UTC 

[PATCH 0/4] megaraid_sas HBA emulation
 2009-10-27 15:26 UTC 

[PATCH] virtio-net: fix data corruption with OOM
 2009-10-27  1:27 UTC  (7+ messages)

performance regression in virtio-net in 2.6.32-rc4
 2009-10-26 18:48 UTC 

[PATCHv2] virtio: order used ring after used index read
 2009-10-25 23:55 UTC 

[PATCH] virtio-net: fix data corruption with OOM
 2009-10-25 17:03 UTC 

[PATCHv2] virtio: order used ring after used index read
 2009-10-25 13:28 UTC 

[PATCH] virtio: order used ring after used index read
 2009-10-25 12:22 UTC 

[dm-devel] [PATCH resend] block: silently error unsupported empty barriers too
 2009-10-23 20:40 UTC  (2+ messages)
`  "

[PATCH] virtio-pci: fix per-vq MSI-X request logic
 2009-10-23 11:08 UTC  (2+ messages)

INDIRECT and NEXT
 2009-10-23  9:30 UTC  (6+ messages)

[PATCH] virtio-pci: fix per-vq MSI-X request logic
 2009-10-22 13:06 UTC 

[PULL] virtio fixes
 2009-10-22  6:13 UTC  (2+ messages)

[PATCH v9 1/1] virtio_console: Add support for multiple ports for generic guest and host communication
 2009-10-20  5:54 UTC 

[PATCH v9 0/1] virtio-console: Support for generic ports and multiple consoles
 2009-10-20  5:54 UTC 

IO controller Mini-Summit 2009
 2009-10-19  7:58 UTC 

[PULL] virtio fixes
 2009-10-19  2:31 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).