]> xenbits.xensource.com Git - people/pauldu/qemu.git/commit
xen: re-name XenDevice to XenLegacyDevice...
authorPaul Durrant <paul.durrant@citrix.com>
Mon, 30 Apr 2018 14:13:19 +0000 (15:13 +0100)
committerPaul Durrant <paul.durrant@citrix.com>
Mon, 17 Dec 2018 11:12:44 +0000 (11:12 +0000)
commit05b6d22e5560f459303be9c657d37ec8f6ec0fab
treeaf8f7c9752fb1286a1aa162286f8c93273bda043
parent80422b00196a7af4c6efb628fae0ad8b644e98af
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>
---
Cc: Stefano Stabellini <sstabellini@kernel.org>
Cc: Greg Kurz <groug@kaod.org>
Cc: Kevin Wolf <kwolf@redhat.com>
Cc: Max Reitz <mreitz@redhat.com>
Cc: "Marc-André Lureau" <marcandre.lureau@redhat.com>
Cc: Paolo Bonzini <pbonzini@redhat.com>
Cc: Richard Henderson <rth@twiddle.net>
Cc: Eduardo Habkost <ehabkost@redhat.com>
Cc: "Michael S. Tsirkin" <mst@redhat.com>
Cc: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
Cc: Jason Wang <jasowang@redhat.com>
Cc: Gerd Hoffmann <kraxel@redhat.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