qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v2 42/50] lasi: move from hw/hppa to hw/misc


From: Richard Henderson
Subject: Re: [PATCH v2 42/50] lasi: move from hw/hppa to hw/misc
Date: Sat, 7 May 2022 22:07:52 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.8.0

On 5/4/22 04:25, Mark Cave-Ayland wrote:
Move the LASI device implementation from hw/hppa to hw/misc so that it is
located with all the other miscellaneous devices.

Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Acked-by: Helge Deller <deller@gmx.de>
---
  MAINTAINERS                         | 2 ++
  hw/hppa/Kconfig                     | 1 +
  hw/hppa/machine.c                   | 2 +-
  hw/hppa/meson.build                 | 2 +-
  hw/hppa/trace-events                | 5 -----
  hw/misc/Kconfig                     | 3 +++
  hw/{hppa => misc}/lasi.c            | 3 +--
  hw/misc/meson.build                 | 3 +++
  hw/misc/trace-events                | 5 +++++
  {hw/hppa => include/hw/misc}/lasi.h | 0
  10 files changed, 17 insertions(+), 9 deletions(-)
  rename hw/{hppa => misc}/lasi.c (99%)
  rename {hw/hppa => include/hw/misc}/lasi.h (100%)

I don't understand hw/misc, or why this is a better categorization than hw/hppa.


r~



reply via email to

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