aboutsummaryrefslogtreecommitdiffstats
path: root/extras/mini-os/include
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* stubdom: sparse application's BSS by linking it separately first, putKeir Fraser2008-04-163-1/+4
* stubdom: add asynchronous disk flush supportKeir Fraser2008-04-051-1/+11
* minios: get VBD CD/removable/RO infoKeir Fraser2008-03-201-1/+1
* minios: Automatically set IP from XenStore informationKeir Fraser2008-03-191-1/+1
* Stubdom: add support for file creation.Keir Fraser2008-03-181-0/+6
* stubdom: use PVFB so as to e.g. permit SDL displayKeir Fraser2008-02-281-0/+3
* minios: add PVFB supportKeir Fraser2008-02-262-0/+42
* Add stubdomain support. See stubdom/README for usage details.Keir Fraser2008-02-1236-24/+455
* minios: Fix blkfront grant map leakKeir Fraser2008-02-071-0/+1