aboutsummaryrefslogtreecommitdiffstats
path: root/extras
Commit message (Expand)AuthorAgeFilesLines
* minios: blkfront should set protocol nodeKeir Fraser2008-09-241-0/+7
* mini-os: adding some missing posix function declarationsKeir Fraser2008-09-177-0/+100
* stubdom: fix munmap's update_va_mapping flag passing, thus fixingKeir Fraser2008-08-281-4/+7
* stubdom: add v?errx? and v?warnx? functionsKeir Fraser2008-08-272-0/+77
* mini-os: Fix build failure with void* arithmetic.Keir Fraser2008-08-271-1/+1
* mini-os: Add printf format checking to xenbus_printfKeir Fraser2008-08-271-1/+2
* stubdom: support quotes in argument passingKeir Fraser2008-08-271-7/+28
* stubdom: make munmap work in batches to fix stack overflowKeir Fraser2008-08-271-22/+32
* mini-os: make xenbus_read_integer and xenbus_printf take const stringsKeir Fraser2008-08-272-6/+6
* stubdom: add syslog functionsKeir Fraser2008-08-272-0/+65
* 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
* pv-grub: On x86_64, also build an x86_32 pv-grubKeir Fraser2008-08-141-2/+2
* 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-089-108/+108
* stubdom: turn off_t 64bit on x86Keir Fraser2008-08-084-12/+11
* mini-os: Fix 32bit compilation of fs-front.cKeir Fraser2008-08-041-2/+2
* FSIF: extend protocol to multi-grant requests and multi-page ringKeir Fraser2008-08-013-65/+192
* mini-os: make init_pcifront fail early if there is no backendKeir Fraser2008-07-311-2/+9
* minios: grant table map (gntdev) bug fixesKeir Fraser2008-07-241-4/+6
* minios: Fix build on some gcc versions.Keir Fraser2008-07-241-0/+1
* minios: grant table map (gntdev) for miniosKeir Fraser2008-07-245-0/+292
* mini-os: fix FS frontend index readingKeir Fraser2008-07-211-2/+2
* mini-os: fix fs-front.c debugging printsKeir Fraser2008-07-211-13/+22
* mini-os: export allocate_ondemandKeir Fraser2008-07-183-6/+21
* mini-os is missing list_top in its list.hKeir Fraser2008-07-181-0/+6
* mini-os: add stack walking debugKeir Fraser2008-07-185-11/+79
* stubdom: add functions for caml runtimeKeir Fraser2008-07-172-3/+8
* stubdom: fixes for old gcc & binutilsKeir Fraser2008-07-113-9/+9
* stubdom: do not use realpath, new in make 3.81Keir Fraser2008-07-111-4/+4
* stubdom: Fixes for gcc 4.2.4 32bitKeir Fraser2008-07-102-3/+2
* stubdom: fixes to compile with qemu-xenKeir Fraser2008-07-1038-66/+71
* Fix a couple of Grzegorz Milos copyright lines.Keir Fraser2008-07-101-1/+1
* minios: Add missing fcntl.h.Keir Fraser2008-07-091-0/+11
* stubdom: add stub functions to reduce qemu patchesKeir Fraser2008-07-091-0/+11
* stubdom: fix copy/paste typo in select()Keir Fraser2008-07-081-1/+1
* 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-0428-107/+313
* minios: PIRQ and MSI/MSI-X supportKeir Fraser2008-07-024-2/+121
* stubdom: PCI passthrough support via PV-PCIKeir Fraser2008-07-024-0/+322
* merge with xen-unstable.hgIsaku Yamahata2008-07-026-20/+12
|\
| * minios: proper frees are now handled, so drop the FIXME commentKeir Fraser2008-07-012-3/+0
| * stubdom: fix libc-verbose non-lwip compilationKeir Fraser2008-06-301-1/+1
| * minios: fix add_id_to_freelist(0)Keir Fraser2008-06-202-8/+8
| * minios: do not systematically free the page under shared info, as theKeir Fraser2008-06-201-8/+3
* | merge with xen-unstable.hgIsaku Yamahata2008-06-1940-127/+479
|\|
| * minios: fix gnttab allocation boundaryKeir Fraser2008-06-181-1/+2
| * Add PV-GRUBKeir Fraser2008-06-186-6/+47
| * minios: fix declaration after codeKeir Fraser2008-06-181-1/+1