]> Git Repo - qemu.git/commit - xen-common.c
xen: factor out common functions
authorWei Liu <[email protected]>
Wed, 7 May 2014 16:16:43 +0000 (16:16 +0000)
committerStefano Stabellini <[email protected]>
Wed, 7 May 2014 16:16:43 +0000 (16:16 +0000)
commit04b0de0ee83fe464487406064afe14de27decc24
tree1e55a23012daf56cac71389a252dffd6262b098c
parentad3f7e31bfc148135d93c176d1c9197933fa8344
xen: factor out common functions

So common functions used by both HVM and PV are factored out from
xen-all.c to xen-common.c.

Finally rename xen-all.c to xen-hvm.c, as those functions are only
useful to HVM guest.

Create *-stub files and modify Makefile.target to reflect the changes.

Signed-off-by: Wei Liu <[email protected]>
Signed-off-by: Stefano Stabellini <[email protected]>
Makefile.target
xen-all.c [deleted file]
xen-common-stub.c [new file with mode: 0644]
xen-common.c [new file with mode: 0644]
xen-hvm-stub.c [new file with mode: 0644]
xen-hvm.c [new file with mode: 0644]
xen-stub.c [deleted file]
This page took 0.022369 seconds and 4 git commands to generate.