summary refs log tree commit diff stats
path: root/include/hw/misc/lasi.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* lasi: Add reset I/O ports for LASI audio and FDCHelge Deller2024-02-111-0/+2
| | | | | | | | Linux writes zeroes at bootup into the default ports for LASI audio and LASI floppy controller to reset those devices. Allow writing to those registers to avoid HPMCs. Signed-off-by: Helge Deller <deller@gmx.de>
* lasi: fix RTC migrationPaolo Bonzini2023-04-201-2/+1
| | | | | | | | | | | Migrate rtc_ref (which only needs to be 32-bit because it is summed to a 32-bit register), which requires bumping the migration version. The HPPA machine does not have versioned machine types so it is okay to block migration to old versions of QEMU. While at it, drop the write-only field rtc from LasiState. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
* lasi: move from hw/hppa to hw/miscMark Cave-Ayland2022-05-081-0/+78
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> Message-Id: <20220504092600.10048-43-mark.cave-ayland@ilande.co.uk> Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>