Re: [Qemu-devel] [PATCH 2/2] remove unused check_params()

2013-06-19 Thread Markus Armbruster
Michael Tokarev writes: > last user was in -boot options processing Series conflicts with my "[PATCH v3 00/16] -boot and -no-fd-bootchk fixes". My series comes with fairly thorough tests.

[Qemu-devel] [PATCH 2/2] remove unused check_params()

2013-06-19 Thread Michael Tokarev
last user was in -boot options processing Signed-off-by: Michael Tokarev --- include/qemu/option.h |2 -- util/qemu-option.c| 30 -- 2 files changed, 32 deletions(-) diff --git a/include/qemu/option.h b/include/qemu/option.h index bdb6d21..a83c700 100644 --