]> git.proxmox.com Git - mirror_qemu.git/commit
xen: re-name XenDevice to XenLegacyDevice...
authorPaul Durrant <paul.durrant@citrix.com>
Tue, 8 Jan 2019 14:48:46 +0000 (14:48 +0000)
committerAnthony PERARD <anthony.perard@citrix.com>
Mon, 14 Jan 2019 13:45:40 +0000 (13:45 +0000)
commit2d0ed5e642d597f031a35c6f804b49ec438aef22
tree79152dbc3c1a43898ccfb216c4444a43f0f35596
parent92dbfcc6d435a6f2331298b101ff396c7e643a55
xen: re-name XenDevice to XenLegacyDevice...

...and xen_backend.h to xen-legacy-backend.h

Rather than attempting to convert the existing backend infrastructure to
be QOM compliant (which would be hard to do in an incremental fashion),
subsequent patches will introduce a completely new framework for Xen PV
backends. Hence it is necessary to re-name parts of existing code to avoid
name clashes. The re-named 'legacy' infrastructure will be removed once all
backends have been ported to the new framework.

This patch is purely cosmetic. No functional change.

Signed-off-by: Paul Durrant <paul.durrant@citrix.com>
Acked-by: Anthony Perard <anthony.perard@citrix.com>
Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
24 files changed:
hw/9pfs/xen-9p-backend.c
hw/block/xen_disk.c
hw/char/xen_console.c
hw/display/xenfb.c
hw/i386/xen/xen-hvm.c
hw/i386/xen/xen-mapcache.c
hw/i386/xen/xen_platform.c
hw/net/xen_nic.c
hw/usb/xen-usb.c
hw/xen/Makefile.objs
hw/xen/xen-common.c
hw/xen/xen-legacy-backend.c [new file with mode: 0644]
hw/xen/xen_backend.c [deleted file]
hw/xen/xen_devconfig.c
hw/xen/xen_pt.c
hw/xen/xen_pt_config_init.c
hw/xen/xen_pt_graphics.c
hw/xen/xen_pt_msi.c
hw/xen/xen_pvdev.c
hw/xenpv/xen_domainbuild.c
hw/xenpv/xen_machine_pv.c
include/hw/xen/xen-legacy-backend.h [new file with mode: 0644]
include/hw/xen/xen_backend.h [deleted file]
include/hw/xen/xen_pvdev.h