linux_dsm_epyc7002/drivers/virtio
Sasha Levin 2bd56afd44 virtio_pci: drop useless del_vqs call
Device VQs were getting freed twice: once in every device's removal
functions, and then again in virtio_pci_legacy_remove().  The ones in
devices are called first, so drop the useless second call.

Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2015-01-21 16:28:50 +10:30
..
config.c Remove all #inclusions of asm/system.h 2012-03-28 18:30:03 +01:00
Kconfig mm/balloon_compaction: add vmstat counters and kpageflags bit 2014-10-09 22:26:01 -04:00
Makefile virtio_pci: rename virtio_pci -> virtio_pci_common 2014-12-09 21:42:05 +02:00
virtio_balloon.c virtio/balloon: verify device has config space 2015-01-21 16:28:48 +10:30
virtio_mmio.c Driver core patches for 3.19-rc1 2014-12-14 16:10:09 -08:00
virtio_pci_common.c virtio_pci: device-specific release callback 2015-01-06 16:35:36 +02:00
virtio_pci_common.h virtio_pci: device-specific release callback 2015-01-06 16:35:36 +02:00
virtio_pci_legacy.c virtio_pci: drop useless del_vqs call 2015-01-21 16:28:50 +10:30
virtio_ring.c virtio: make VIRTIO_F_VERSION_1 a transport bit 2014-12-09 12:06:32 +02:00
virtio.c virtio: set VIRTIO_CONFIG_S_FEATURES_OK on restore 2014-12-11 20:04:38 +02:00