summaryrefslogtreecommitdiff
path: root/hw/xen/xen-common.c
AgeCommit message (Expand)Author
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-01-14xen: re-name XenDevice to XenLegacyDevice...Paul Durrant
2019-01-09machine: Use shorter format for GlobalProperty arraysEduardo Habkost
2019-01-07machine: move compat properties out of globalsMarc-André Lureau
2019-01-07hw: apply accel compat properties without touching globalsMarc-André Lureau
2018-04-26xen: Expect xenstore write to fail when restrictedRoss Lagerwall
2018-04-26xen: defer call to xen_restrict until just before os_setup_postIan Jackson
2018-02-09Include qmp-commands.h exactly where neededMarkus Armbruster
2018-02-06hw/xen*: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis
2017-06-28migration: move skip_section_footersPeter Xu
2017-06-28migration: move skip_configuration outPeter Xu
2017-06-28migration: move global_state.optional outPeter Xu
2017-06-13migration: Move remaining exported functions to migration/misc.hJuan Quintela
2017-06-13migration: create global_state.cJuan Quintela
2017-06-02chardev: move headers to include/chardevMarc-André Lureau
2017-05-04xen: use a better chardev type checkMarc-André Lureau
2017-04-25move xen-common.c to hw/xen/Anthony Xu