diff options
author | Halil Pasic | 2016-10-06 14:55:50 +0200 |
---|---|---|
committer | Michael S. Tsirkin | 2016-10-10 01:21:43 +0200 |
commit | 5705653ff8666ffb247971361904f902aa033351 (patch) | |
tree | 7013f2eb892b320f1d60d6e7a488a20069b02a3b /hw/char | |
parent | vhost-vsock: convert VMSTATE_VIRTIO_DEVICE (diff) | |
download | qemu-5705653ff8666ffb247971361904f902aa033351.tar.gz qemu-5705653ff8666ffb247971361904f902aa033351.tar.xz qemu-5705653ff8666ffb247971361904f902aa033351.zip |
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>
Diffstat (limited to 'hw/char')
-rw-r--r-- | hw/char/virtio-serial-bus.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/char/virtio-serial-bus.c b/hw/char/virtio-serial-bus.c index c9b0fc8325..7975c2cda1 100644 --- a/hw/char/virtio-serial-bus.c +++ b/hw/char/virtio-serial-bus.c @@ -18,8 +18,6 @@ * GNU GPL, version 2 or (at your option) any later version. */ -#define VMSTATE_VIRTIO_DEVICE_USE_NEW - #include "qemu/osdep.h" #include "qapi/error.h" #include "qemu/iov.h" |