commit | 3225beaba05d4f06087593f5e903ce867b6e118a | [log] [tgz] |
---|---|---|
author | Rusty Russell <rusty@rustcorp.com.au> | Thu Oct 22 16:39:28 2009 -0600 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Thu Oct 22 16:39:30 2009 +1030 |
tree | e68653a5f31ef98cbc96e170680187311e881fa0 | |
parent | e95646c3ec33c8ec0693992da4332a6b32eb7e31 [diff] |
virtio_blk: Revert serial number support This reverts "Add serial number support for virtio_blk, V4a". Turns out that virtio_pci, lguest and s/390 all have an 8 bit limit on virtio config space, so noone could ever use this. This is coming back later in a cleaner form. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Cc: john cooper <john.cooper@redhat.com> Cc: Jens Axboe <jens.axboe@oracle.com>