search for: get_driver

Displaying 3 results from an estimated 3 matches for "get_driver".

Did you mean: net_driver
2012 Jan 24
1
[PATCH 0/5] Get rid of get_driver() and put_driver()
Greg: This patch series removes the get_driver() and put_driver() routines from the kernel. Those routines don''t do anything useful. Their comments say that they increment and decrement the driver''s reference count, just like get_device()/put_device() and a lot of other utility routines. But a struct driver is _not_ like a...
2007 Feb 02
0
[PATCH] [Xm-TEST] Fix XAPI test case 02
...t/tests/xapi/02_xapi-vbd_basic.py @@ -4,13 +4,14 @@ # Author: Stefan Berger <stefanb@us.ibm.com> # Tests related to SR, VDI, VBD +# Based on the ''C'' code. # # Used methods: # SR: get_by_name_label, get_VDIs # # VDI: create, get_name_label, destroy # -# VBD: create, get_driver, get_mode, get_VM, get_VDI, get_device +# VBD: create, get_driver, get_mode, get_VM, get_VDI, get_device, get_type # # VM: get_VBDs @@ -43,15 +44,17 @@ vdi_rec = { ''name_label'' : "My disk", ''sector_size'' : 512, ''...
2012 Feb 22
0
Announce: Puppet Dashboard 1.2.6 Available
...on link c92b4b9 (#9501) changes skipnav target, increases contrast 2522170 (#10901) displays tipsy tooltip for report statuses 7d112e1 (#10901) Adds selenium tests 0d6c665 (#10901) Removes faulty dependency between unit tests 9b8345b (#10901) Replaces before filter, renames get_driver bbe5cfd (#10901) Uses cleaner rspec syntax 0eac8cc (#10562) Adds header so IE8 users can download nodes.csv 4a0cf66 (#10901) Moves selenium tests to acceptance/selenium f99d5d2 (#10901) Adds Selenium documentation. Removes selenium_spec/ 8709e96 (#12153) Adds list of suppor...