virtio: cleanup VMSTATE_VIRTIO_DEVICE

Now all the usages of the old version of VMSTATE_VIRTIO_DEVICE are gone,
so we can get rid of the conditionals, and the old macro.

Signed-off-by: Halil Pasic <pasic@linux.vnet.ibm.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
This commit is contained in:
Halil Pasic 2016-10-06 14:55:50 +02:00 committed by Michael S. Tsirkin
parent 81cc8a6566
commit 5705653ff8
12 changed files with 0 additions and 53 deletions

View file

@ -11,8 +11,6 @@
* See the COPYING file in the top-level directory.
*/
#define VMSTATE_VIRTIO_DEVICE_USE_NEW
#include "qemu/osdep.h"
#include "qemu-common.h"
#include "qemu/iov.h"