]> Git Repo - qemu.git/commit - hmp-commands.hx
monitor: union for command handlers
authorLuiz Capitulino <[email protected]>
Wed, 7 Oct 2009 16:41:52 +0000 (13:41 -0300)
committerAnthony Liguori <[email protected]>
Fri, 9 Oct 2009 02:17:18 +0000 (21:17 -0500)
commitaf4ce882d530d4aa9ed26de3423a36e4a156d0a5
tree4e370c27d5b60c410f3011530a9c03f935933806
parent910df89d8767b68fabb36d785f8ea0458b41bda3
monitor: union for command handlers

This commits adds a new union member to mon_cmd_t for command
handlers and convert monitor_handle_command() and qemu-monitor.hx
to use it.

This improves type safety.

Patchworks-ID: 35337
Signed-off-by: Luiz Capitulino <[email protected]>
Signed-off-by: Anthony Liguori <[email protected]>
monitor.c
qemu-monitor.hx
This page took 0.025975 seconds and 4 git commands to generate.