Gerd Hoffmann
f872c76296
stdvga+bochs-display: add dummy mmio handler
...
The bochs-display mmio bar has some sub-regions with the actual hardware
registers. What happens when the guest access something outside those
regions depends on the archirecture. On x86 those reads succeed (and
return 0xff I think). On risc-v qemu aborts.
This patch adds handlers for the parent region, to make the wanted
behavior explicit and to make things consistent across architectures.
v2:
- use existing unassigned_io_ops.
- also cover stdvga.
Cc: Alistair Francis <alistair23@gmail.com >
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com >
Message-id: 20200309100009.17624-1-kraxel@redhat.com
2020-03-16 12:40:47 +01:00
..
2020-03-10 16:12:49 +01:00
2020-03-09 15:59:31 +01:00
2020-02-04 09:00:57 +01:00
2020-03-09 15:59:31 +01:00
2020-03-12 16:27:33 +00:00
2020-03-09 15:59:31 +01:00
2020-03-06 17:21:27 +01:00
2020-02-13 14:14:55 +00:00
2020-03-09 15:59:31 +01:00
2020-02-28 16:14:57 +00:00
2020-02-28 14:57:19 -05:00
2020-03-16 12:40:47 +01:00
2020-03-09 15:59:31 +01:00
2020-02-04 09:00:57 +01:00
2020-03-09 15:59:31 +01:00
2020-01-30 16:02:03 +00:00
2020-03-09 15:59:31 +01:00
2020-03-09 15:59:31 +01:00
2020-02-20 14:47:08 +01:00
2020-02-04 09:01:31 +01:00
2020-03-12 16:01:37 +00:00
2020-01-24 20:59:15 +01:00
2020-01-24 20:59:15 +01:00
2020-03-09 15:59:31 +01:00
2020-02-28 14:57:19 -05:00
2020-02-28 14:57:19 -05:00
2020-02-21 09:15:04 +11:00
2020-02-28 14:57:19 -05:00
2020-02-28 14:57:19 -05:00
2020-03-12 17:34:34 +00:00
2020-02-28 14:57:19 -05:00
2020-03-12 16:27:33 +00:00
2020-02-28 14:57:19 -05:00
2019-10-28 19:06:47 +01:00
2020-02-20 14:47:08 +01:00
2020-02-28 14:57:19 -05:00
2020-03-08 09:18:29 -04:00
2020-03-08 09:18:29 -04:00
2020-03-09 15:59:31 +01:00
2020-02-04 09:00:57 +01:00
2020-02-28 14:57:19 -05:00
2020-01-24 20:59:15 +01:00
2020-03-03 11:06:39 +00:00
2020-03-12 16:27:33 +00:00
2020-03-10 10:18:20 +01:00
2020-03-09 15:59:31 +01:00
2020-03-12 16:27:33 +00:00
2020-01-09 11:41:29 +00:00
2020-02-28 14:57:19 -05:00
2020-02-06 10:38:57 +01:00
2020-02-28 14:57:19 -05:00
2020-02-28 14:57:19 -05:00
2020-03-12 16:01:37 +00:00
2020-03-09 15:59:31 +01:00
2020-03-05 12:18:08 -05:00
2020-02-28 14:57:19 -05:00
2020-02-28 14:57:19 -05:00
2020-03-12 16:27:33 +00:00
2020-02-18 20:20:49 +01:00
2020-03-08 09:27:09 -04:00
2020-01-24 20:59:15 +01:00
2020-02-27 11:50:30 +00:00
2020-02-04 09:00:57 +01:00
2020-02-19 10:33:38 +01:00
2019-12-17 09:01:14 +01:00
2019-12-17 09:01:14 +01:00