diff options
author | Markus Armbruster <armbru@redhat.com> | 2010-01-20 13:07:30 +0100 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2010-01-26 14:55:10 -0600 |
commit | 09b9418c6d085a0728372aa760ebd10128a020b1 (patch) | |
tree | c1aa0a74eb6c3caadd86186ed1e11bd977e18773 /qerror.c | |
parent | ff06ea219763559bec2aab26dde1cec8608405e9 (diff) | |
download | qemu-09b9418c6d085a0728372aa760ebd10128a020b1.tar.gz qemu-09b9418c6d085a0728372aa760ebd10128a020b1.tar.bz2 qemu-09b9418c6d085a0728372aa760ebd10128a020b1.zip |
monitor: Don't check for mon_get_cpu() failure
mon_get_cpu() can't return null pointer, because it passes its return
value to cpu_synchronize_state() first, which crashes if its argument
is null.
Remove the (pretty cheesy) handling of this non-existing error.
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'qerror.c')
0 files changed, 0 insertions, 0 deletions