commit | 5039d6e23586fe6bbedc5e4fe302b48a66890ade | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Mon Feb 16 14:13:11 2015 +0100 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Wed Sep 09 15:34:53 2015 +0200 |
tree | 9b9b37d9e263dbf66be60f968b5b3e2c9b131448 | |
parent | 19d2b5e6ff7202c2bf45c547efa85ae6c2d76bbd [diff] |
i8257: remove cpu_request_exit irq This is unused. cpu_exit now is almost exclusively an internal function to the CPU execution loop. In a few patches, we'll change the remaining occurrences to qemu_cpu_kick, making it truly internal. Reviewed-by: Richard henderson <rth@twiddle.net> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>