]> git.proxmox.com Git - mirror_qemu.git/commit - hw/misc/ivshmem.c
hw/misc/ivshmem: Remove deprecated "ivshmem" legacy device
authorThomas Huth <thuth@redhat.com>
Wed, 19 Dec 2018 13:13:25 +0000 (14:13 +0100)
committerMichael S. Tsirkin <mst@redhat.com>
Tue, 15 Jan 2019 00:31:04 +0000 (19:31 -0500)
commit5a0e75f0a9ad063ebaa7eb19b82104f00acb80a0
tree26ab49b0d60a6a8047ff68e3e82fc3e8e2f9ab91
parent17323e8b689a1f6d1b711df034e9ee3a88ff27ba
hw/misc/ivshmem: Remove deprecated "ivshmem" legacy device

It's been marked as deprecated in QEMU v2.6.0 already, so really nobody
should use the legacy "ivshmem" device anymore (but use ivshmem-plain or
ivshmem-doorbell instead). Time to remove the deprecated device now.

Belatedly also update a mention of the deprecated "ivshmem" in the file
docs/specs/ivshmem-spec.txt to "ivshmem-doorbell". Missed in commit
5400c02b90b ("ivshmem: Split ivshmem-plain, ivshmem-doorbell off ivshmem").

Signed-off-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
docs/specs/ivshmem-spec.txt
hw/i386/pc_piix.c
hw/misc/ivshmem.c
qemu-deprecated.texi
scripts/device-crash-test
tests/ivshmem-test.c