mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 08:43:55 -06:00
hw/block/xen-block: Unexport PropertyInfo
xen_block_prop_vdev is not used outside the file. Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Jason Andryuk <jason.andryuk@amd.com> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
47c7764bd7
commit
eafbd38f17
1 changed files with 1 additions and 1 deletions
|
@ -659,7 +659,7 @@ invalid:
|
||||||
*
|
*
|
||||||
* https://xenbits.xen.org/docs/unstable/man/xen-vbd-interface.7.html
|
* https://xenbits.xen.org/docs/unstable/man/xen-vbd-interface.7.html
|
||||||
*/
|
*/
|
||||||
const PropertyInfo xen_block_prop_vdev = {
|
static const PropertyInfo xen_block_prop_vdev = {
|
||||||
.name = "str",
|
.name = "str",
|
||||||
.description = "Virtual Disk specifier: d*p*/xvd*/hd*/sd*",
|
.description = "Virtual Disk specifier: d*p*/xvd*/hd*/sd*",
|
||||||
.get = xen_block_get_vdev,
|
.get = xen_block_get_vdev,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue