index
:
~jwrdegoede/qemu-kvm
master
qemu-kvm-0.14.0-spice
Hans' Fedora 15 qemu-kvm patches git repo
jwrdegoede
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
qemu-kvm.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-12-02
Fix build with DEBUG_MEMREG defined
Kusanagi Kouichi
1
-4
/
+4
2009-12-01
kvm_handle_internal_error should return 1
Marcelo Tosatti
1
-1
/
+1
2009-11-15
Report extra data on internal errors
Avi Kivity
1
-0
/
+10
2009-11-15
Freeze guest on internal error
Avi Kivity
1
-1
/
+2
2009-11-15
Move internal error handling into a function
Avi Kivity
1
-6
/
+13
2009-11-01
Fix qemu-kvm sigsegv at exit
Marcelo Tosatti
1
-1
/
+1
2009-10-22
upstream kvm_arch_post_run lacks cpu_single_env assignment
Marcelo Tosatti
1
-0
/
+1
2009-10-22
use upstream kvm_vcpu_ioctl
Glauber Costa
1
-18
/
+13
2009-10-20
move tpr stuff to qemu-kvm-x86.c
Glauber Costa
1
-6
/
+0
2009-10-20
use upstream version of kvm_arch_post_run
Glauber Costa
1
-5
/
+0
2009-10-20
change pre and post kvm_run signatures.
Glauber Costa
1
-2
/
+2
2009-10-20
use handle_io upstream version.
Glauber Costa
1
-53
/
+5
2009-10-19
get rid of vcpu structure
Glauber Costa
1
-8
/
+3
2009-10-19
change function signatures so that they don't take a vcpu argument
Glauber Costa
1
-49
/
+48
2009-10-14
Merge commit 'd549db5a732ef2ec145b84c5008a7585cf17cf67' into upstream-merge
Marcelo Tosatti
1
-0
/
+12
2009-10-14
Don't sync mpstate to/from kernel when unneeded.
Gleb Natapov
1
-5
/
+4
2009-10-14
Complete cpu initialization before signaling main thread.
Gleb Natapov
1
-14
/
+15
2009-10-13
remove id field from vcpu context structure
Glauber Costa
1
-2
/
+0
2009-10-13
remove kvm_run from vcpu_context
Glauber Costa
1
-3
/
+1
2009-10-13
use env in kvm_arch_run
Glauber Costa
1
-1
/
+1
2009-10-13
use env as parameter for functions that access kvm_run
Glauber Costa
1
-4
/
+4
2009-10-13
Use kvm_run inside CPUState.
Glauber Costa
1
-12
/
+15
2009-10-13
remove kvm_context from vcpu structure
Glauber Costa
1
-3
/
+1
2009-10-13
remove unneded opaque.
Glauber Costa
1
-10
/
+3
2009-10-13
drop kvm_mmio_read and write
Glauber Costa
1
-20
/
+4
2009-10-13
use a more upstream friendly version of irqchip-in-kernel test
Glauber Costa
1
-7
/
+3
2009-10-08
qemu-kvm: fix build on 32 bit
Michael S. Tsirkin
1
-2
/
+3
2009-10-05
Fix old-style function definitions in kvm specific code
Avi Kivity
1
-1
/
+1
2009-09-28
qemu-kvm: allocate correct size for dirty bitmap
Bruce Rogers
1
-1
/
+1
2009-09-27
Fix build error for signalfd_siginfo
Huang Ying
1
-2
/
+2
2009-09-23
Update halted state from mpstate only in case of inkernel irq chip
Gleb Natapov
1
-0
/
+10
2009-09-21
Merge commit 'afcea8cbdea8180b42093377b2c700d1b7f20b7c' into upstream-merge
Avi Kivity
1
-7
/
+6
2009-09-21
Use "compatfd.h" instead of <sys/signalfd.h>
Avi Kivity
1
-1
/
+1
2009-09-21
MCE: Relay UCR MCE to guest
Huang Ying
1
-12
/
+183
2009-09-18
Rename USE_KVM_* to CONFIG_KVM_*
Juan Quintela
1
-4
/
+4
2009-09-18
One CONFIG_EVENTFD should be enough
Juan Quintela
1
-1
/
+1
2009-09-18
qemu-kvm: Fix guest single-stepping
Jan Kiszka
1
-0
/
+4
2009-09-14
Merge commit '72cf2d4f0e181d0d3a3122e04129c58a95da713e' into upstream-merge
Marcelo Tosatti
1
-7
/
+7
2009-09-10
Fix warnings with USE_KVM_DEVICE_ASSIGNMENT disabled
Daniel Gollub
1
-0
/
+4
2009-09-09
Call kvm_cpu_synchronize_state() on target vcpu
Gleb Natapov
1
-8
/
+15
2009-09-01
Handle emulation failure in userspace
Mohammed Gamal
1
-0
/
+8
2009-08-31
Remove unneeded printf() in kvm_run()
Avi Kivity
1
-1
/
+0
2009-08-31
Fix mpstate reloads
Avi Kivity
1
-3
/
+1
2009-08-30
Merge commit '4c0960c0c483fffc5f8e1dab169d946ac295bf44' into upstream-merge
Avi Kivity
1
-0
/
+17
2009-08-09
Merge commit 'upstream/master'
Avi Kivity
1
-1
/
+1
2009-08-04
Remove useless wrappers around functions
Glauber Costa
1
-11
/
+1
2009-08-04
Use kvm_has_sync_mmu from upstream
Glauber Costa
1
-9
/
+0
2009-08-04
Use coalesce memory regions functions from upstream
Glauber Costa
1
-46
/
+0
2009-08-04
Use coalesced_mmio field from qemu upstream
Glauber Costa
1
-8
/
+6
2009-08-04
Remove NULL check after qemu malloc in dirty bitmap allocation
Glauber Costa
1
-6
/
+1
[next]