aboutsummaryrefslogtreecommitdiffstats
path: root/extras/mini-os/include
Commit message (Expand)AuthorAgeFilesLines
* mini-os: Make utility function get_self_id() in fs-front.c public.Keir Fraser2008-12-161-0/+3
* merge with xen-unstable.hgIsaku Yamahata2008-11-251-0/+85
|\
| * minios: add a barebone net/if.hKeir Fraser2008-11-111-0/+85
* | [IA64] Remove the useless big endian stuff.dietmar.hahn@fujitsu-siemens.com2008-11-184-140/+22
* | [IA64] minios: Clean up the hypervisor interfacedietmar.hahn@fujitsu-siemens.com2008-11-172-130/+14
|/
* minios: Define __INSIDE_MINIOS__ rather than __MINIOS__Keir Fraser2008-10-291-1/+1
* minios: do not expose #define current to applicationsKeir Fraser2008-10-272-6/+7
* mini-os: adding some missing posix function declarationsKeir Fraser2008-09-176-0/+99
* stubdom: add v?errx? and v?warnx? functionsKeir Fraser2008-08-271-0/+15
* mini-os: Add printf format checking to xenbus_printfKeir Fraser2008-08-271-1/+2
* mini-os: make xenbus_read_integer and xenbus_printf take const stringsKeir Fraser2008-08-271-3/+3
* stubdom: add syslog functionsKeir Fraser2008-08-271-0/+37
* stubdom: add dummy pthread_mutexattr*Keir Fraser2008-08-271-0/+7
* stubdom: int32_t is provided by stdint.h, not sys/types.hKeir Fraser2008-08-271-1/+1
* stubdom: for safety, tell lwip we use the heap in the event handlerKeir Fraser2008-08-111-0/+1
* prefix mini-os lists with minios_, drop QEMU_ prefix from QEMU_LIST_*Keir Fraser2008-08-086-71/+71
* stubdom: turn off_t 64bit on x86Keir Fraser2008-08-083-3/+11
* FSIF: extend protocol to multi-grant requests and multi-page ringKeir Fraser2008-08-011-1/+4
* minios: grant table map (gntdev) for miniosKeir Fraser2008-07-242-0/+38
* mini-os: export allocate_ondemandKeir Fraser2008-07-181-0/+1
* mini-os is missing list_top in its list.hKeir Fraser2008-07-181-0/+6
* mini-os: add stack walking debugKeir Fraser2008-07-182-0/+3
* stubdom: add functions for caml runtimeKeir Fraser2008-07-171-3/+1
* stubdom: Fixes for gcc 4.2.4 32bitKeir Fraser2008-07-101-1/+0
* stubdom: fixes to compile with qemu-xenKeir Fraser2008-07-1036-59/+62
* minios: Add missing fcntl.h.Keir Fraser2008-07-091-0/+11
* stubdom: fix pass-through compilationKeir Fraser2008-07-051-0/+1
* stubdom: gcc-4.3 supportKeir Fraser2008-07-041-1/+37
* stubdom: use host's gccKeir Fraser2008-07-049-26/+100
* minios: PIRQ and MSI/MSI-X supportKeir Fraser2008-07-022-2/+16
* stubdom: PCI passthrough support via PV-PCIKeir Fraser2008-07-022-0/+18
* merge with xen-unstable.hgIsaku Yamahata2008-06-1915-30/+78
|\
| * Add PV-GRUBKeir Fraser2008-06-181-0/+2
| * minios: fix declaration after codeKeir Fraser2008-06-181-1/+1
| * minios: Fix >4GB machine addressesKeir Fraser2008-06-101-11/+11
| * minios: add proper shutdown facilitiesKeir Fraser2008-06-0911-2/+25
| * minios: use inlines instead of macros for bswap*Keir Fraser2008-06-091-14/+25
| * minios: add a blkfront synchronous interfaceKeir Fraser2008-06-051-2/+5
| * stubdom: Add console reading supportKeir Fraser2008-06-031-0/+9
* | minios/ia64: fix EFI_RUNTIME_SERVICES_SIGNATURE valueIsaku Yamahata2008-06-101-1/+1
|/
* stubdom: fix and clean pthread minimal supportKeir Fraser2008-05-231-7/+45
* stubdom: complete libxc supportKeir Fraser2008-05-233-5/+4
* minios: free netfront resources on error/shutdownKeir Fraser2008-05-121-0/+1
* stubdom: let lwIP check TCP sums as they are now correct.Keir Fraser2008-05-121-3/+0
* pvfb/ioemu: transmit refresh interval advice from backend to frontendKeir Fraser2008-05-122-0/+7
* i386: Remove non-PAE hypervisor build target.Keir Fraser2008-05-084-45/+5
* minios: drop volatile qualifier from some status variablesKeir Fraser2008-05-061-2/+2
* minios: fix thread safety of xenbus watches by requiring callers toKeir Fraser2008-05-062-6/+7
* stubdom: make use of PVFB resize eventKeir Fraser2008-04-161-1/+2
* minios: call do_hypervisor_callback directly from force_evtchn_callbackKeir Fraser2008-04-163-13/+3