mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
hw/dma: Pass parent object to i8257_dma_init()
Set I8257 instances parent (migration isn't affected). Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20240213114426.87836-1-philmd@linaro.org>
This commit is contained in:
parent
3c5f86a226
commit
5e37bc4997
8 changed files with 10 additions and 8 deletions
|
@ -45,6 +45,6 @@ struct I8257State {
|
|||
PortioList portio_pageh;
|
||||
};
|
||||
|
||||
void i8257_dma_init(ISABus *bus, bool high_page_enable);
|
||||
void i8257_dma_init(Object *parent, ISABus *bus, bool high_page_enable);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue