qemu-e2k/hw
Philippe Mathieu-Daudé 5a3a2eb3b1 hw/i386/vmmouse: Require 'i8042' property to be set
If the 'i8042' property is not set, mouse events handled by
vmmouse_mouse_event() end calling i8042_isa_mouse_fake_event()
with a NULL argument, resulting in ps2_mouse_fake_event() being
called with invalid PS2MouseState pointer. Fix by requiring
the 'i8042' property to be always set:

  $ qemu-system-x86_64 -device vmmouse
  qemu-system-x86_64: -device vmmouse: 'i8042' link is not set

Fixes: 91c9e09147 ("vmmouse: convert to qdev")
Reported-by: Calvin Buckley <calvin@cmpct.info>
Resolves: https://gitlab.com/qemu-project/qemu/-/issues/752
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20211201223253.36080-1-f4bug@amsat.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2021-12-18 10:57:37 +01:00
..
9pfs
acpi
adc
alpha
arm Block device patches patches for 2021-12-15 2021-12-15 12:14:44 -08:00
audio
avr hw/avr: Realize AVRCPU qdev object using qdev_realize() 2021-12-17 10:43:24 +01:00
block virtio-blk: Fix clean up of host notifiers for single MR transaction. 2021-12-06 14:21:14 +00:00
char Fix STM32F2XX USART data register readout 2021-12-15 10:11:34 +00:00
core numa: Enable numa for SGX EPC sections 2021-12-10 09:47:18 +01:00
cpu
cris
display Revert "vga: don't abort when adding a duplicate isa-vga device" 2021-12-06 11:57:36 +01:00
dma
gpio
hppa
hyperv
i2c
i386 hw/i386/vmmouse: Require 'i8042' property to be set 2021-12-18 10:57:37 +01:00
ide
input
intc hw/intc/arm_gicv3: Introduce CONFIG_ARM_GIC_TCG Kconfig selector 2021-12-15 10:35:10 +00:00
ipack
ipmi
isa
m68k
mem
microblaze hw/microblaze: Replace drive_get_next() by drive_get() 2021-12-15 08:38:16 +01:00
mips hw/mips/boston: Fix load_elf() error detection 2021-12-06 11:57:36 +01:00
misc ppc 7.0 queue: 2021-12-17 09:55:14 -08:00
net hw/net: npcm7xx_emc fix missing queue_flush 2021-12-15 10:35:26 +00:00
nios2
nubus
nvme
nvram
openrisc
pci
pci-bridge
pci-host ppc/pnv: Move realize of PEC stacks under the PEC model 2021-12-17 17:57:19 +01:00
pcmcia
ppc ppc/pnv: Use QOM hierarchy to scan PEC PHB4 devices 2021-12-17 17:57:19 +01:00
rdma
remote
riscv hw: Replace trivial drive_get_next() by drive_get() 2021-12-15 08:38:16 +01:00
rtc
rx
s390x s390x/pci: add supported DT information to clp response 2021-12-17 09:12:37 +01:00
scsi hw/scsi/megasas: Fails command if SGL buffer overflows 2021-12-18 10:57:36 +01:00
sd hw/sd/ssi-sd: Do not create SD card within controller's realize 2021-12-15 08:38:16 +01:00
sensor
sh4
smbios
sparc
sparc64 hw: Replace trivial drive_get_next() by drive_get() 2021-12-15 08:38:16 +01:00
ssi
timer
tpm
tricore
usb
vfio
virtio hw/virtio/vhost: Fix typo in comment. 2021-12-17 10:46:08 +01:00
watchdog
xen
xenpv
xtensa
Kconfig
meson.build