]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Merge in support for Xen HVM on amd64 architecture.
authorDoug Rabson <dfr@FreeBSD.org>
Wed, 11 Mar 2009 15:30:12 +0000 (15:30 +0000)
committerDoug Rabson <dfr@FreeBSD.org>
Wed, 11 Mar 2009 15:30:12 +0000 (15:30 +0000)
commit126780243806a6b6cf345b9b548f68010e921aec
tree633dc40712503605071c68975d2c972638554000
parent802e54dc1f4ac7ebd3cc3f0091d2b825780a3c51
Merge in support for Xen HVM on amd64 architecture.
34 files changed:
sys/amd64/amd64/machdep.c
sys/amd64/conf/XENHVM [new file with mode: 0644]
sys/amd64/include/pcpu.h
sys/amd64/include/xen/hypercall.h [new file with mode: 0644]
sys/amd64/include/xen/synch_bitops.h [new file with mode: 0644]
sys/amd64/include/xen/xen-os.h [new file with mode: 0644]
sys/amd64/include/xen/xenfunc.h [new file with mode: 0644]
sys/amd64/include/xen/xenpmap.h [new file with mode: 0644]
sys/amd64/include/xen/xenvar.h [new file with mode: 0644]
sys/conf/files
sys/conf/options.amd64
sys/dev/xen/balloon/balloon.c
sys/dev/xen/blkfront/blkfront.c
sys/dev/xen/console/console.c
sys/dev/xen/console/xencons_ring.c
sys/dev/xen/netfront/netfront.c
sys/dev/xen/xenpci/evtchn.c [new file with mode: 0644]
sys/dev/xen/xenpci/machine_reboot.c [new file with mode: 0644]
sys/dev/xen/xenpci/xenpci.c [new file with mode: 0644]
sys/dev/xen/xenpci/xenpcivar.h [new file with mode: 0644]
sys/i386/include/xen/xenpmap.h
sys/xen/evtchn/evtchn.c
sys/xen/evtchn/evtchn_dev.c
sys/xen/features.c
sys/xen/features.h [new file with mode: 0644]
sys/xen/gnttab.c
sys/xen/gnttab.h
sys/xen/hypervisor.h
sys/xen/interface/arch-x86/xen.h
sys/xen/interface/hvm/params.h
sys/xen/reboot.c [new file with mode: 0644]
sys/xen/xen_intr.h
sys/xen/xenbus/xenbus_probe.c
sys/xen/xenbus/xenbus_xs.c