Displaying 4 results from an estimated 4 matches for "arch_init".
2006 Oct 27
0
[PATCH]mini-os: handle start_info_t pointer
Hi Gregor,
on ia64 the start_info_t pointer is stored within shared_info_t structure.
So it makes sense to initialize the pointer within arch_init(), which is
different from x86.
With this patch the &si is given to arch_init().
Please have a look!
Thanks.
Dietmar.
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2013 May 06
6
Re: [XenARM] Question about booting parameter of Mini-OS for ARM
On Mon, 6 May 2013, Chen Baozi wrote:
> On Mar 25, 2013, at 6:00 PM, Stefano Stabellini <Stefano.Stabellini@eu.citrix.com> wrote:
>
> > On Sun, 24 Mar 2013, Chen Baozi wrote:
> >> Hi all,
> >>
> >> I''m reading Mini-OS''s codes and to estimate the amount of work porting it to
> >> ARM (Ian''s GSoC idea this year).
>
2010 Aug 12
59
[PATCH 00/15] RFC xen device model support
...onfig notifier
vl.c: Introduce getter for shutdown_requested and reset_requested.
xen: destroy the VM when shutdown is requested
Makefile.target | 31 ++
arch_init.c | 2 +
arch_init.h | 1 +
configure | 12 +-
default-configs/xen-dm-softmmu.mak | 24 +
hw/pc.h | 4 +
hw/piix_pci.c | 45 ++-
hw/xen_acpi_piix4.c |...
2012 Jan 25
26
[PATCH v4 00/23] Xenstore stub domain
Changes from v3:
- mini-os configuration files moved into stubdom/
- mini-os extra console support now a config option
- Fewer #ifdefs
- grant table setup uses hypercall bounce
- Xenstore stub domain syslog support re-enabled
Changes from v2:
- configuration support added to mini-os build system
- add mini-os support for conditionally compiling frontends, xenbus
-