summaryrefslogtreecommitdiff
path: root/bios
AgeCommit message (Expand)AuthorFilesLines
2009-07-29add workaround for libvirt bugGleb Natapov1-2/+2
2009-06-19bios: Fix missing DMI table entriesMarkus Armbruster1-5/+6
2009-06-15fix unresigered vbe physical mapping as reserved memory in the biosIzik Eidus1-4/+13
2009-06-02fix wrong bios pci mapping for large slots (Bug 499432)Izik Eidus1-6/+0
2009-05-20qemu: Add support for SMBIOS command line options (Alex Williamson)Gleb Natapov1-63/+236
2009-03-05kvm: bios: make MMIO address page aligned in guestWeidong Han1-0/+3
2009-03-02Allow additions of ACPI tables from command lineGleb Natapov1-16/+57
2009-02-12Use reserved STS bits from PIIX4 chipset to avoid clash in the futureGleb Natapov1-2/+2
2009-02-12Fix CPU hotplugGleb Natapov1-34/+88
2009-02-06kvm-userspace: set pci mem to start at 0xc100000 and vesa to 0xc000000Izik Eidus3-7/+7
2009-01-11kvm: bios: fix smbios memory device length boundary conditionBill Rieske1-1/+1
2009-01-04kvm: bios: Remove duplicate call to qemu_cfg_port_probe()Sebastian Herbszt1-4/+0
2008-12-31kvm: bios: pass devfn to pci card biosKechao Liu1-4/+16
2008-12-30kvm: bios: KVM does not support SMM, so disable itGleb Natapov1-1/+1
2008-12-30kvm: bios: Reset stack pointer to zero on S3 resumeGleb Natapov1-0/+1
2008-12-28kvm: bios: revert TSC zeroingMarcelo Tosatti2-10/+0
2008-12-24kvm: bios: prevent compiler from caching cpu count while starting up smpAvi Kivity1-1/+1
2008-12-23Merge branch 'bochs-bios-cvs'Avi Kivity8-100/+312
2008-12-23- rebuild after latest changesvruppert2-0/+0
2008-12-23- use "__attribute__((__packed__))" instead of "#pragma pack" (Sebastian Herb...vruppert1-13/+8
2008-12-23- added support for booting from option ROM with BCV entry (Laurent Vivier)vruppert1-0/+24
2008-12-20- applied 3 patches from the Qemu project (Anthony Liguori)vruppert4-4/+13
2008-12-15Patch appliedsshwarts1-0/+1
2008-12-07Merged patchfix by Sebastiansshwarts1-3/+3
2008-12-07kvm: bios: Fix Makefile to compile on Debian-based systemsAmit Shah1-3/+11
2008-12-04 Don't power down vga card on entering S3 state.sshwarts3-184/+204
2008-12-04Don't use unreserved memory in BIOS.sshwarts6-13/+12
2008-12-04Execute rombios32 code from rom address 0xe0000.sshwarts6-23/+14
2008-12-04Preserve memory content during SMM iniT.sshwarts2-2/+8
2008-12-04Add S3 state to DSDT. Handle resume event in the BIOS.sshwarts6-25/+184
2008-12-03recompile BIOSsshwarts2-0/+0
2008-11-16kvm: bios: resolve memory device roll over reporting issues with >32G guestsBill Rieske1-25/+45
2008-11-13Applied [Bochs-developers] [PATCH v3 1/6] Move PIC initialization out of line...sshwarts1-22/+26
2008-11-03Applied patch [ 2217229 ] Panic on EBDA overflow in rombios32sshwarts1-0/+5
2008-10-31Merge [ 2210194 ] Log pci class code patchsshwarts1-6/+5
2008-10-26kvm: bios: Update e820 table for EPT real mode pagetableSheng Yang1-2/+3
2008-10-16kvm: bios: read UUID from firmware interfaceGleb Natapov1-21/+45
2008-10-15QEMU UUID support - QEMU only is affectedsshwarts1-0/+46
2008-10-13This one is easy :)sshwarts1-23/+1
2008-10-02kvm: bios: switch MTRRs to cover only the PCI range and default to WBAlex Williamson1-20/+4
2008-10-02kvm: bios: fix SMBIOS end address range reportingAlex Williamson1-2/+2
2008-10-02kvm: bios: update SMBIOS table to report memory above 4GAlex Williamson1-3/+4
2008-10-02kvm: bios: cleanup/consolidate above 4G memory parsingAlex Williamson1-8/+9
2008-10-01Updated BIOS imagessshwarts2-0/+0
2008-10-01iApplied patch: Add rombios decoding of F11/F12 scancodes in support forsshwarts1-3/+3
2008-09-30Merge branch 'bochs-bios-cvs' into bios-merge-2Avi Kivity4-126/+391
2008-09-23kvm: bios: extend MTRRs to above 4GAlex Williamson1-0/+18
2008-09-14- remove CMOS access from AML code (SF patch #2073039)vruppert3-301/+253
2008-09-07kvm: bios: use windows pcr to get cpu number rather than trAvi Kivity1-9/+8
2008-09-01kvm: bios: avoid accessing CMOS NVRAM from ACPI AMLGleb Natapov1-33/+4