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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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
/
accel.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-10-28
clean-up: removed duplicate #includes
Anand J
1
-1
/
+0
2016-05-18
accel: make configure_accelerator return void
Wei Jiangang
1
-3
/
+1
2016-02-04
all: Clean up includes
Peter Maydell
1
-0
/
+1
2014-10-09
accel: Create accel object when initializing machine
Eduardo Habkost
1
-0
/
+7
2014-10-09
accel: Pass MachineState object to accel init functions
Eduardo Habkost
1
-5
/
+6
2014-10-04
accel: Rename 'init' method to 'init_machine'
Eduardo Habkost
1
-4
/
+4
2014-10-04
accel: Move accel init/allowed code to separate function
Eduardo Habkost
1
-3
/
+12
2014-10-04
accel: Remove tcg_available() function
Eduardo Habkost
1
-1
/
+0
2014-10-04
accel: Move qtest accel registration to qtest.c
Eduardo Habkost
1
-18
/
+0
2014-10-04
accel: Move Xen registration code to xen-common.c
Eduardo Habkost
1
-18
/
+0
2014-10-04
accel: Move KVM accel registration to kvm-all.c
Eduardo Habkost
1
-18
/
+0
2014-10-04
accel: Report unknown accelerator as "not found" instead of "does not exist"
Eduardo Habkost
1
-1
/
+1
2014-10-04
accel: Make AccelClass.available() optional
Eduardo Habkost
1
-1
/
+1
2014-10-04
accel: Use QOM classes for accel types
Eduardo Habkost
1
-24
/
+93
2014-10-04
accel: Move accel name lookup to separate function
Eduardo Habkost
1
-24
/
+33
2014-10-04
accel: Simplify configure_accelerator() using AccelType *acc variable
Eduardo Habkost
1
-8
/
+10
2014-10-04
accel: Create AccelType typedef
Eduardo Habkost
1
-2
/
+4
2014-10-04
accel: Move accel code to accel.c
Eduardo Habkost
1
-0
/
+113