freebsd-skq/sys
gibbs 716c2031c7 Correct panic caused by attaching both Xen PV and HyperV virtualization
aware drivers on Xen hypervisors that advertise support for some
HyperV features.

x86/xen/hvm.c:
	When running in HVM mode on a Xen hypervisor, set vm_guest
	to VM_GUEST_XEN so other virtualization aware components in
	the FreeBSD kernel can detect this mode is active.

dev/hyperv/vmbus/hv_hv.c:
	Use vm_guest to ignore Xen's HyperV emulation when Xen is
	detected and Xen PV drivers are active.

Reported by:	Shanker Balan
Submitted by:	Roger Pau Monné
Sponsored by:	Citrix Systems R&D
Reviewed by:	gibbs
Approved by:	re (Xen blanket)
2013-10-05 19:51:09 +00:00
..
amd64 add aesni module to i386 and amd64 NOTES... 2013-10-04 17:21:01 +00:00
arm - Enable unmapped buffers on Exynos5 again, because 2013-10-01 12:01:20 +00:00
boot Sweep man pages replacing ad -> ada. 2013-10-01 18:41:53 +00:00
bsm
cam Split cfiscsi_datamove() in two; no functional changes. 2013-10-05 16:22:33 +00:00
cddl
compat Add padding to match the compat32 struct stat32 definition to the real 2013-10-04 22:05:23 +00:00
conf Append the Git branch to the version string. 2013-10-03 01:53:17 +00:00
contrib Update OFED to Linux 3.7 and update Mellanox drivers. 2013-09-29 00:35:03 +00:00
crypto
ddb
dev Correct panic caused by attaching both Xen PV and HyperV virtualization 2013-10-05 19:51:09 +00:00
fs NULL stale pointers (should be a no-op as they should no longer be 2013-09-25 02:49:18 +00:00
gdb
geom Introduce a kern.geom.notaste sysctl that can be used to temporarily 2013-09-24 20:05:16 +00:00
gnu/fs/reiserfs
i386 add aesni module to i386 and amd64 NOTES... 2013-10-04 17:21:01 +00:00
ia64
isa
kern Tidy up kmeminit(): Since r245575, 'nmbclusters' is calculated after 2013-10-05 18:53:03 +00:00
kgssapi
libkern Fix ixp425 boot2 with ARM EABI: 2013-09-29 15:19:34 +00:00
mips Fixes for the Netlogic XLP on-chip RSA block driver 2013-10-04 11:11:51 +00:00
modules Fix make depend. 2013-10-04 11:55:20 +00:00
net Clear knlist before destroying it in tap(4) and tun(4). This fixes later 2013-10-02 20:44:36 +00:00
net80211
netatalk
netgraph
netinet Add a separate translator for headers passed to the TCP probes in the 2013-10-02 17:14:12 +00:00
netinet6
netipsec
netipx
netnatm
netpfil Use the correct EtherType for logging IPv6 packets. 2013-09-28 15:49:36 +00:00
netsmb
nfs
nfsclient
nfsserver
nlm
ofed Fixed kernel crash when running devinfo 2013-10-01 15:43:23 +00:00
opencrypto
pc98
pci
powerpc Implement GET_STACK_USAGE() on PowerPC. This implementation is identical 2013-10-02 20:40:21 +00:00
rpc
security Fix some typos that were causing probe argument types to show up as unknown. 2013-10-01 15:40:27 +00:00
sparc64 Implement GET_STACK_USAGE. 2013-09-29 13:09:25 +00:00
sys Add LK_TRYUPGRADE operation for lockmgr(9), which attempts to 2013-09-29 18:02:23 +00:00
teken
tools
ufs
vm
x86 Correct panic caused by attaching both Xen PV and HyperV virtualization 2013-10-05 19:51:09 +00:00
xdr
xen
Makefile