On 2/20/20 8:05 AM, Philippe Mathieu-Daudé wrote: > The IDE DMA restart callback has been removed in commit fe09c7c9f0. > > Fixes: fe09c7c9f0 > Signed-off-by: Philippe Mathieu-Daudé <[email protected]> > --- > include/hw/ide/internal.h | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/include/hw/ide/internal.h b/include/hw/ide/internal.h > index 52ec197da0..ce766ac485 100644 > --- a/include/hw/ide/internal.h > +++ b/include/hw/ide/internal.h > @@ -326,7 +326,6 @@ typedef int DMAIntFunc(IDEDMA *, int); > typedef int32_t DMAInt32Func(IDEDMA *, int32_t len); > typedef void DMAu32Func(IDEDMA *, uint32_t); > typedef void DMAStopFunc(IDEDMA *, bool); > -typedef void DMARestartFunc(void *, int, RunState); > > struct unreported_events { > bool eject_request; > Acked-by: John Snow <[email protected]>
- Re: [PATCH v3 19/20] Let cpu_[physical]_memor... Cornelia Huck
- [PATCH v3 08/20] Remove unnecessary cast when usin... Philippe Mathieu-Daudé
- Re: [PATCH v3 08/20] Remove unnecessary cast ... Cornelia Huck
- [PATCH v3 07/20] hw/net: Avoid casting non-const p... Philippe Mathieu-Daudé
- [PATCH v3 12/20] hw/ide: Let the DMAIntFunc protot... Philippe Mathieu-Daudé
- [PATCH v3 16/20] Let address_space_rw() calls pass... Philippe Mathieu-Daudé
- [PATCH v3 13/20] hw/virtio: Let virtqueue_map_iove... Philippe Mathieu-Daudé
- [PATCH v3 10/20] Remove unnecessary cast when usin... Philippe Mathieu-Daudé
- [PATCH v3 11/20] hw/ide/internal: Remove unused DM... Philippe Mathieu-Daudé
- Re: [PATCH v3 11/20] hw/ide/internal: Remove ... John Snow
- [PATCH v3 18/20] exec: Let cpu_[physical]_memory A... Philippe Mathieu-Daudé
- [PATCH v3 15/20] exec: Let address_space_unmap() u... Philippe Mathieu-Daudé
- [PATCH v3 17/20] Avoid address_space_rw() with a c... Philippe Mathieu-Daudé
