]> git.proxmox.com Git - qemu.git/commit - util/qemu-option.c
option: Add assigned flag to QEMUOptionParameter
authorMax Reitz <mreitz@redhat.com>
Thu, 29 Aug 2013 09:15:44 +0000 (11:15 +0200)
committerKevin Wolf <kwolf@redhat.com>
Fri, 30 Aug 2013 13:28:52 +0000 (15:28 +0200)
commitd4ca092a423f1f853a99357bab01a168bb57d625
treea7288be03b54437a5674ef84cf4ffa221b59fcfb
parent9faa574f7d07109e2256c0b4b63e8711d650f2d8
option: Add assigned flag to QEMUOptionParameter

Adds an "assigned" flag to QEMUOptionParameter which is cleared at the
beginning of parse_option_parameters and set on (successful)
set_option_parameter and set_option_parameter_int.

Signed-off-by: Max Reitz <mreitz@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
include/qemu/option.h
util/qemu-option.c