]> xenbits.xensource.com Git - qemu-xen-3.4-testing.git/commit
Provide alternative Xen backend infrastructure (Gerd Hoffman)
authorIan Jackson <ian.jackson@eu.citrix.com>
Fri, 16 Jan 2009 15:52:44 +0000 (15:52 +0000)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Fri, 16 Jan 2009 15:52:44 +0000 (15:52 +0000)
commitd99c4fc694c23baae97cf347b395d62802479d1f
treec3487ab7d5f40602c43da31dccc62011fd4dd750
parent70fdc97e456621cb612870b54a6998400723b70a
Provide alternative Xen backend infrastructure (Gerd Hoffman)

Description from Gerd's message:

    Subject: [PATCH] xen: backend driver core

    This patch adds infrastructure for xen backend drivers living in qemu,
    so drivers don't need to implement common stuff on their own.  It's
    mostly xenbus management stuff: some functions to access xentore,
    setting up xenstore watches, callbacks on device discovery and state
    changes, handle event channel, ...

In this patch, this is just additional machinery, which will be used
in the forthcoming change(s).

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
(Applied as-is.)
hw/xen_backend.c [new file with mode: 0644]
hw/xen_backend.h [new file with mode: 0644]
hw/xen_common.h [new file with mode: 0644]
hw/xen_machine_pv.c
xen-hooks.mak