diff options
| author | Paolo Bonzini <pbonzini@redhat.com> | 2024-11-28 13:21:13 +0100 |
|---|---|---|
| committer | Paolo Bonzini <pbonzini@redhat.com> | 2024-12-10 18:49:24 +0100 |
| commit | 4cc055039fc1c1ab18f172fa791aa3d48d7d20aa (patch) | |
| tree | c5cad55830eeb50a00bc8927194394977d80af9f /include/hw/clock.h | |
| parent | a3057c52f45c280bffc22980f535799a12500d66 (diff) | |
| download | focaccia-qemu-4cc055039fc1c1ab18f172fa791aa3d48d7d20aa.tar.gz focaccia-qemu-4cc055039fc1c1ab18f172fa791aa3d48d7d20aa.zip | |
clock: clear callback on unparent
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'include/hw/clock.h')
| -rw-r--r-- | include/hw/clock.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/hw/clock.h b/include/hw/clock.h index eb58599131..a279bd4ba5 100644 --- a/include/hw/clock.h +++ b/include/hw/clock.h @@ -142,14 +142,6 @@ void clock_set_callback(Clock *clk, ClockCallback *cb, void *opaque, unsigned int events); /** - * clock_clear_callback: - * @clk: the clock to delete the callback from - * - * Unregister the callback registered with clock_set_callback. - */ -void clock_clear_callback(Clock *clk); - -/** * clock_set_source: * @clk: the clock. * @src: the source clock |