NetBSD/sys/arch/xen/i386
tls c1545077ff Terminate the domain on RB_HALT, not just on reboot. This avoids looping
around a cngetc() that will never return while "halted", which is rude,
and which also requires domain 0 to not just restart us, but kill us
first.  Suggestion from Michael Kukat (though this change is not the
same as the one he suggested).

Will cngetc() actually return something when running in domain 0 with a
VGA console?  I don't think it will; if it actually does, we should make
this behaviour depend on whether we're in domain 0 or some other domain.
2004-12-14 18:07:42 +00:00
..
autoconf.c Centralize the declaration of booted_device and booted_partition. 2004-10-23 17:07:37 +00:00
cpu.c
gdt.c
genassym.cf
hypervisor_machdep.c cleanup low-level bit mangling code 2004-06-14 13:55:52 +00:00
identcpu.c report cpu speed correctly 2004-04-17 12:47:38 +00:00
locore.S Change confusing name HYPERVISOR_yield to HYPERVISOR_sched_op as suggested 2004-12-14 17:13:56 +00:00
machdep.c Terminate the domain on RB_HALT, not just on reboot. This avoids looping 2004-12-14 18:07:42 +00:00
mainbus.c Phase out the use of a string as first "attach args" member to control 2004-08-30 15:05:15 +00:00
npx_hv.c Add ``hypervisor at mainbus'' and attach all devices provided by the 2004-04-24 17:35:27 +00:00
npx.c fix lazy fpu state saving 2004-05-07 13:48:32 +00:00
pmap.c Add support for domain0 operations: 2004-05-07 15:51:04 +00:00
spl.S check for AST on return from event handler to userland 2004-05-07 13:52:37 +00:00
sys_machdep.c Add support for i386_iopl. 2004-04-25 23:46:07 +00:00
trap.c use uvm_grow() to update stack segment size on stack page fault instead 2004-08-28 17:53:00 +00:00
vector.S add support for hot-add/-remove of block devices 2004-05-07 14:15:11 +00:00
xen_machdep.c add missing break 2004-05-02 20:38:35 +00:00