GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
proj/qemu-kvm.git
qemu-kvm-0.12.4-gentoo
qemu-kvm-0.12.5-gentoo
qemu-kvm-0.13.0-gentoo
qemu-kvm-0.14.1-gentoo
qemu-kvm-0.15.0-gentoo
qemu-kvm-1.1.0-gentoo
qemu-kvm-1.1.1-gentoo
qemu-kvm-1.1.2-gentoo
qemu-kvm-1.2.0-gentoo
qemu-kvm patches pulled in for Gentoo qemu packages
Doug Goldstein <cardoe@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kvm
/
bios
/
rombios32.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Drop kvm/bios/ tree
Avi Kivity
2009-10-15
1
-2749
/
+0
*
kvm: bios: Fix multiple calls into smbios_load_ex
Alex Williamson
2009-07-28
1
-5
/
+6
*
kvm: bios: port firmware config movement to rombios.h
Avi Kivity
2009-07-28
1
-10
/
+0
*
Advertise HPET in ACPI HPET table
Beth Kon
2009-07-12
1
-8
/
+3
*
bios: allow qemu to configure irq0->inti2 override
Beth Kon
2009-07-12
1
-16
/
+50
*
kvm: bios: Move _PR to SSDT
Jes Sorensen
2009-06-21
1
-4
/
+12
*
bios: Fix RSDT table creation
Beth Kon
2009-06-10
1
-14
/
+14
*
bios: Fix MADT table creation
Beth Kon
2009-06-10
1
-3
/
+6
*
kvm: bios: Read MADT entries from memory in processors _MAT method.
Gleb Natapov
2009-06-02
1
-1
/
+1
*
bios: dynamically track available rsdt entries
Avi Kivity
2009-05-10
1
-13
/
+13
*
bios: add SRAT ACPI table support (Andre Przywara)
Andre Przywara
2009-05-10
1
-12
/
+166
*
bios: Load SMBIOS entries and files from qemu (Alex Williamson)
Alex Williamson
2009-05-10
1
-63
/
+236
*
bios: Read additional ACPI tables from a VM
Gleb Natapov
2009-05-10
1
-20
/
+63
*
Merge commit 'bios/master'
Avi Kivity
2009-04-26
1
-35
/
+130
|
\
|
*
- implemented MTRR support in the bios. This is a combination of the individual
vruppert
2009-01-26
1
-0
/
+95
|
*
[Bochs-developers] [PATCH] rombios32: fix SMBIOS end address range reporting
sshwarts
2009-01-11
1
-2
/
+2
|
*
- the HPET merge from QEMU introduced new structures which need packing (Seba...
vruppert
2008-12-27
1
-3
/
+3
|
*
- applied 3 patches from the Qemu project
vruppert
2008-12-25
1
-0
/
+91
*
|
kvm: bios: make MMIO address page aligned in guest
Weidong Han
2009-02-24
1
-0
/
+3
*
|
kvm: bios: fix smbios memory device length boundary condition
Bill Rieske
2009-01-11
1
-1
/
+1
*
|
kvm: bios: Remove duplicate call to qemu_cfg_port_probe()
Sebastian Herbszt
2009-01-04
1
-4
/
+0
*
|
kvm: bios: KVM does not support SMM, so disable it
Gleb Natapov
2008-12-30
1
-1
/
+1
*
|
kvm: bios: revert TSC zeroing
Marcelo Tosatti
2008-12-28
1
-6
/
+0
*
|
kvm: bios: prevent compiler from caching cpu count while starting up smp
Avi Kivity
2008-12-24
1
-1
/
+1
*
|
Merge branch 'bochs-bios-cvs'
Avi Kivity
2008-12-23
1
-36
/
+139
|
\
|
|
*
- use "__attribute__((__packed__))" instead of "#pragma pack" (Sebastian Herb...
vruppert
2008-12-23
1
-13
/
+8
|
*
- applied 3 patches from the Qemu project (Anthony Liguori)
vruppert
2008-12-20
1
-0
/
+10
|
*
Don't use unreserved memory in BIOS.
sshwarts
2008-12-04
1
-7
/
+4
|
*
Preserve memory content during SMM iniT.
sshwarts
2008-12-04
1
-2
/
+8
|
*
Add S3 state to DSDT. Handle resume event in the BIOS.
sshwarts
2008-12-04
1
-12
/
+99
|
*
Applied patch [ 2217229 ] Panic on EBDA overflow in rombios32
sshwarts
2008-11-03
1
-0
/
+5
|
*
Merge [ 2210194 ] Log pci class code patch
sshwarts
2008-10-31
1
-6
/
+5
|
*
QEMU UUID support - QEMU only is affected
sshwarts
2008-10-15
1
-0
/
+46
|
*
This one is easy :)
sshwarts
2008-10-13
1
-23
/
+1
*
|
kvm: bios: resolve memory device roll over reporting issues with >32G guests
Bill Rieske
2008-11-16
1
-25
/
+45
*
|
kvm: bios: read UUID from firmware interface
Gleb Natapov
2008-10-16
1
-21
/
+45
*
|
kvm: bios: switch MTRRs to cover only the PCI range and default to WB
Alex Williamson
2008-10-02
1
-20
/
+4
*
|
kvm: bios: fix SMBIOS end address range reporting
Alex Williamson
2008-10-02
1
-2
/
+2
*
|
kvm: bios: update SMBIOS table to report memory above 4G
Alex Williamson
2008-10-02
1
-3
/
+4
*
|
kvm: bios: cleanup/consolidate above 4G memory parsing
Alex Williamson
2008-10-02
1
-8
/
+9
*
|
Merge branch 'bochs-bios-cvs' into bios-merge-2
Avi Kivity
2008-09-30
1
-19
/
+42
|
\
|
|
*
BIOS patches applied
sshwarts
2008-08-24
1
-5
/
+18
|
*
It is QEMU only so don't see any problem to apply a patch :)
sshwarts
2008-07-30
1
-1
/
+1
|
*
bios patch: kvm: bios: don't advertise ACPI C2 or C3 support
sshwarts
2008-05-02
1
-2
/
+2
|
*
Merged patches from @SF tracker for BIOS
sshwarts
2008-05-02
1
-2
/
+2
|
*
Merged BIOS patches from @SF tracker
sshwarts
2008-04-08
1
-3
/
+4
|
*
indent changes
sshwarts
2008-03-26
1
-2
/
+2
|
*
Patch from @SF tracker
sshwarts
2008-03-07
1
-8
/
+17
*
|
kvm: bios: extend MTRRs to above 4G
Alex Williamson
2008-09-23
1
-0
/
+18
*
|
kvm: bios: smp mtrr support
Avi Kivity
2008-05-27
1
-14
/
+33
[next]