aboutsummaryrefslogtreecommitdiff
path: root/accel/accel.c
AgeCommit message (Expand)Author
2020-01-24accel: Introduce the current_accel() wrapperPhilippe Mathieu-Daudé
2019-12-17accel: pass object to accel_init_machinePaolo Bonzini
2019-12-17qom: add object_new_with_classPaolo Bonzini
2019-12-17vl: merge -accel processing into configure_acceleratorsPaolo Bonzini
2019-05-02accel: Remove unused AccelClass::available fieldEduardo Habkost
2019-04-02accel: Unbreak accelerator fallbackMarkus Armbruster
2019-03-11qdev: Fix latent bug with compat_props and onboard devicesMarkus Armbruster
2019-03-11accel: Allow to build QEMU without TCG or KVM supportAnthony PERARD
2019-01-11accel: Improve selection of the default acceleratorThomas Huth
2019-01-07hw: apply accel compat properties without touching globalsMarc-André Lureau
2018-12-11accel: register global_props like machine globalsMarc-André Lureau
2018-05-09accel: use g_strsplit for parsing accelerator namesDaniel P. Berrangé
2018-04-26AccelClass: Introduce accel_setup_postIan Jackson
2018-02-09Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster
2017-08-01accel: cleanup error outputLaurent Vivier
2017-06-28accel: introduce AccelClass.global_propsPeter Xu
2017-06-15accel: split the tcg accelerator from accel.c fileYang Zhong