Date: Wed, 11 Mar 2009 15:30:12 +0000 (UTC) From: Doug Rabson <dfr@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/amd64/amd64 machdep.c src/sys/amd64/conf XENHVM src/sys/amd64/include pcpu.h src/sys/amd64/include/xen hypercall.h synch_bitops.h xen-os.h xenfunc.h xenpmap.h xenvar.h src/sys/conf files options.amd64 src/sys/dev/xen/balloon balloon.c ... Message-ID: <200903111530.n2BFUimf084746@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
dfr 2009-03-11 15:30:12 UTC
FreeBSD src repository
Modified files:
sys/amd64/amd64 machdep.c
sys/amd64/include pcpu.h
sys/conf files options.amd64
sys/dev/xen/balloon balloon.c
sys/dev/xen/blkfront blkfront.c
sys/dev/xen/console console.c xencons_ring.c
sys/dev/xen/netfront netfront.c
sys/i386/include/xen xenpmap.h
sys/xen features.c gnttab.c gnttab.h hypervisor.h
xen_intr.h
sys/xen/evtchn evtchn.c evtchn_dev.c
sys/xen/interface/arch-x86 xen.h
sys/xen/interface/hvm params.h
sys/xen/xenbus xenbus_probe.c xenbus_xs.c
Added files:
sys/amd64/conf XENHVM
sys/amd64/include/xen hypercall.h synch_bitops.h xen-os.h
xenfunc.h xenpmap.h xenvar.h
sys/dev/xen/xenpci evtchn.c machine_reboot.c xenpci.c
xenpcivar.h
sys/xen features.h reboot.c
Log:
SVN rev 189699 on 2009-03-11 15:30:12Z by dfr
Merge in support for Xen HVM on amd64 architecture.
Revision Changes Path
1.693 +8 -0 src/sys/amd64/amd64/machdep.c
1.1 +160 -0 src/sys/amd64/conf/XENHVM (new)
1.52 +20 -1 src/sys/amd64/include/pcpu.h
1.1 +415 -0 src/sys/amd64/include/xen/hypercall.h (new)
1.1 +129 -0 src/sys/amd64/include/xen/synch_bitops.h (new)
1.1 +296 -0 src/sys/amd64/include/xen/xen-os.h (new)
1.1 +83 -0 src/sys/amd64/include/xen/xenfunc.h (new)
1.1 +227 -0 src/sys/amd64/include/xen/xenpmap.h (new)
1.1 +122 -0 src/sys/amd64/include/xen/xenvar.h (new)
1.1380 +20 -17 src/sys/conf/files
1.35 +2 -0 src/sys/conf/options.amd64
1.2 +244 -125 src/sys/dev/xen/balloon/balloon.c
1.9 +39 -26 src/sys/dev/xen/blkfront/blkfront.c
1.8 +28 -26 src/sys/dev/xen/console/console.c
1.4 +16 -7 src/sys/dev/xen/console/xencons_ring.c
1.13 +237 -78 src/sys/dev/xen/netfront/netfront.c
1.1 +418 -0 src/sys/dev/xen/xenpci/evtchn.c (new)
1.1 +80 -0 src/sys/dev/xen/xenpci/machine_reboot.c (new)
1.1 +399 -0 src/sys/dev/xen/xenpci/xenpci.c (new)
1.1 +44 -0 src/sys/dev/xen/xenpci/xenpcivar.h (new)
1.5 +5 -1 src/sys/i386/include/xen/xenpmap.h
1.8 +70 -150 src/sys/xen/evtchn/evtchn.c
1.4 +6 -8 src/sys/xen/evtchn/evtchn_dev.c
1.3 +4 -2 src/sys/xen/features.c
1.1 +20 -0 src/sys/xen/features.h (new)
1.7 +114 -44 src/sys/xen/gnttab.c
1.6 +13 -2 src/sys/xen/gnttab.h
1.2 +13 -4 src/sys/xen/hypervisor.h
1.3 +3 -2 src/sys/xen/interface/arch-x86/xen.h
1.3 +1 -1 src/sys/xen/interface/hvm/params.h
1.1 +262 -0 src/sys/xen/reboot.c (new)
1.2 +46 -20 src/sys/xen/xen_intr.h
1.7 +0 -1 src/sys/xen/xenbus/xenbus_probe.c
1.9 +18 -17 src/sys/xen/xenbus/xenbus_xs.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200903111530.n2BFUimf084746>
