aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2021-02-18[prefix] Add a generic raw image prefixrplMichael Brown1-0/+53
2021-02-18[initrd] Allow for zero-length initrd filesMichael Brown1-6/+6
2021-02-17[cloud] Do not enable serial console on EFI platformsMichael Brown1-0/+5
2021-02-17[efi] Record cached DHCPACK from loaded image's device handle, if presentcachedhcpMichael Brown4-0/+115
2021-02-17[efi] Defer autoboot link-layer address and autoexec script probingMichael Brown1-6/+20
2021-02-17[efi] Split out autoexec script portions of efi_autoboot.cMichael Brown6-190/+234
2021-02-17[pxe] Split out platform-independent portions of cachedhcp.cMichael Brown4-37/+110
2021-02-16[ath5k] Add missing AR5K_EEPROM_READ in ath5k_eeprom_read_turbo_modesBruce Rogers1-0/+1
2021-02-16[cloud] Enable IPv6 and HTTPS in cloud boot imagesMichael Brown1-0/+4
2021-02-16[cloud] Add utility for importing images to AWS EC2Michael Brown1-0/+100
2021-02-15[build] Work around stray sections introduced by some binutils versionsusbdiskMichael Brown2-7/+33
2021-02-13[cloud] Use PCIAPI_DIRECT for cloud imagesMichael Brown5-0/+10
2021-02-13[ena] Switch to two-phase reset mechanismMichael Brown2-9/+33
2021-02-12[build] Use .balign directive instead of .alignMichael Brown11-18/+18
2021-02-12[build] Remove support for building with the Intel C compilerMichael Brown6-287/+5