cpu: Remove unnecessary noop methods
commit9fb75013d864489a91ba05e6009ed79c250d4064
authorEduardo Habkost <ehabkost@redhat.com>
Sat, 12 Dec 2020 15:55:19 +0000 (12 16:55 +0100)
committerEduardo Habkost <ehabkost@redhat.com>
Wed, 16 Dec 2020 20:50:33 +0000 (16 15:50 -0500)
treed805ddd0a70555b50d6fbcfe57750618bb3c4271
parent710384d04217be5f48552a85bbf5bb5d67a0a9f2
cpu: Remove unnecessary noop methods

In the previous commits we made cpu_exec_* and debug_excp_handler
optional, so we can now remove these no-op handlers.

Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Signed-off-by: Claudio Fontana <cfontana@suse.de>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20201212155530.23098-13-cfontana@suse.de>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
hw/core/cpu.c