index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
xen
/
xen-common.c
Age
Commit message (
Expand
)
Author
2020-06-10
accel: Move Xen accelerator code under accel/xen/
Philippe Mathieu-Daudé
2020-05-15
qom: Drop parameter @errp of object_property_add() & friends
Markus Armbruster
2020-05-15
qom: Drop object_property_set_description() parameter @errp
Markus Armbruster
2020-04-02
xen: fixup RAM memory region initialization
Igor Mammedov
2019-12-17
xen: convert "-machine igd-passthru" to an accelerator property
Paolo Bonzini
2019-08-16
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
Markus Armbruster
2019-08-16
Include sysemu/sysemu.h a lot less
Markus Armbruster
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-01-14
xen: re-name XenDevice to XenLegacyDevice...
Paul Durrant
2019-01-09
machine: Use shorter format for GlobalProperty arrays
Eduardo Habkost
2019-01-07
machine: move compat properties out of globals
Marc-André Lureau
2019-01-07
hw: apply accel compat properties without touching globals
Marc-André Lureau
2018-04-26
xen: Expect xenstore write to fail when restricted
Ross Lagerwall
2018-04-26
xen: defer call to xen_restrict until just before os_setup_post
Ian Jackson
2018-02-09
Include qmp-commands.h exactly where needed
Markus Armbruster
2018-02-06
hw/xen*: Replace fprintf(stderr, "*\n" with error_report()
Alistair Francis
2017-06-28
migration: move skip_section_footers
Peter Xu
2017-06-28
migration: move skip_configuration out
Peter Xu
2017-06-28
migration: move global_state.optional out
Peter Xu
2017-06-13
migration: Move remaining exported functions to migration/misc.h
Juan Quintela
2017-06-13
migration: create global_state.c
Juan Quintela
2017-06-02
chardev: move headers to include/chardev
Marc-André Lureau
2017-05-04
xen: use a better chardev type check
Marc-André Lureau
2017-04-25
move xen-common.c to hw/xen/
Anthony Xu