aboutsummaryrefslogtreecommitdiff
path: root/accel/accel.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-24accel: Introduce the current_accel() wrapperPhilippe Mathieu-Daudé1-0/+5
2019-12-17accel: pass object to accel_init_machinePaolo Bonzini1-2/+2
2019-12-17qom: add object_new_with_classPaolo Bonzini1-3/+1
2019-12-17vl: merge -accel processing into configure_acceleratorsPaolo Bonzini1-67/+2
2019-05-02accel: Remove unused AccelClass::available fieldEduardo Habkost1-5/+0
2019-04-02accel: Unbreak accelerator fallbackMarkus Armbruster1-1/+2
2019-03-11qdev: Fix latent bug with compat_props and onboard devicesMarkus Armbruster1-0/+1
2019-03-11accel: Allow to build QEMU without TCG or KVM supportAnthony PERARD1-1/+3
2019-01-11accel: Improve selection of the default acceleratorThomas Huth1-3/+15
2019-01-07hw: apply accel compat properties without touching globalsMarc-André Lureau1-12/+0
2018-12-11accel: register global_props like machine globalsMarc-André Lureau1-1/+8
2018-05-09accel: use g_strsplit for parsing accelerator namesDaniel P. Berrangé1-9/+7
2018-04-26AccelClass: Introduce accel_setup_postIan Jackson1-0/+9
2018-02-09Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster1-1/+1
2017-08-01accel: cleanup error outputLaurent Vivier1-10/+10
2017-06-28accel: introduce AccelClass.global_propsPeter Xu1-0/+6
2017-06-15accel: split the tcg accelerator from accel.c fileYang Zhong1-0/+128