Kevin Wolf 9aebf3b892 block: Validate node-name
The device_name of a BlockDriverState is currently checked because it is
always used as a QemuOpts ID and qemu_opts_create() checks whether such
IDs are wellformed.

node-name is supposed to share the same namespace, but it isn't checked
currently. This patch adds explicit checks both for device_name and
node-name so that the same rules will still apply even if QemuOpts won't
be used any more at some point.

qemu-img used to use names with spaces in them, which isn't allowed any
more. Replace them with underscores.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
2014-09-25 15:24:32 +02:00
..
2013-11-21 08:01:06 -08:00
2013-02-16 11:11:34 +00:00
2014-05-30 13:00:28 -06:00
2014-02-20 13:14:18 +01:00
2014-09-25 15:24:32 +02:00
2014-06-19 18:44:19 +03:00
2014-02-01 13:46:06 +04:00
2014-03-13 14:42:21 +01:00
2014-06-23 11:12:28 -04:00
2013-10-17 17:30:55 +02:00
2013-10-17 17:30:55 +02:00
2014-08-06 17:53:07 +02:00