summaryrefslogtreecommitdiff
path: root/src/util.h
Commit message (Expand)AuthorAgeFilesLines
* add serial console supportGerd Hoffmann2017-09-221-0/+4
* kbd: make enqueue_key public, add ascii_to_keycodeGerd Hoffmann2017-09-221-0/+2
* resume: Don't attempt to use generic reboot mechanisms on QEMUKevin O'Connor2017-03-131-1/+1
* acpi: Generalize find_fadt() and find_tcpa_by_rsdp() into find_acpi_table()Kevin O'Connor2016-11-271-0/+1
* version: Update header files now that version.c is not auto generatedKevin O'Connor2016-08-051-4/+3
* smp: restore MSRs on S3 resumePaolo Bonzini2016-07-071-0/+1
* pci: Move code in pci.c that is specific to pciinit.c to pciinit.cKevin O'Connor2016-02-031-0/+2
* post: Always set HaveRunPost prior to setting any other global variableKevin O'Connor2016-01-121-0/+1
* tpm: Add a menu for TPM configurationStefan Berger2015-12-201-0/+1
* util.h: Minor - HaveRunPost is in misc.c not resume.cKevin O'Connor2015-11-201-3/+1
* build: Report gcc and binutils versions in debug logKevin O'Connor2015-10-151-1/+1
* Add minimal support for machines without hardware interruptsKevin O'Connor2015-08-241-0/+1
* Minor - move declaration of CDRom_locks to code that uses itKevin O'Connor2015-07-241-1/+0
* block: Rename process_XXX_op() functions to XXX_process_op()Kevin O'Connor2015-07-141-4/+4
* Add multiboot support.Vladimir Serbinenko2015-06-011-0/+3
* Support for BIOS interrupt handlerStefan Berger2015-05-211-0/+1
* sdcard: Initial support for SD cards on PCI SDHCI controllers on QEMUKevin O'Connor2014-12-291-0/+4
* Abstract reset call (and possible 16bit mode switch) into reset() function.Kevin O'Connor2014-06-061-3/+0
* Move most of the VAR16FIXED() defs to misc.c.Kevin O'Connor2014-06-041-0/+1
* smp: Replace QEMU SMP init assembler code with C; run only in 32bit mode.Kevin O'Connor2014-06-041-1/+0
* Move cdemu call interface and disk_ret helper code to disk.c.Kevin O'Connor2014-06-041-1/+0
* cdemu: store internal cdemu fields in standard "el-torito" spec format.Kevin O'Connor2014-06-041-1/+1
* acpi: remove PORT_ACPI_PM_BASE constantGerd Hoffmann2014-05-201-0/+1
* If an int 1587 call is made from an option rom, stay in bigreal mode.Kevin O'Connor2014-05-061-0/+1
* SMBIOS: Check for aggregate tables & entry point in fw_cfgGabriel L. Somlo2014-05-061-1/+2
* coreboot: Make coreboot table searching available to other code.Kevin O'Connor2014-04-111-0/+3
* Use biostables.c for copying bios tables even when generating them.Kevin O'Connor2014-04-071-0/+3
* Move PirAddr definition from pirtable.c to biostables.c.Kevin O'Connor2014-04-071-1/+1
* smbios: Move smbios parsing logic from smbios.c to biostables.c.Kevin O'Connor2014-04-071-2/+2
* acpi: Move acpi parsing logic from acpi.c to biostables.c / paravirt.c.Kevin O'Connor2014-04-071-7/+5
* resume: restore piix pm config registers after resumeMarcel Apfelbaum2014-01-151-0/+1
* Move low-level hardware writing from output.c to new file hw/serialio.c.Kevin O'Connor2013-12-041-1/+1
* biostables: support looking up RSDPMichael S. Tsirkin2013-11-061-0/+1
* vgahooks: add SM720 VGA BIOS hooks for WIN Enterprises MB-60470Jonathan A. Kollasch2013-10-261-0/+1
* Move dma code to new file hw/dma.c.Kevin O'Connor2013-09-281-1/+4
* Rename hw/cmos.h to hw/rtc.h and copy RTC code from clock.c to hw/rtc.c.Kevin O'Connor2013-09-281-2/+0
* Move PIT setup from clock.c to hw/timer.c.Kevin O'Connor2013-09-281-3/+4
* Sort the sections of util.h.Kevin O'Connor2013-09-181-119/+119
* Merge bmp.h, boot.h, jpeg.h, and post.h into util.h.Kevin O'Connor2013-09-181-1/+41
* Move standard bda type info from biosvar.h to std/bda.h.Kevin O'Connor2013-09-181-1/+2
* Split disk.h into block.h and std/disk.h.Kevin O'Connor2013-09-181-0/+22
* Move pnpbios definition to new file std/pnpbios.h.Kevin O'Connor2013-09-181-1/+0
* Move fw/acpi.h to std/acpi.h.Kevin O'Connor2013-09-181-0/+10
* Move fw/mptable.h to std/mptable.h.Kevin O'Connor2013-09-181-0/+3
* Move fw/smbios.h to std/smbios.h.Kevin O'Connor2013-09-181-0/+5
* Move fw/LegacyBios.h to std/LegacyBios.h and remove csm.h.Kevin O'Connor2013-09-181-1/+6
* Move optionroms.h to std/optionrom.h and util.h.Kevin O'Connor2013-09-181-0/+4
* Move pirtable definitions from hw/pci.h to std/pirtable.h and util.h.Kevin O'Connor2013-09-181-0/+4
* Move function definitions for output.c from util.h to new file output.h.Kevin O'Connor2013-09-181-62/+1
* Move malloc code from pmm.c to new files malloc.c and malloc.h.Kevin O'Connor2013-09-181-59/+0