summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* smp: restore MSRs on S3 resume1.9-stablePaolo Bonzini2016-07-133-14/+38
* fw/msr_feature_control: add support to set MSR_IA32_FEATURE_CONTROLrel-1.9.3Haozhong Zhang2016-07-012-11/+21
* fw/pci: Add support for mapping Intel IGD via QEMUAlex Williamson2016-06-011-0/+48
* fw/pci: add Q35 S3 supportrel-1.9.2Marcel Apfelbaum2016-03-071-17/+56
* build: fix .text section address alignmentKevin O'Connor2016-02-241-4/+10
* biostables: Support SMBIOS 2.6+ UUID formatrel-1.9.1Cole Robinson2016-01-181-11/+36
* fw/pci: do not automatically allocate IO region for PCIe bridgesMarcel Apfelbaum2016-01-151-4/+5
* coreboot: Check for unaligned cbfs headerKevin O'Connor2016-01-151-0/+4
* scsi: Do not call printf() from scsi_is_ready()Kevin O'Connor2016-01-151-1/+1
* nmi: Don't try to switch onto extra stack in NMI handlerKevin O'Connor2016-01-151-1/+4
* sdcard: fix typo causing 32bit write to 16bit block_size fieldKevin O'Connor2016-01-151-1/+1
* sdcard: Only enable error_irq_enable for bits defined in SDHCI v1 specKevin O'Connor2016-01-151-1/+1
* xhci: Wait for port enable even for USB3 devicesKevin O'Connor2016-01-151-22/+21
* xhci: Check for device disconnects during USB2 reset pollingKevin O'Connor2016-01-151-5/+19
* build: fix typo in buildversion.pyRoger Pau Monne2016-01-141-1/+1
* docs: Note v1.9.0 releaserel-1.9.0Kevin O'Connor2015-11-171-0/+19
* buildversion: Add debugging messagesKevin O'Connor2015-11-111-2/+19
* buildversion: Avoid subprocess.check_output() as that requires python2.7Kevin O'Connor2015-11-091-13/+19
* PCI SDHCI driver: Fix base addressKyösti Mälkki2015-11-041-0/+1
* docs: Minor - replace seavgabios text in Build_overview.md with linkKevin O'Connor2015-10-262-6/+3
* virtio: Minor - replace tab characters with spaceKevin O'Connor2015-10-241-2/+2
* biostables: Minor - fix incorrect indentationKevin O'Connor2015-10-241-1/+1
* coreboot: Minor - avoid K&R style function declarationKevin O'Connor2015-10-241-1/+1
* build: Allow official tarball builds to be considered "clean"Kevin O'Connor2015-10-231-2/+8
* docs: Document 'make EXTRAVERSION=xyz' and scripts/tarball.shKevin O'Connor2015-10-231-0/+28
* build: Be more permissive in buildversion.py tool version scanKevin O'Connor2015-10-221-25/+23
* Add QEMU fw_cfg DMA interfaceMarc Marí2015-10-212-12/+93
* malloc: Rename csm_malloc_preinit() to malloc_csm_preinit()Kevin O'Connor2015-10-153-4/+4
* stacks: Use macro wrappers for call32() and stack_hop_back()Kevin O'Connor2015-10-158-44/+41
* build: Generate "reproducible" version strings on "clean" buildsKevin O'Connor2015-10-151-4/+6
* build: Report gcc and binutils versions in debug logKevin O'Connor2015-10-157-7/+50
* build: Rework version generation; don't allow make version overrideKevin O'Connor2015-10-155-37/+83
* memmap: Introduce SYMBOL() macro to access linker script symbolsKevin O'Connor2015-10-157-48/+46
* malloc: Don't mix virtual and physical addressesKevin O'Connor2015-10-154-89/+101
* malloc: Add warning if free() called on invalid memoryKevin O'Connor2015-10-152-3/+11
* malloc: Introduce common helper alloc_new_detail()Kevin O'Connor2015-10-152-35/+47
* malloc: Use consistent naming for internal low-level "alloc" functionsKevin O'Connor2015-10-151-51/+51
* virtio: Move standard definitions from virtio-ring.h to standard headersKevin O'Connor2015-10-154-8/+16
* virtio: Simplify vring alignment codeKevin O'Connor2015-10-151-20/+9
* e820: Update debugging messages to report 64bit valuesKevin O'Connor2015-10-151-1/+1
* e820: Rename memmap.c to e820map.c and use consistent "e820_" prefixKevin O'Connor2015-10-1513-66/+73
* e820: Introduce e820_remove() and avoid exporting E820_HOLEKevin O'Connor2015-10-153-3/+11
* Fix typos found by codespellStefan Weil2015-10-0912-13/+13
* Always enable caching on transition32; backup/restore cr0 on call32Kevin O'Connor2015-10-095-26/+35
* Consolidate code16*() functionsKevin O'Connor2015-10-091-34/+27
* Use transition32_nmi_off from call32() and call16_back()Kevin O'Connor2015-09-142-2/+3
* Unify call32_sloppy() and call32()Kevin O'Connor2015-09-141-18/+12
* Unify inline assembler in variants of call16 functionsKevin O'Connor2015-09-142-77/+34
* Rename Call32Data to Call16DataKevin O'Connor2015-09-141-29/+29
* Unify smm/sloppy variants of call32_prep/post and call16_helperKevin O'Connor2015-09-141-82/+50