virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2011-04-07 22:49:58 to 2011-05-02 21:35:11 UTC [more...]

[PATCH 00/25] Staging: hv: Cleanup vmbus driver code
 2011-05-02 21:35 UTC  (76+ messages)
` [PATCH 01/25] Staging: hv: Introduce a function to map a generic driver pointer to a pointer to storvsc_driver_object
  ` [PATCH 02/25] Staging: hv: Get rid of the references to the priv element of struct hv_driver in block driver
  ` [PATCH 03/25] Staging: hv: Get rid of the references to the priv element of struct hv_driver in hv_mouse.c
  ` [PATCH 04/25] Staging: hv: Introduce a function to map a generic driver pointer to a pointer to struct netvsc_driver
  ` [PATCH 05/25] Staging: hv: Get rid of the references to the priv element of struct hv_driver in net driver
  ` [PATCH 06/25] Staging: hv: Get rid of the references to the priv element of struct hv_driver in storvsc_drv.c
  ` [PATCH 07/25] Staging: hv: Cleanup vmbus_match()
  ` [PATCH 08/25] Staging: hv: vmbus_driver cannot be unloaded; cleanup accordingly
        `  "
  ` [PATCH 09/25] Staging: hv: Get rid of vmbus_release_unattached_channels() as it is not used
  ` [PATCH 10/25] Staging: hv: Get rid of the priv pointer in struct hv_driver
  ` [PATCH 11/25] Staging: hv: Get rid of the drv field in struct hv_device
  ` [PATCH 12/25] Staging: hv: Cleanup error handling in vmbus_child_device_register()
  ` [PATCH 13/25] Staging: hv: Cleanup vmbus_probe() function
  ` [PATCH 14/25] Staging: hv: Properly handle errors in hv_pci_probe()
  ` [PATCH 15/25] Staging: hv: Make hv_pci_dev a static variable
  ` [PATCH 16/25] Staging: hv: Make msg_dpc a global variable
  ` [PATCH 17/25] Staging: hv: Make event_dpc "
  ` [PATCH 18/25] Staging: hv: Get rid of struct hv_bus
  ` [PATCH 19/25] Staging: hv: Add probe function to struct hv_driver
  ` [PATCH 20/25] Staging: hv: Use the probe function in "
  ` [PATCH 21/25] Staging: hv: Add remove() function to "
  ` [PATCH 22/25] Staging: hv: Use the remove() function in "
  ` [PATCH 23/25] Staging: hv: Add shutdown() function to "
  ` [PATCH 24/25] Staging: hv: Use the shutdown() function in "
  ` [PATCH 25/25] Staging: hv: VMBUS is a acpi enumerated device; get irq value from bios

[RESEND] [PATCH 00/18] Staging: hv: Cleanup vmbus driver code
 2011-04-29 20:45 UTC  (19+ messages)
` [PATCH 01/18] Staging: hv: vmbus_driver cannot be unloaded; cleanup accordingly
  ` [PATCH 02/18] Staging: hv: Get rid of vmbus_release_unattached_channels() as it is not used
  ` [PATCH 03/18] Staging: hv: Get rid of the drv field in struct hv_device
  ` [PATCH 04/18] Staging: hv: Cleanup error handling in vmbus_child_device_register()
  ` [PATCH 05/18] Staging: hv: Cleanup vmbus_probe() function
  ` [PATCH 06/18] Staging: hv: Properly handle errors in hv_pci_probe()
  ` [PATCH 07/18] Staging: hv: Make hv_pci_dev a static variable
  ` [PATCH 08/18] Staging: hv: Make msg_dpc a stand alone variable
  ` [PATCH 09/18] Staging: hv: Make event_dpc "
  ` [PATCH 10/18] Staging: hv: Get rid of struct hv_bus
  ` [PATCH 11/18] Staging: hv: Add probe function to struct hv_driver
  ` [PATCH 12/18] Staging: hv: Use the probe function in "
  ` [PATCH 13/18] Staging: hv: Add remove() function to "
  ` [PATCH 14/18] Staging: hv: Use the remove() function in "
  ` [PATCH 15/18] Staging: hv: Add shutdown() function to "
  ` [PATCH 16/18] Staging: hv: Use the shutdown() function in "
  ` [PATCH 17/18] Staging: hv: VMBUS is a acpi enumerated device; get irq value from bios
  ` [PATCH 18/18] Staging: hv: Get rid of an unused variable from struct hv_driver

