Age | Commit message (Expand) | Author |
2020-02-27 | xen-bus/block: explicitly assign event channels to an AioContext | Paul Durrant |
2020-02-27 | hw/xen/xen_pt_load_rom: Remove unused includes | Philippe Mathieu-Daudé |
2020-02-20 | Avoid cpu_physical_memory_rw() with a constant is_write argument | Philippe Mathieu-Daudé |
2020-02-20 | Let cpu_[physical]_memory() calls pass a boolean 'is_write' argument | Philippe Mathieu-Daudé |
2020-01-24 | qdev: set properties with device_class_set_props() | Marc-André Lureau |
2019-12-17 | xen: convert "-machine igd-passthru" to an accelerator property | Paolo Bonzini |
2019-09-24 | xen-bus: only set the xen device frontend state if it is missing | Mark Syms |
2019-09-24 | xen: perform XenDevice clean-up in XenBus watch handler | Paul Durrant |
2019-09-24 | xen: introduce separate XenWatchList for XenDevice objects | Paul Durrant |
2019-09-24 | xen / notify: introduce a new XenWatchList abstraction | Paul Durrant |
2019-09-24 | xen-bus: check whether the frontend is active during device reset... | Paul Durrant |
2019-08-27 | xen-bus: Avoid rewriting identical values to xenstore | Anthony PERARD |
2019-08-27 | xen-bus: Fix backend state transition on device reset | Anthony PERARD |
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-08-16 | Clean up inclusion of sysemu/sysemu.h | Markus Armbruster |
2019-08-16 | Include hw/qdev-properties.h less | Markus Armbruster |
2019-08-16 | Include qemu/main-loop.h less | Markus Armbruster |
2019-08-16 | Include hw/hw.h exactly where needed | Markus Armbruster |
2019-06-24 | xen: Import other xen/io/*.h | Anthony PERARD |
2019-06-24 | xen-bus / xen-block: add support for event channel polling | Paul Durrant |
2019-06-24 | xen-bus: allow AioContext to be specified for each event channel | Paul Durrant |
2019-06-24 | xen-bus: use a separate fd for each event channel | Paul Durrant |
2019-06-12 | Include qemu-common.h exactly where needed | Markus Armbruster |
2019-06-12 | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster |
2019-03-22 | trace-events: Shorten file names in comments | Markus Armbruster |
2019-02-04 | xen: fix xen-bus state model to allow frontend re-connection | Paul Durrant |
2019-01-14 | xen: automatically create XenBlockDevice-s | Paul Durrant |
2019-01-14 | xen: add a mechanism to automatically create XenDevice-s... | Paul Durrant |
2019-01-14 | xen: add implementations of xen-block connect and disconnect functions... | Paul Durrant |
2019-01-14 | xen: add event channel interface for XenDevice-s | Paul Durrant |
2019-01-14 | xen: add grant table interface for XenDevice-s | Paul Durrant |
2019-01-14 | xen: add xenstore watcher infrastructure | Paul Durrant |
2019-01-14 | xen: create xenstore areas for XenDevice-s | Paul Durrant |
2019-01-14 | xen: introduce new 'XenBus' and 'XenDevice' object hierarchy | Paul Durrant |
2019-01-14 | xen: re-name XenDevice to XenLegacyDevice... | Paul Durrant |
2019-01-14 | xen/pt: allow passthrough of devices with bogus interrupt pin | Zhao Yan |
2019-01-14 | hw/xen/xen_pt_graphics: Don't trust the BIOS ROM contents so much | Peter Maydell |
2019-01-11 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2019-01-11 | avoid TABs in files that only contain a few | Paolo Bonzini |
2019-01-11 | qemu/queue.h: leave head structs anonymous unless necessary | Paolo Bonzini |
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-12-13 | xen_backend: remove xen_sysdev_init() function | Mao Zhongyi |
2018-10-26 | xen: Use the PCI_DEVICE macro | Philippe Mathieu-Daudé |
2018-10-19 | xen/pt: Fix incomplete conversion to realize() | Markus Armbruster |
2018-06-22 | xen: Don't use memory_region_init_ram_nomigrate() in pci_assign_dev_load_opti... | Peter Maydell |
2018-06-01 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2018-06-01 | hw: Do not include "sysemu/block-backend.h" if it is not necessary | Philippe Mathieu-Daudé |