qemu-ppc
[Top][All Lists]
Advanced

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

Re: [PATCH 1/4] hw/timer/i8254_common: Share "iobase" property via base


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH 1/4] hw/timer/i8254_common: Share "iobase" property via base class
Date: Mon, 15 May 2023 09:12:42 +0200
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.10.1

On 13/5/23 12:09, Bernhard Beschow wrote:
Both TYPE_KVM_I8254 and TYPE_I8254 have their own but same implementation of
the "iobase" property. The storage for the property already resides in
PITCommonState, so also move the property definition there.

Signed-off-by: Bernhard Beschow <shentey@gmail.com>
---
  hw/i386/kvm/i8254.c     | 1 -
  hw/timer/i8254.c        | 6 ------
  hw/timer/i8254_common.c | 6 ++++++
  3 files changed, 6 insertions(+), 7 deletions(-)

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>




reply via email to

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