index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target-i386
/
kvm.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-01-19
kvm: x86: Add user space part for in-kernel APIC
Jan Kiszka
1
-0
/
+38
2012-01-19
kvm: Introduce core services for in-kernel irqchip support
Jan Kiszka
1
-0
/
+11
2012-01-19
hyper-v: initialize Hyper-V CPUID leaves.
Vadim Rozenfeld
1
-2
/
+63
2012-01-03
Merge remote-tracking branch 'qemu-kvm/memory/page_desc' into staging
Anthony Liguori
1
-4
/
+3
2011-12-22
kvm: x86: Drop redundant apic base and tpr update from kvm_get_sregs
Jan Kiszka
1
-3
/
+2
2011-12-22
kvm: x86: Avoid runtime allocation of xsave buffer
Jan Kiszka
1
-8
/
+7
2011-12-22
kvm: x86: Use symbols for all xsave field
Jan Kiszka
1
-6
/
+8
2011-12-20
kvm: switch kvm slots to use host virtual address instead of ram_addr_t
Avi Kivity
1
-4
/
+3
2011-11-17
Fix typo: runnning -> running
Vagrant Cascadian
1
-1
/
+1
2011-10-24
i386: wire up MSR_IA32_MISC_ENABLE
Avi Kivity
1
-0
/
+15
2011-10-24
kvm: support TSC deadline MSR with subsection
Liu, Jinsong
1
-0
/
+14
2011-10-24
Revert "kvm: support TSC deadline MSR"
Marcelo Tosatti
1
-14
/
+0
2011-10-03
kvm: support TSC deadline MSR
Liu, Jinsong
1
-0
/
+14
2011-09-15
Drop the vm_running global variable
Luiz Capitulino
1
-1
/
+1
2011-09-15
Replace the VMSTOP macros with a proper state type
Luiz Capitulino
1
-1
/
+1
2011-09-10
kvm: remove unnecessary assignments
Blue Swirl
1
-1
/
+1
2011-09-03
Use new macro QEMU_PACKED for packed structures
Stefan Weil
1
-1
/
+1
2011-08-25
Fix up some style nits of last uq/master merge
Jan Kiszka
1
-2
/
+3
2011-08-20
Use glib memory allocation and free functions
Anthony Liguori
1
-10
/
+10
2011-08-05
Remove #ifdef KVM_CAP_TSC_CONTROL
Marcelo Tosatti
1
-2
/
+0
2011-08-05
qemu-x86: Set tsc_khz in kvm when supported
Joerg Roedel
1
-1
/
+17
2011-06-20
KVM: Fix XSAVE feature bit enumeration
Andre Przywara
1
-1
/
+4
2011-06-20
kvm: x86: Pass KVMState to kvm_arch_get_supported_cpuid
Jan Kiszka
1
-15
/
+15
2011-06-20
kvm: x86: Drop KVM_CAP build dependencies
Jan Kiszka
1
-64
/
+3
2011-06-20
kvm: Drop CONFIG_KVM_PARA
Jan Kiszka
1
-25
/
+1
2011-06-19
kvm: x86: Save/restore FPU OP, IP and DP
Jan Kiszka
1
-5
/
+15
2011-06-14
kvm: Add CPUID support for VIA CPU
brillywu@viatech.com.cn
1
-0
/
+15
2011-05-02
kvm: use qemu_free consistently
Paolo Bonzini
1
-1
/
+1
2011-05-02
kvm: use kernel-provided para_features instead of statically coming up with n...
Glauber Costa
1
-29
/
+49
2011-03-16
kvm: x86: Push kvm_arch_debug to kvm_arch_handle_exit
Jan Kiszka
1
-9
/
+16
2011-03-16
kvm: x86: Reorder functions in kvm.c
Jan Kiszka
1
-54
/
+54
2011-03-16
kvm: Align kvm_arch_handle_exit to kvm_cpu_exec changes
Jan Kiszka
1
-4
/
+4
2011-03-16
kvm: x86: Synchronize PAT MSR with the kernel
Jan Kiszka
1
-0
/
+5
2011-03-16
kvm: x86: Do not leave halt if interrupts are disabled
Jan Kiszka
1
-1
/
+3
2011-03-15
KVM, MCE, unpoison memory address across reboot
Huang Ying
1
-0
/
+36
2011-03-15
kvm: x86: Fail kvm_arch_init_vcpu if MCE initialization fails
Jan Kiszka
1
-13
/
+17
2011-03-15
kvm: x86: Clean up kvm_setup_mce
Jan Kiszka
1
-7
/
+4
2011-03-15
kvm: x86: Consolidate TCG and KVM MCE injection code
Jan Kiszka
1
-213
/
+25
2011-03-15
kvm: x86: Inject pending MCE events on state writeback
Jan Kiszka
1
-0
/
+60
2011-03-15
kvm: Rename kvm_arch_process_irqchip_events to async_events
Jan Kiszka
1
-1
/
+1
2011-03-15
kvm: x86: Move MCE functions together
Jan Kiszka
1
-175
/
+171
2011-03-13
Refactor thread retrieval and check
Jan Kiszka
1
-2
/
+2
2011-02-14
kvm: x86: Catch and report failing IRQ and NMI injections
Jan Kiszka
1
-3
/
+13
2011-02-14
kvm: Drop return values from kvm_arch_pre/post_run
Jan Kiszka
1
-6
/
+2
2011-02-14
kvm: x86: Prepare VCPU loop for in-kernel irqchip
Jan Kiszka
1
-31
/
+38
2011-02-14
kvm: Separate TCG from KVM cpu execution
Jan Kiszka
1
-3
/
+3
2011-02-14
kvm: make tsc stable over migration and machine start
Glauber Costa
1
-1
/
+17
2011-02-14
kvm: Unconditionally reenter kernel after IO exits
Jan Kiszka
1
-0
/
+5
2011-02-14
kvm: Provide sigbus services arch-independently
Jan Kiszka
1
-2
/
+2
2011-02-01
Merge remote branch 'qemu-kvm/uq/master' into staging
Anthony Liguori
1
-328
/
+423
[next]