NetBSD/sys/arch/xen/x86
cegger c479884027 change nfs boot behaviour to automatically try next boot method if boot information are incomplete to succeed.
That way, it is possible combine static and dhcp boot:
  For example, to boot diskless you can specify the nfs-server and the rootpath statically. All other information will be taken via dhcp.

Patch has been presented on port-xen, tech-kern and tech-net:
http://mail-index.netbsd.org/port-xen/2008/10/24/msg004488.html
http://mail-index.netbsd.org/tech-kern/2008/10/24/msg003255.html
http://mail-index.netbsd.org/tech-net/2008/10/24/msg000864.html

No comments, no objections.
2008-10-27 10:58:22 +00:00
..
autoconf.c change nfs boot behaviour to automatically try next boot method if boot information are incomplete to succeed. 2008-10-27 10:58:22 +00:00
consinit.c introduce two macros: xendomain_is_dom0() and xendomain_is_privileged(). Use them. 2008-10-21 15:46:32 +00:00
cpu.c printf()->aprint_debug_dev() to match x86/cpu.c 2008-08-22 10:25:58 +00:00
hypervisor_machdep.c introduce two macros: xendomain_is_dom0() and xendomain_is_privileged(). Use them. 2008-10-21 15:46:32 +00:00
intr.c Compile NetBSD/amd64 kernels with "-Wextra". Patches contributed by 2008-09-05 13:37:24 +00:00
mainbus.c introduce two macros: xendomain_is_dom0() and xendomain_is_privileged(). Use them. 2008-10-21 15:46:32 +00:00
x86_xpmap.c - rename init_events() to events_init(), to better reflect netbsd semantics 2008-10-24 21:09:24 +00:00
xen_bus_dma.c vm_page: put TAILQ_ENTRY into a union with LIST_ENTRY, so we can use both. 2008-06-04 12:41:40 +00:00
xen_intr.c spllower(): return immediatly if ci->ci_ilevel <= nlevel, as the asm 2008-07-01 18:44:50 +00:00
xen_shm_machdep.c Add missing __KERNEL_RCSID() 2008-02-17 14:03:16 +00:00
xenfunc.c Don't reload LDTR unless a new value, which only happens for USER_LDT. 2008-05-11 16:23:05 +00:00