[PATCH 0/3] hw/input/lasips2: QOM'ify the Lasi PS/2

Philippe Mathieu-Daudé posted 3 patches 2 years, 7 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210920064048.2729397-1-f4bug@amsat.org
include/hw/input/lasips2.h | 31 ++++++++++++++++--
hw/hppa/lasi.c             | 10 +++++-
hw/input/lasips2.c         | 64 +++++++++++++++++++-------------------
3 files changed, 70 insertions(+), 35 deletions(-)
[PATCH 0/3] hw/input/lasips2: QOM'ify the Lasi PS/2
Posted by Philippe Mathieu-Daudé 2 years, 7 months ago
Slowly nuking non-QOM devices: Lasi PS/2's turn.

Philippe Mathieu-Daudé (3):
  hw/input/lasips2: Fix typos in function names
  hw/input/lasips2: Move LASIPS2State declaration to
    'hw/input/lasips2.h'
  hw/input/lasips2: QOM'ify the Lasi PS/2

 include/hw/input/lasips2.h | 31 ++++++++++++++++--
 hw/hppa/lasi.c             | 10 +++++-
 hw/input/lasips2.c         | 64 +++++++++++++++++++-------------------
 3 files changed, 70 insertions(+), 35 deletions(-)

-- 
2.31.1

Re: [PATCH 0/3] hw/input/lasips2: QOM'ify the Lasi PS/2
Posted by Philippe Mathieu-Daudé 2 years, 6 months ago
Cc'ing qemu-trivial@ (fully reviewed).

On 9/20/21 08:40, Philippe Mathieu-Daudé wrote:
> Slowly nuking non-QOM devices: Lasi PS/2's turn.
> 
> Philippe Mathieu-Daudé (3):
>   hw/input/lasips2: Fix typos in function names
>   hw/input/lasips2: Move LASIPS2State declaration to
>     'hw/input/lasips2.h'
>   hw/input/lasips2: QOM'ify the Lasi PS/2
> 
>  include/hw/input/lasips2.h | 31 ++++++++++++++++--
>  hw/hppa/lasi.c             | 10 +++++-
>  hw/input/lasips2.c         | 64 +++++++++++++++++++-------------------
>  3 files changed, 70 insertions(+), 35 deletions(-)
> 

Re: [PATCH 0/3] hw/input/lasips2: QOM'ify the Lasi PS/2
Posted by Laurent Vivier 2 years, 6 months ago
Le 27/10/2021 à 07:11, Philippe Mathieu-Daudé a écrit :
> Cc'ing qemu-trivial@ (fully reviewed).
> 
> On 9/20/21 08:40, Philippe Mathieu-Daudé wrote:
>> Slowly nuking non-QOM devices: Lasi PS/2's turn.
>>
>> Philippe Mathieu-Daudé (3):
>>    hw/input/lasips2: Fix typos in function names
>>    hw/input/lasips2: Move LASIPS2State declaration to
>>      'hw/input/lasips2.h'
>>    hw/input/lasips2: QOM'ify the Lasi PS/2
>>
>>   include/hw/input/lasips2.h | 31 ++++++++++++++++--
>>   hw/hppa/lasi.c             | 10 +++++-
>>   hw/input/lasips2.c         | 64 +++++++++++++++++++-------------------
>>   3 files changed, 70 insertions(+), 35 deletions(-)
>>
> 

Applied to my trivial-patches branch.

Thanks,
Laurent

Re: [PATCH 0/3] hw/input/lasips2: QOM'ify the Lasi PS/2
Posted by Philippe Mathieu-Daudé 2 years, 6 months ago
ping?

On 9/20/21 08:40, Philippe Mathieu-Daudé wrote:
> Slowly nuking non-QOM devices: Lasi PS/2's turn.
> 
> Philippe Mathieu-Daudé (3):
>   hw/input/lasips2: Fix typos in function names
>   hw/input/lasips2: Move LASIPS2State declaration to
>     'hw/input/lasips2.h'
>   hw/input/lasips2: QOM'ify the Lasi PS/2
> 
>  include/hw/input/lasips2.h | 31 ++++++++++++++++--
>  hw/hppa/lasi.c             | 10 +++++-
>  hw/input/lasips2.c         | 64 +++++++++++++++++++-------------------
>  3 files changed, 70 insertions(+), 35 deletions(-)
>