Date: Tue, 4 Jan 2011 14:49:54 +0000 (UTC) From: Robert Watson <rwatson@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/conf options.i386 src/sys/dev/xen/balloon balloon.c src/sys/dev/xen/blkfront blkfront.c src/sys/dev/xen/netfront netfront.c src/sys/dev/xen/xenpci evtchn.c src/sys/i386/include pcpu.h pmap.h ... Message-ID: <201101041450.p04EoMRL022941@repoman.freebsd.org>
index | next in thread | raw e-mail
rwatson 2011-01-04 14:49:54 UTC
FreeBSD src repository
Modified files:
sys/conf options.i386
sys/dev/xen/balloon balloon.c
sys/dev/xen/blkfront blkfront.c
sys/dev/xen/netfront netfront.c
sys/dev/xen/xenpci evtchn.c
sys/i386/include pcpu.h pmap.h
sys/i386/include/xen hypercall.h xen-os.h xenpmap.h xenvar.h
Log:
SVN rev 216956 on 2011-01-04 14:49:54Z by rwatson
Make "options XENHVM" compile for i386, not just amd64 -- a largely
mechanical change. This opens the door for using PV device drivers
under Xen HVM on i386, as well as more general harmonisation of i386
and amd64 Xen support in FreeBSD.
Reviewed by: cperciva
MFC after: 3 weeks
Revision Changes Path
1.248 +1 -0 src/sys/conf/options.i386
1.5 +1 -1 src/sys/dev/xen/balloon/balloon.c
1.19 +1 -0 src/sys/dev/xen/blkfront/blkfront.c
1.31 +1 -0 src/sys/dev/xen/netfront/netfront.c
1.3 +7 -1 src/sys/dev/xen/xenpci/evtchn.c
1.60 +15 -2 src/sys/i386/include/pcpu.h
1.150 +3 -1 src/sys/i386/include/pmap.h
1.3 +5 -0 src/sys/i386/include/xen/hypercall.h
1.7 +4 -1 src/sys/i386/include/xen/xen-os.h
1.7 +12 -0 src/sys/i386/include/xen/xenpmap.h
1.6 +12 -1 src/sys/i386/include/xen/xenvar.h
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201101041450.p04EoMRL022941>