[RFC PATCH TRIVIAL] Reading the virtio code
 2011-04-27  6:26 UTC  (3+ messages)

[PATCH] driver, virtio: Modify the err hanlding logic
 2011-04-27  5:04 UTC 

ICAC2011 Call For Participation (8th IEEE International Conference on Autonomic Computing)
 2011-04-27  1:44 UTC 

[PATCH 1/1] Staging: hv: Do not re-set the bus name
 2011-04-26 21:55 UTC 

[PATCH] virtio, ring: Use ALIGN macros in virtio_ring.h
 2011-04-26  7:50 UTC  (2+ messages)

[PATCH] virtio, ring: Use ALIGN macros in virtio_ring.h
 2011-04-26  4:11 UTC 

Hyper-V vmbus driver
 2011-04-25  3:03 UTC  (8+ messages)

SNAPI2011 Early Registration Deadline Extended (7th IEEE International Workshop on Storage Network Architecture and Parallel I/O)
 2011-04-24 10:46 UTC 

[RESEND][PATCH 00/21] Staging: hv: Cleanup storage drivers - Phase IV
 2011-04-22 21:55 UTC  (22+ messages)
` [PATCH 01/21] Staging: hv: Enable blkvsc_ioctl()
  ` [PATCH 02/21] Staging: hv: Simplify the code for blkvsc_getgeo()
  ` [PATCH 03/21] Staging: hv: Introduce a common function for issuing commands to the device
  ` [PATCH 04/21] Staging: hv: Get rid of blkvsc_do_read_capacity()
  ` [PATCH 05/21] Staging: hv: Get rid of blkvsc_do_read_capacity16()
  ` [PATCH 06/21] Staging: hv: Get rid of the function blkvsc_do_flush()
  ` [PATCH 07/21] Staging: hv: Get rid of the state media_not_present
  ` [PATCH 08/21] Staging: hv: Get rid of the function blkvsc_revalidate_disk()
  ` [PATCH 9/21] Staging: hv: Simplify blkvsc_init_rw()
  ` [PATCH 10/21] Staging: hv: Get rid of some DPRINT_INFO() statements
  ` [PATCH 11/21] Staging: hv: Get rid of some DPRINT_DBG() calls
  ` [PATCH 12/21] Staging: hv: Cleanup blkvsc_remove()
  ` [PATCH 13/21] Staging: hv: Cleanup storvsc_remove()
  ` [PATCH 14/21] Staging: hv: Get rid of the code to manage removable media
  ` [PATCH 15/21] Staging: hv: Get rid of some DPRINT_ERR() calls
  ` [PATCH 16/21] Staging: hv: Get rid of an unnecessary check in blkvsc_probe()
  ` [PATCH 17/21] Staging: hv: Cleanup blkvsc_open()
  ` [PATCH 18/21] Staging: hv: Fix a jump label (Cleanup) in blkvsc_drv
  ` [PATCH 19/21] Staging: hv: Fix a jump label (Remove) in blkvsc_drv.c
  ` [PATCH 20/21] Staging: hv: Introduce a function to map channel properties onto block device info
  ` [PATCH 21/21] Staging: hv: Get rid of IDE details from blkvsc_drv.c

[RESEND] [PATCH 00/18] Staging: hv: Cleanup-storage-drivers-phase-III
 2011-04-22 21:13 UTC  (19+ messages)
` [PATCH 01/18] Staging: hv: Get rid of the forward declaration of blkvsc_init_rw()
  ` [PATCH 02/18] Staging: hv: Get rid of the forward declaration of blkvsc_ioctl()
  ` [PATCH 03/18] Staging: hv: Get rid of the forward declaration of blkvsc_cmd_completion()
  ` [PATCH 04/18] Staging: hv: Get rid of the forward declaration of blkvsc_do_flush()
  ` [PATCH 05/18] Staging: hv: Get rid of the forward declaration of blkvsc_cancel_pending_reqs()
  ` [PATCH 06/18] Staging: hv: Get rid of the forward declaration of blkvsc_remove()
  ` [PATCH 07/18] Staging: hv: Get rid of the forward declaration of blkvsc_shutdown()
  ` [PATCH 08/18] Staging: hv: Get rid of the forward declaration for blkvsc_release()
  ` [PATCH 09/18] Staging: hv: Get rid of the forward declaration for blkvsc_do_read_capacity()
  ` [PATCH 10/18] Staging: hv: Get rid of the forward declaration of blkvsc_do_read_capacity16()
  ` [PATCH 11/18] Staging: hv: Get rid of the forward declaration of blkvsc_revalidate_disk()
  ` [PATCH 12/18] Staging: hv: Get rid of the forward declaration for blkvsc_do_inquiry()
  ` [PATCH 13/18] Staging: hv: Get rid of the forward declaration for blkvsc_do_request()
  ` [PATCH 14/18] Staging: hv: Get rid of the forward declaration for blkvsc_do_pending_reqs()
  ` [PATCH 15/18] Staging: hv: Get rid of the forward declaration for blkvsc_request()
  ` [PATCH 16/18] Staging: hv: Move some definitions/declarations to be earlier in the file
  ` [PATCH 17/18] Staging: hv: Move module parameter to "
  ` [PATCH 18/18] Staging: hv: Get rid of some dead code in blkvsc_drv.c

[RESEND] [PATCH 00/22] Staging: hv: Cleanup-storage-drivers-phase-III
 2011-04-22 19:28 UTC  (6+ messages)
` [PATCH 01/22] Staging: hv: Get rid of the forward declaration of blkvsc_submit_request()
  ` [PATCH 05/22] Staging: hv: Get rid of the forward declaration of blkvsc_init_rw()

[PATCH 1/8] staging: hv: move netvsc_initialize() to clean up forward declaration
 2011-04-21 19:30 UTC  (8+ messages)
` [PATCH 2/8] staging: hv: move netvsc_receive_completion() "
` [PATCH 3/8] staging: hv: move netvsc_send_recv_completion() "
` [PATCH 4/8] staging: hv: move netvsc_destroy_recv_buf() "
` [PATCH 5/8] staging: hv: move netvsc_destroy_send_buf() "
` [PATCH 6/8] staging: hv: move netvsc_device_add() "
` [PATCH 7/8] staging: hv: clean up unused forward declarations
` [PATCH 8/8] staging: hv: convert function name NetVscDisconnectFromVsp to lower case

