]> git.proxmox.com Git - mirror_qemu.git/commit
hw/char/parallel-isa: Implement relocation and enabling/disabling for TYPE_ISA_PARALLEL
authorBernhard Beschow <shentey@gmail.com>
Sun, 14 Jan 2024 12:39:09 +0000 (13:39 +0100)
committerMichael S. Tsirkin <mst@redhat.com>
Wed, 14 Feb 2024 11:09:32 +0000 (06:09 -0500)
commit1d1afd9ff7264c7ed35f3ca25cc4bf9dd82a6b06
tree9e69e5cea3e818eb456283ee143e15d7b9b5f880
parent7812dbc54c72f71df2644d0cec52a1e8d6b19584
hw/char/parallel-isa: Implement relocation and enabling/disabling for TYPE_ISA_PARALLEL

The real SuperI/O chips emulated by QEMU allow for relocating and enabling or
disabling their SuperI/O functions via software. So far this is not implemented.
Prepare for that by adding isa_parallel_set_{enabled,iobase}.

Signed-off-by: Bernhard Beschow <shentey@gmail.com>
Message-Id: <20240114123911.4877-10-shentey@gmail.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/char/parallel-isa.c
include/hw/char/parallel-isa.h