virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2009-11-04 16:02:15 to 2009-11-28 06:50:46 UTC [more...]

[PATCH 00/28] virtio: console: Fixes, support for generic ports
 2009-11-28  6:50 UTC  (24+ messages)
` [PATCH 01/28] virtio: console: comment cleanup
  ` [PATCH 02/28] virtio: console: statically initialize virtio_cons
    ` [PATCH 03/28] hvc_console: make the ops pointer const
      ` [PATCH 04/28] virtio: console: We support only one device at a time
        ` [PATCH 05/28] virtio: console: port encapsulation
          ` [PATCH 06/28] virtio: console: use vdev->priv to avoid accessing global var
            ` [PATCH 07/28] virtio: console: don't assume a single console port
              ` [PATCH 08/28] virtio: console: remove global var
                ` [PATCH 09/28] virtio: console: struct ports for multiple ports per device
                  ` [PATCH 10/28] virtio: console: ensure console size is updated on hvc open
                    ` [PATCH 11/28] virtio: console: Introduce a workqueue for handling host->guest notifications
                      ` [PATCH 12/28] virtio: console: Buffer data that comes in from the host
                        ` [PATCH 13/28] virtio: console: Create a buffer pool for sending data to host
                          ` [PATCH 14/28] virtio: console: Separate out console-specific data into a separate struct
                            ` [PATCH 15/28] virtio: console: Separate out console init into a new function
                              ` [PATCH 16/28] virtio: console: Introduce a 'header' for each buffer towards supporting multiport
                                ` [PATCH 17/28] virtio: console: Add a new MULTIPORT feature, support for generic ports
                                  ` [PATCH 18/28] virtio: console: Associate each port with a char device
                                    ` [PATCH 19/28] virtio: console: Prepare for writing to / reading from userspace buffers
                                      ` [PATCH 20/28] virtio: console: Add file operations to ports for open/read/write/poll
                                        ` [PATCH 21/28] virtio: console: Ensure only one process can have a port open at a time
                                          ` [PATCH 22/28] virtio: console: Register with sysfs and create a 'name' attribute for ports
                                            ` [PATCH 23/28] virtio: console: Add throttling support to prevent flooding ports

[PATCHv3 1/4] veth: move loopback logic to common location
 2009-11-26 23:53 UTC  (6+ messages)
` [PATCHv3 2/4] macvlan: cleanup rx statistics
` [PATCHv3 3/4] macvlan: implement bridge, VEPA and private mode
` [PATCHv3 4/4] macvlan: export macvlan mode through netlink
` [PATCHv3 0/4] macvlan: add vepa and bridge mode

[PATCH 1/4] veth: move loopback logic to common location
 2009-11-26 21:14 UTC  (29+ messages)
` [PATCH 2/4] macvlan: cleanup rx statistics
` [PATCH 3/4] macvlan: implement bridge, VEPA and private mode
` [PATCH 4/4] macvlan: export macvlan mode through netlink

[PATCHv3 0/4] macvlan: add vepa and bridge mode
 2009-11-26 16:07 UTC 

[PATCHv2 0/4] macvlan: add vepa and bridge mode
 2009-11-24  0:56 UTC 

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

[PATCH] vhost: Fix warnings and bad type handling
 2009-11-23  2:01 UTC  (2+ messages)

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

[PATCH] Replace kvm io delay pv-ops with linux magic
 2009-11-20 17:45 UTC  (6+ messages)

[PATCH 1/3] Split paravirt ops by functionality
 2009-11-19 15:21 UTC  (8+ messages)
` [PATCH 2/3] Only export selected pv-ops feature structs
` [PATCH 3/3] Split the KVM pv-ops support by feature
` [PATCH 0/3] Split up pv-ops

[PATCH 0/3] macvlan: add vepa and bridge mode
 2009-11-19 14:47 UTC  (5+ messages)
    ` [PATCH 3/3] macvlan: export macvlan mode through netlink
    ` [PATCH 1/3] macvlan: Reflect macvlan packets meant for other macvlan devices

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

[PATCH] Replace kvm io delay pv-ops with linux magic
 2009-11-18 12:56 UTC 

[PATCH 0/3] Split up pv-ops
 2009-11-18  0:13 UTC 

virtio_console: support for multiple ports, console and generic
 2009-11-12  5:54 UTC  (20+ 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

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

[Qemu-devel] [PATCH 0/4] megaraid_sas HBA emulation
 2009-11-11  1:49 UTC 

[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

[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 7/8] virtio: console: remove global var
 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 5/8] virtio: console: use vdev->priv to avoid accessing global var
 2009-11-10  6:27 UTC 

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

[PATCH 4/8] virtio: console: port encapsulation
 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  (9+ messages)

[PATCHv8 3/3] vhost_net: a kernel-level virtio server
 2009-11-10  1:08 UTC  (7+ messages)

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

[PATCHv7 3/3] vhost_net: a kernel-level virtio server
 2009-11-08 19:36 UTC  (9+ messages)

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  (3+ messages)

[PATCHv4 6/6] qemu-kvm: vhost-net implementation
 2009-11-05  8:23 UTC  (2+ messages)

[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 


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).