summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * [prefix] Specify i486 architecture for LZMA decompressorMichael Brown2021-05-121-1/+1
| * [gzip] Add support for gzip archive imagesMichael Brown2021-05-087-0/+403
| * [zlib] Add support for zlib archive imagesMichael Brown2021-05-087-0/+345
| * [image] Add "imgextract" command for extracting archive imagesMichael Brown2021-05-089-0/+326
| * [image] Provide image_set_len() utility functionMichael Brown2021-05-082-4/+22
| * [cloud] Attempt to include CPUID_SETTINGS only for x86 buildsMichael Brown2021-05-021-0/+2
| * [settings] Add --timeout option to "read" commandMichael Brown2021-04-231-14/+43
| * [readline] Add an optional timeout to readline_history()Michael Brown2021-04-234-6/+18
| * [efi] Show ACPI address space descriptor ranges in debug messagesMichael Brown2021-04-211-0/+3
| * [efi] Always map full length of coherent DMA buffer allocationMichael Brown2021-04-201-1/+2
| * [build] Fix genfsimg to build ISO with long filenamesMatya2021-04-201-1/+1
| * [xen] Avoid infinite loop on allocation failure in xenstore_response()Michael Brown2021-04-201-6/+6
* | Merge branch 'master' into openslxSimon Rettberg2021-04-1515-128/+300
|\|
| * [xen] Support scatter-gather to allow for jumbo framesMichael Brown2021-04-143-57/+154
| * [int13] Do not report INT 13 extension support for emulated floppiesMichael Brown2021-04-131-2/+2
| * [cloud] Enable "poweroff" command in cloud imagesMichael Brown2021-04-101-0/+5
| * [netdevice] Ensure driver transmit() and poll() will not be re-enteredMichael Brown2021-04-102-7/+38
| * [pci] Avoid scanning nonexistent buses when using PCIAPI_DIRECTMichael Brown2021-04-103-4/+30
| * [intel] Add additional PCI device ID to tableTyler J. Stachecki2021-04-101-0/+1
| * [efi] Mark PE .reloc and .debug sections as discardableMarvin Häuser2021-04-101-0/+2
| * [efi] Align EFI image sections by page sizeMarvin Häuser2021-04-102-20/+33
| * [efi] Discard .pci_devlist.* sections for EFI imagesMarvin Häuser2021-04-101-0/+1
| * [dhcp] Handle DHCPNAK by returning to discovery stateMichael Brown2021-03-111-9/+31
| * [linux] Fail at link time if building slirp.linux without libslirpMichael Brown2021-03-111-29/+3Star
* | Merge branch 'master' into openslxSimon Rettberg2021-03-08320-3755/+16039
|\|
| * [linux] Do not assume that stat() works on sysfs filesMichael Brown2021-03-031-29/+20Star
| * [linux] Validate length of ACPI table read from sysfsMichael Brown2021-03-032-0/+11
| * [linux] Place -lslirp at end of linker search listMichael Brown2021-03-031-3/+2Star
| * [linux] Use fstat() rather than statx()Michael Brown2021-03-033-11/+8Star
| * [linux] Use generic sysfs mechanism to read SMBIOS tableMichael Brown2021-03-033-64/+87
| * [linux] Use generic sysfs mechanism to read ACPI tablesMichael Brown2021-03-031-78/+21Star
| * [linux] Add a generic function for reading files from sysfsMichael Brown2021-03-035-0/+143
| * [linux] Free cached ACPI tables on shutdownMichael Brown2021-03-031-0/+22
| * [dns] Reduce debug verbosity for DNS server listMichael Brown2021-03-021-9/+9
| * [linux] Allow arbitrary settings to be applied to Linux devicesMichael Brown2021-03-021-13/+37
| * [linux] Add missing pci_num_bus() stubMichael Brown2021-03-021-0/+11
| * [build] Fix building on older versions of gccMichael Brown2021-03-021-0/+3
| * [slirp] Add libslirp driver for LinuxMichael Brown2021-03-026-2/+900
| * [build] Allow __asmcall to be used as a type attributeMichael Brown2021-03-026-8/+9
| * [linux] Provide ACPI settings via /sys/firmware/acpi/tablesMichael Brown2021-03-014-0/+193
| * [acpi] Allow for platforms that provide ACPI tables individuallyMichael Brown2021-03-018-6/+46
| * [acpi] Eliminate redundant acpi_find_rsdt() in acpi_sx()Michael Brown2021-03-011-10/+2Star
| * [acpi] Use a fixed colour for debug messagesMichael Brown2021-03-011-9/+12
| * [linux] Use host glibc system call wrappersMichael Brown2021-03-0128-600/+550Star
| * [linux] Add a prefix to all symbols to avoid future name collisionsMichael Brown2021-02-273-2/+8
| * [bitops] Provide an explicit operand size for bit test instructionsMichael Brown2021-02-271-4/+4
| * [efi] Compress EFI ROM imagesMichael Brown2021-02-194-6/+1652
| * [librm] Test for FXSAVE/FXRSTOR instruction supportMichael Brown2021-02-183-6/+36
| * [librm] Add missing __asmcall on init_idt()Michael Brown2021-02-181-1/+1
| * [prefix] Add a generic raw image prefixMichael Brown2021-02-181-0/+53