qemu-block
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 0/1] hw/ide: share bmdma read and write functions


From: Bernhard Beschow
Subject: Re: [PATCH 0/1] hw/ide: share bmdma read and write functions
Date: Tue, 06 Sep 2022 14:26:59 +0000

Am 19. Februar 2022 08:08:17 UTC schrieb Liav Albani <liavalb@gmail.com>:
>This is a preparation before I send v3 of ich6-ide controller emulation patch.
>I figured that it's more trivial to split the changes this way, by extracting
>the bmdma functions from via.c and piix.c and sharing them together. Then,
>I could easily put these into use when I send v3 of the ich6-ide patch by just
>using the already separated functions. This was suggested by BALATON Zoltan 
>when
>he submitted a code review on my ich6-ide controller emulation patch.

Ping. Any news?

>Liav Albani (1):
>  hw/ide: share bmdma read and write functions between piix.c and via.c
>
> hw/ide/pci.c         | 47 ++++++++++++++++++++++++++++++++++++++++
> hw/ide/piix.c        | 50 ++-----------------------------------------
> hw/ide/via.c         | 51 ++------------------------------------------
> include/hw/ide/pci.h |  4 ++++
> 4 files changed, 55 insertions(+), 97 deletions(-)
>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]