aboutsummaryrefslogtreecommitdiff
path: root/src/util.h
AgeCommit message (Expand)AuthorFilesLines
2024-01-18util: Fix compiler warning by using proper function definitionHelge Deller1-1/+1
2023-10-31parisc: Add timer2() wait function to cope with 32-bit timer limitHelge Deller1-0/+7
2020-05-15acpi: add dsdt parserGerd Hoffmann1-0/+11
2020-05-15virtio-mmio: add support for block devices.Gerd Hoffmann1-0/+1
2020-05-15virtio-mmio: add support for scsi devices.Gerd Hoffmann1-0/+1
2020-03-16timer: add tsctimer_setfreq()Gerd Hoffmann1-0/+1
2020-01-14boot: Detect strict boot order (HALT record) in functionAlexey Kirillov1-0/+1
2019-11-18geometry: Add boot_lchs_find_*() utility functionsSam Eiderman1-0/+6
2019-11-18Revert "geometry: Add boot_lchs_find_*() utility functions"Gerd Hoffmann1-6/+0
2019-11-06geometry: Add boot_lchs_find_*() utility functionsSam Eiderman1-0/+6
2019-05-17add get_keystroke_full() helperGerd Hoffmann1-0/+1
2019-02-04bootsplash: Added support for 16/24/32bpp in one functionJoseph Pacheco-Corwin1-1/+1
2018-10-05pretty boot menu entry for cdrom drivesGerd Hoffmann1-0/+1
2017-09-22add serial console supportGerd Hoffmann1-0/+4
2017-09-22kbd: make enqueue_key public, add ascii_to_keycodeGerd Hoffmann1-0/+2
2017-03-13resume: Don't attempt to use generic reboot mechanisms on QEMUKevin O'Connor1-1/+1
2016-11-27acpi: Generalize find_fadt() and find_tcpa_by_rsdp() into find_acpi_table()Kevin O'Connor1-0/+1
2016-08-05version: Update header files now that version.c is not auto generatedKevin O'Connor1-4/+3
2016-07-07smp: restore MSRs on S3 resumePaolo Bonzini1-0/+1
2016-02-03pci: Move code in pci.c that is specific to pciinit.c to pciinit.cKevin O'Connor1-0/+2
2016-01-12post: Always set HaveRunPost prior to setting any other global variableKevin O'Connor1-0/+1
2015-12-20tpm: Add a menu for TPM configurationStefan Berger1-0/+1
2015-11-20util.h: Minor - HaveRunPost is in misc.c not resume.cKevin O'Connor1-3/+1
2015-10-15build: Report gcc and binutils versions in debug logKevin O'Connor1-1/+1
2015-08-24Add minimal support for machines without hardware interruptsKevin O'Connor1-0/+1
2015-07-24Minor - move declaration of CDRom_locks to code that uses itKevin O'Connor1-1/+0
2015-07-14block: Rename process_XXX_op() functions to XXX_process_op()Kevin O'Connor1-4/+4
2015-06-01Add multiboot support.Vladimir Serbinenko1-0/+3
2015-05-21Support for BIOS interrupt handlerStefan Berger1-0/+1
2014-12-29sdcard: Initial support for SD cards on PCI SDHCI controllers on QEMUKevin O'Connor1-0/+4
2014-06-06Abstract reset call (and possible 16bit mode switch) into reset() function.Kevin O'Connor1-3/+0
2014-06-04Move most of the VAR16FIXED() defs to misc.c.Kevin O'Connor1-0/+1
2014-06-04smp: Replace QEMU SMP init assembler code with C; run only in 32bit mode.Kevin O'Connor1-1/+0
2014-06-04Move cdemu call interface and disk_ret helper code to disk.c.Kevin O'Connor1-1/+0
2014-06-04cdemu: store internal cdemu fields in standard "el-torito" spec format.Kevin O'Connor1-1/+1
2014-05-20acpi: remove PORT_ACPI_PM_BASE constantGerd Hoffmann1-0/+1
2014-05-06If an int 1587 call is made from an option rom, stay in bigreal mode.Kevin O'Connor1-0/+1
2014-05-06SMBIOS: Check for aggregate tables & entry point in fw_cfgGabriel L. Somlo1-1/+2
2014-04-11coreboot: Make coreboot table searching available to other code.Kevin O'Connor1-0/+3
2014-04-07Use biostables.c for copying bios tables even when generating them.Kevin O'Connor1-0/+3
2014-04-07Move PirAddr definition from pirtable.c to biostables.c.Kevin O'Connor1-1/+1
2014-04-07smbios: Move smbios parsing logic from smbios.c to biostables.c.Kevin O'Connor1-2/+2
2014-04-07acpi: Move acpi parsing logic from acpi.c to biostables.c / paravirt.c.Kevin O'Connor1-7/+5
2014-01-15resume: restore piix pm config registers after resumeMarcel Apfelbaum1-0/+1
2013-12-04Move low-level hardware writing from output.c to new file hw/serialio.c.Kevin O'Connor1-1/+1
2013-11-06biostables: support looking up RSDPMichael S. Tsirkin1-0/+1
2013-10-26vgahooks: add SM720 VGA BIOS hooks for WIN Enterprises MB-60470Jonathan A. Kollasch1-0/+1
2013-09-28Move dma code to new file hw/dma.c.Kevin O'Connor1-1/+4
2013-09-28Rename hw/cmos.h to hw/rtc.h and copy RTC code from clock.c to hw/rtc.c.Kevin O'Connor1-2/+0
2013-09-28Move PIT setup from clock.c to hw/timer.c.Kevin O'Connor1-3/+4