]> Git Repo - qemu.git/commit - util/qemu-option.c
qemu-option: Reject anti-social IDs
authorMarkus Armbruster <[email protected]>
Tue, 8 Jun 2010 11:54:26 +0000 (13:54 +0200)
committerAnthony Liguori <[email protected]>
Mon, 14 Jun 2010 20:46:28 +0000 (15:46 -0500)
commitb560a9ab9be06afcbb78b3791ab836dad208a239
treecf1e0a4593b15effee04bcdf1c8383bd3a44a467
parent1bb650420021ced718d550559034a5147c053068
qemu-option: Reject anti-social IDs

Restrict IDs to letters, digits, '-', '.', '_', starting with a
letter.

This takes care of '/' in qdev IDs breaking qbus_find().

Signed-off-by: Markus Armbruster <[email protected]>
Signed-off-by: Anthony Liguori <[email protected]>
qemu-option.c
This page took 0.025387 seconds and 4 git commands to generate.