index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
accel.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
clean-up: removed duplicate #includes
Anand J
2016-10-28
1
-1
/
+0
*
accel: make configure_accelerator return void
Wei Jiangang
2016-05-18
1
-3
/
+1
*
all: Clean up includes
Peter Maydell
2016-02-04
1
-0
/
+1
*
accel: Create accel object when initializing machine
Eduardo Habkost
2014-10-09
1
-0
/
+7
*
accel: Pass MachineState object to accel init functions
Eduardo Habkost
2014-10-09
1
-5
/
+6
*
accel: Rename 'init' method to 'init_machine'
Eduardo Habkost
2014-10-04
1
-4
/
+4
*
accel: Move accel init/allowed code to separate function
Eduardo Habkost
2014-10-04
1
-3
/
+12
*
accel: Remove tcg_available() function
Eduardo Habkost
2014-10-04
1
-1
/
+0
*
accel: Move qtest accel registration to qtest.c
Eduardo Habkost
2014-10-04
1
-18
/
+0
*
accel: Move Xen registration code to xen-common.c
Eduardo Habkost
2014-10-04
1
-18
/
+0
*
accel: Move KVM accel registration to kvm-all.c
Eduardo Habkost
2014-10-04
1
-18
/
+0
*
accel: Report unknown accelerator as "not found" instead of "does not exist"
Eduardo Habkost
2014-10-04
1
-1
/
+1
*
accel: Make AccelClass.available() optional
Eduardo Habkost
2014-10-04
1
-1
/
+1
*
accel: Use QOM classes for accel types
Eduardo Habkost
2014-10-04
1
-24
/
+93
*
accel: Move accel name lookup to separate function
Eduardo Habkost
2014-10-04
1
-24
/
+33
*
accel: Simplify configure_accelerator() using AccelType *acc variable
Eduardo Habkost
2014-10-04
1
-8
/
+10
*
accel: Create AccelType typedef
Eduardo Habkost
2014-10-04
1
-2
/
+4
*
accel: Move accel code to accel.c
Eduardo Habkost
2014-10-04
1
-0
/
+113