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>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
qemu-kvm-x86.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
qemu-kvm: enable get/set vcpu events on reset and migration
Marcelo Tosatti
2010-01-31
1
-1
/
+2
*
Don't leak kvm_save_mpstate() to main qemu code
Avi Kivity
2009-12-22
1
-0
/
+1
*
tpr patching: defer post-migration load to vcpu context
Avi Kivity
2009-12-10
1
-0
/
+3
*
Fix mismerge of irq bitmap refactoring
Avi Kivity
2009-11-24
1
-0
/
+2
*
Merge commit '0e607a80d323ba9f46dee71cd07380c4eb5c2b0a' into upstream-merge
Avi Kivity
2009-11-22
1
-3
/
+16
*
use upstream kvm_vcpu_ioctl
Glauber Costa
2009-10-22
1
-54
/
+32
*
move tpr stuff to qemu-kvm-x86.c
Glauber Costa
2009-10-20
1
-0
/
+7
*
use upstream version of kvm_arch_post_run
Glauber Costa
2009-10-20
1
-22
/
+0
*
change pre and post kvm_run signatures.
Glauber Costa
2009-10-20
1
-2
/
+4
*
get and set clock upon migration
Glauber Costa
2009-10-19
1
-0
/
+35
*
properly save kvm system time msr registers
Glauber Costa
2009-10-19
1
-0
/
+11
*
get rid of MSR_COUNT
Glauber Costa
2009-10-19
1
-10
/
+4
*
change function signatures so that they don't take a vcpu argument
Glauber Costa
2009-10-19
1
-46
/
+45
*
fix MSR_COUNT for kvm_arch_save_regs()
Eduardo Habkost
2009-10-15
1
-2
/
+4
*
use env in kvm_arch_run
Glauber Costa
2009-10-13
1
-6
/
+6
*
use env as parameter for functions that access kvm_run
Glauber Costa
2009-10-13
1
-2
/
+2
*
make some functions static
Glauber Costa
2009-10-13
1
-9
/
+9
*
remove unneded opaque.
Glauber Costa
2009-10-13
1
-1
/
+1
*
drop kvm_mmio_read and write
Glauber Costa
2009-10-13
1
-6
/
+1
*
use a more upstream friendly version of irqchip-in-kernel test
Glauber Costa
2009-10-13
1
-4
/
+4
*
Don't call kvm_cpu_synchronize_state() if there is no irqchip events to process
Gleb Natapov
2009-09-23
1
-3
/
+6
*
Fix compilation without device assignment
Juan Quintela
2009-09-18
1
-0
/
+2
*
Use kvm_cpu_synchronize_state() instead of kvm_arch_(save|load)_regs()
Gleb Natapov
2009-09-18
1
-2
/
+1
*
Remove unused function.
Gleb Natapov
2009-09-18
1
-10
/
+0
*
Fix mpstate reloads
Avi Kivity
2009-08-31
1
-0
/
+2
*
kvm: fix set_ept_identity_addr() in pae
Sheng Yang
2009-08-04
1
-1
/
+1
*
Remove useless wrappers around functions
Glauber Costa
2009-08-04
1
-1
/
+1
*
Move EPT identity mapping pages to allow a larger BIOS image
Jordan Justen
2009-08-03
1
-1
/
+1
*
Move TSS pages to allow a larger BIOS image
Jordan Justen
2009-08-03
1
-1
/
+1
*
fix mce check extension
Glauber Costa
2009-07-23
1
-1
/
+1
*
check extension
Glauber Costa
2009-07-21
1
-3
/
+3
*
reuse kvm_ioctl
Glauber Costa
2009-07-21
1
-22
/
+19
*
reuse kvm_vm_ioctl
Glauber Costa
2009-07-21
1
-39
/
+14
*
kvm: allow qemu to set EPT identity mapping address
Sheng Yang
2009-07-21
1
-0
/
+45
*
Add MCE simulation support to qemu/kvm
Huang Ying
2009-07-20
1
-0
/
+55
*
qemu-kvm: x86: fix memleak if ioctl fails
Amit Shah
2009-07-14
1
-1
/
+1
*
use kvm_upstream sw_breakpoints structure
Glauber Costa
2009-07-14
1
-2
/
+2
*
fold libkvm-all into standard qemu header
Glauber Costa
2009-07-14
1
-1
/
+0
*
replace malloc with qemu_malloc
Glauber Costa
2009-07-14
1
-23
/
+8
*
HPET support with kvm
Beth Kon
2009-07-12
1
-0
/
+38
*
Select irq0->irq2 override based on kernel gsi routing availability
Beth Kon
2009-07-12
1
-1
/
+5
*
Preserve the hypervisor bit while KVM trims the CPUID bits
Andre Przywara
2009-07-07
1
-0
/
+5
*
Remove qemu-kvm callbacks structure
Glauber Costa
2009-07-07
1
-11
/
+5
*
Work around borken MSR_GET_INDEX_LIST
Jan Kiszka
2009-07-06
1
-1
/
+4
*
Update registers after INIT/SIPI
Gleb Natapov
2009-07-01
1
-0
/
+2
*
Fix KVMs GET_SUPPORTED_CPUID feature usage
Andre Przywara
2009-07-01
1
-10
/
+11
*
Use upstream QEMU apic init/sipi handling
Gleb Natapov
2009-06-29
1
-39
/
+4
*
Use cpu_is_bsp() to check for bsp cpu
Gleb Natapov
2009-06-28
1
-2
/
+3
*
Move x86 specific code from qemu-kvm.c to qemu-kvm-x86.c
Gleb Natapov
2009-06-28
1
-0
/
+43
*
Fold target-i386/libkvm.c into qemu-kvm-x86.c
Glauber Costa
2009-06-21
1
-0
/
+652
[next]