Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-06-04 | block: Fix serial number assignment | Luiz Capitulino | |
We should use 'dinfo->serial' length, 'serial' is a pointer, so the serial number length is currently limited to the pointer size. This fixes https://bugs.launchpad.net/qemu/+bug/584143 and is also valid for stable. Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com> | |||
2010-06-04 | blockdev: Collect block device code in new blockdev.c | Markus Armbruster | |
Anything that moves hundreds of lines out of vl.c can't be all bad. Signed-off-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com> |