diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2011-01-05 18:05:52 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2011-01-24 15:13:54 +0100 |
commit | b67737a6cf71d1f029a692e5dc2dc26579299b97 (patch) | |
tree | 1e86ba6bcc6e77fde7b179e5fe05bb4d239d978e /hw/qxl.h | |
parent | 8d86e2bfe36ae8e03bf2ba0c8206b91e29ad292f (diff) |
spice/qxl: zap spice 0.4 migration compatibility bits
Live migration from and to spice 0.4 qxl devices isn't going to work.
Rip out the bits which attempt to support that. Zap the subsection
logic which is obsolete now. Bumb the version to make a clean cut.
This should obviously go in before 0.14 is released.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'hw/qxl.h')
-rw-r--r-- | hw/qxl.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -80,10 +80,6 @@ typedef struct PCIQXLDevice { /* io bar */ uint32_t io_base; - - /* spice 0.4 loadvm compatibility */ - void *worker_data; - uint32_t worker_data_size; } PCIQXLDevice; #define PANIC_ON(x) if ((x)) { \ |