Subject: CVS commit: [netbsd-2-0] src/sys/arch/xen
To: None <source-changes@NetBSD.org>
From: Havard Eidnes <he@netbsd.org>
List: source-changes
Date: 05/22/2004 15:59:31
Module Name:	src
Committed By:	he
Date:		Sat May 22 15:59:31 UTC 2004

Modified Files:
	src/sys/arch/xen/i386 [netbsd-2-0]: npx_hv.c spl.S
	src/sys/arch/xen/include [netbsd-2-0]: if_xennetvar.h xenfunc.h
	src/sys/arch/xen/include/hypervisor-ifs [netbsd-2-0]: block.h
	src/sys/arch/xen/x86 [netbsd-2-0]: intr.c
	src/sys/arch/xen/xen [netbsd-2-0]: xen_debug.c

Log Message:
Pull up revision 1.2 (requested by cl in ticket #337):
	Upgrade xen support:
	 - add block device driver
	 - network device driver bug fixes
	 - support for vga/keyboard/mouse
	 - support for domain0 operations
	 - fix /dev/mem and i386_iopl, reboot, event dispatch
	 - fix clock support, cpu speed report, lazy fpu switching
	 - add xen12load loader
	 - sys/arch/xen parts of build.sh release support
	[cl, ticket #337]


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.1.2.1 src/sys/arch/xen/i386/npx_hv.c \
    src/sys/arch/xen/i386/spl.S
cvs rdiff -r1.1 -r1.1.2.1 src/sys/arch/xen/include/if_xennetvar.h \
    src/sys/arch/xen/include/xenfunc.h
cvs rdiff -r1.1 -r1.1.2.1 src/sys/arch/xen/include/hypervisor-ifs/block.h
cvs rdiff -r1.1 -r1.1.2.1 src/sys/arch/xen/x86/intr.c
cvs rdiff -r1.1 -r1.1.2.1 src/sys/arch/xen/xen/xen_debug.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.