search for: vdaaa

Displaying 4 results from an estimated 4 matches for "vdaaa".

Did you mean: 3daaa
2017 Jan 19
2
[PATCH 1/2] canonical_device_name: Don't rewrite /dev/mdX as /dev/sdX (RHBZ#1414682).
The guestfs_canonical_device_name API was rewriting /dev/mdX as /dev/sdX. This is wrong since (eg) /dev/sd0 is not a device name, so if you pass the canonicalized name back to the API it will fail. virt-v2v was one tool doing this. --- src/canonical-name.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/canonical-name.c b/src/canonical-name.c index ae7b468..d72768f 100644 ---
2008 Feb 04
2
[PULL] virtio updates
...virtio: PCI device virtio: Use PCI revision field to indicate virtio PCI ABI version Christian Borntraeger (4): virtnet: remove double ether_setup virtio_blk: provide getgeo virtio_blk: Dont waste major numbers virtio_blk: implement naming for vda-vdz,vdaa-vdzz,vdaaa-vdzzz Dor Laor (1): virtio_net: parametrize the napi_weight for virtio receive queue. Rusty Russell (16): virtio: Implement skb_partial_csum_set, for setting partial csums on untrusted packets. virtio: simplify config mechanism. virtio: explicit enable_cb/disable_cb rather...
2008 Feb 04
2
[PULL] virtio updates
...virtio: PCI device virtio: Use PCI revision field to indicate virtio PCI ABI version Christian Borntraeger (4): virtnet: remove double ether_setup virtio_blk: provide getgeo virtio_blk: Dont waste major numbers virtio_blk: implement naming for vda-vdz,vdaa-vdzz,vdaaa-vdzzz Dor Laor (1): virtio_net: parametrize the napi_weight for virtio receive queue. Rusty Russell (16): virtio: Implement skb_partial_csum_set, for setting partial csums on untrusted packets. virtio: simplify config mechanism. virtio: explicit enable_cb/disable_cb rather...
2017 Feb 18
8
[PATCH 0/6] generator: Split up generator/actions.ml
Split up the huge generator/actions.ml into several smaller files. Rich.