aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-05-08[gzip] Add support for gzip archive imagesimgextractMichael Brown7-0/+403
2021-05-08[zlib] Add support for zlib archive imagesMichael Brown7-0/+345
2021-05-08[image] Add "imgextract" command for extracting archive imagesMichael Brown9-0/+326
2021-05-08[image] Provide image_set_len() utility functionMichael Brown2-4/+22
2021-05-02[cloud] Allow multiple images to be imported simultaneouslyMichael Brown1-19/+19
2021-05-02[cloud] Attempt to include CPUID_SETTINGS only for x86 buildsMichael Brown1-0/+2
2021-05-02[cloud] Autodetect CPU architecture from AMI disk imageMichael Brown1-6/+17
2021-05-01[cloud] Use a sortable default AMI nameMichael Brown1-1/+9
2021-05-01[cloud] Add ability to generate Dokuwiki table of AMI imagesMichael Brown1-0/+20
2021-04-23[settings] Add --timeout option to "read" commandMichael Brown1-14/+43
2021-04-23[readline] Add an optional timeout to readline_history()Michael Brown4-6/+18
2021-04-21[efi] Show ACPI address space descriptor ranges in debug messagesMichael Brown1-0/+3
2021-04-20[efi] Always map full length of coherent DMA buffer allocationMichael Brown1-1/+2
2021-04-20[build] Fix genfsimg to build ISO with long filenamesMatya1-1/+1
2021-04-20[xen] Avoid infinite loop on allocation failure in xenstore_response()Michael Brown1-6/+6
2021-04-14[xen] Support scatter-gather to allow for jumbo framesxen-sgMichael Brown3-57/+154
2021-04-13[int13] Do not report INT 13 extension support for emulated floppiesMichael Brown1-2/+2
2021-04-10[cloud] Enable "poweroff" command in cloud imagesMichael Brown1-0/+5
2021-04-10[netdevice] Ensure driver transmit() and poll() will not be re-enteredMichael Brown2-7/+38
2021-04-10[pci] Avoid scanning nonexistent buses when using PCIAPI_DIRECTMichael Brown3-4/+30
2021-04-10[intel] Add additional PCI device ID to tableTyler J. Stachecki1-0/+1
2021-04-10[efi] Mark PE .reloc and .debug sections as discardableMarvin Häuser1-0/+2
2021-04-10[efi] Align EFI image sections by page sizeMarvin Häuser2-20/+33
2021-04-10[efi] Discard .pci_devlist.* sections for EFI imagestmpMarvin Häuser1-0/+1
2021-03-11[dhcp] Handle DHCPNAK by returning to discovery stateMichael Brown1-9/+31
2021-03-11[linux] Fail at link time if building slirp.linux without libslirpMichael Brown1-29/+3
2021-03-03[linux] Do not assume that stat() works on sysfs filesMichael Brown1-29/+20
2021-03-03[linux] Validate length of ACPI table read from sysfsMichael Brown2-0/+11
2021-03-03[linux] Place -lslirp at end of linker search listMichael Brown1-3/+2
2021-03-03[linux] Use fstat() rather than statx()Michael Brown3-11/+8
2021-03-02[linux] Use generic sysfs mechanism to read SMBIOS tableMichael Brown3-64/+87
2021-03-02[linux] Use generic sysfs mechanism to read ACPI tablesMichael Brown1-78/+21
2021-03-02[linux] Add a generic function for reading files from sysfsMichael Brown5-0/+143
2021-03-02[linux] Free cached ACPI tables on shutdownMichael Brown1-0/+22
2021-03-02[dns] Reduce debug verbosity for DNS server listMichael Brown1-9/+9
2021-03-02[linux] Allow arbitrary settings to be applied to Linux devicesMichael Brown1-13/+37
2021-03-02[linux] Add missing pci_num_bus() stubMichael Brown1-0/+11
2021-03-02[build] Fix building on older versions of gccMichael Brown1-0/+3
2021-03-02[slirp] Add libslirp driver for LinuxMichael Brown6-2/+900
2021-03-02[build] Allow __asmcall to be used as a type attributeMichael Brown6-8/+9
2021-03-01[linux] Provide ACPI settings via /sys/firmware/acpi/tablesMichael Brown4-0/+193
2021-03-01[acpi] Allow for platforms that provide ACPI tables individuallykexec3kexec2kexecMichael Brown8-6/+46
2021-02-28[acpi] Eliminate redundant acpi_find_rsdt() in acpi_sx()Michael Brown1-10/+2
2021-02-28[acpi] Use a fixed colour for debug messagesMichael Brown1-9/+12
2021-02-28[linux] Use host glibc system call wrappersMichael Brown29-601/+553
2021-02-27[linux] Add a prefix to all symbols to avoid future name collisionsMichael Brown3-2/+8
2021-02-27[bitops] Provide an explicit operand size for bit test instructionsMichael Brown1-4/+4
2021-02-19[efi] Compress EFI ROM imageseficompressMichael Brown4-6/+1652
2021-02-18[librm] Test for FXSAVE/FXRSTOR instruction supportfxsrMichael Brown3-6/+36
2021-02-18[librm] Add missing __asmcall on init_idt()Michael Brown1-1/+1