[PATCH 0/8] staging: hv: clean up forward declarations and camel cases in netvsc.c
 2011-04-21 19:30 UTC 

KVM Forum 2011: Call For Participation
 2011-04-21 17:21 UTC 

[PATCH] driver, virtio: Modify the err hanlding logic
 2011-04-20 13:21 UTC 

[RFC][PATCH] virtio balloon: kill tell-host-first logic
 2011-04-19  1:25 UTC  (11+ messages)

[PATCH 00/12] Staging: hv: Cleanup vmbus driver - Phase II
 2011-04-16  0:34 UTC  (4+ messages)

irq allocation for pci drivers
 2011-04-15 18:07 UTC  (3+ messages)

LPC2011 Virtualization Micro Conf
 2011-04-15 13:55 UTC 

[PATCH] xen: drop anti-dependency on X86_VISWS
 2011-04-14  8:20 UTC  (8+ messages)
              ` [Xen-devel] "

SNAPI2011 Call for Participation (7th IEEE International Workshop on Storage Network Architecture and Parallel I/O)
 2011-04-13 14:34 UTC 

[RFC][PATCH] virtio: 64 bit features
 2011-04-12 14:45 UTC  (3+ messages)

[PATCH] virtio: decrement dev_index when device is unregistered
 2011-04-12  9:09 UTC  (2+ messages)

[RFC][PATCH] virtio: 64 bit features
 2011-04-11 16:55 UTC 

[PATCH] staging: hv: use sync_bitops when interacting with the hypervisor
 2011-04-07 22:49 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).