Age | Commit message (Expand) | Author |
2023-05-30 | aio: remove aio_disable_external() API | Stefan Hajnoczi |
2023-05-30 | hw/xen: do not set is_external=true on evtchn fds | Stefan Hajnoczi |
2023-05-30 | xen-block: implement BlockDevOps->drained_begin() | Stefan Hajnoczi |
2023-04-21 | pci: avoid accessing slot_reserved_mask directly outside of pci.c | Chuck Zmudzinski |
2023-03-07 | hw/xen: Avoid crash when backend watch fires too early | Paul Durrant |
2023-03-07 | hw/xen: Build PV backend drivers for CONFIG_XEN_BUS | David Woodhouse |
2023-03-07 | hw/xen: Rename xen_common.h to xen_native.h | David Woodhouse |
2023-03-07 | hw/xen: Add xenstore operations to allow redirection to internal emulation | Paul Durrant |
2023-03-07 | hw/xen: Add foreignmem operations to allow redirection to internal emulation | David Woodhouse |
2023-03-07 | hw/xen: Pass grant ref to gnttab unmap operation | David Woodhouse |
2023-03-07 | hw/xen: Add gnttab operations to allow redirection to internal emulation | David Woodhouse |
2023-03-07 | hw/xen: Add evtchn operations to allow redirection to internal emulation | David Woodhouse |
2023-03-06 | hw/xen/xen_pt: fix uninitialized variable | Marek Marczykowski-Górecki |
2023-03-06 | xen/pt: reserve PCI slot 2 for Intel igd-passthru | Chuck Zmudzinski |
2023-03-01 | hw/xen: Subsume xen_be_register_common() into xen_be_init() | David Woodhouse |
2023-03-01 | xen: add CONFIG_XEN_BUS and CONFIG_XEN_EMU options for Xen emulation | David Woodhouse |
2023-01-18 | bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plx | Philippe Mathieu-Daudé |
2023-01-11 | hw/xen: use G_GNUC_PRINTF/SCANF for various functions | Daniel P. Berrangé |
2023-01-08 | include/hw/pci: Break inclusion loop pci_bridge.h and cxl.h | Markus Armbruster |
2022-11-05 | xen/pt: fix syntax error that causes FTBFS in some configurations | Chuck Zmudzinski |
2022-09-27 | hw/xen: set pci Atomic Ops requests for passthrough device | Ruili Ji |
2022-07-05 | xen/pass-through: don't create needless register group | Chuck Zmudzinski |
2022-07-05 | xen/pass-through: merge emulated bits correctly | Chuck Zmudzinski |
2022-05-12 | hw/xen/xen_pt: Resolve igd_passthrough_isa_bridge_create() indirection | Bernhard Beschow |
2022-05-12 | hw/xen/xen_pt: Confine igd-passthrough-isa-bridge to XEN | Bernhard Beschow |
2022-04-28 | meson: remove CONFIG_XEN_PCI_PASSTHROUGH from config-target.h | Paolo Bonzini |
2022-04-20 | util/log: Remove qemu_log_flush | Richard Henderson |
2022-04-20 | hw/xen: Split out xen_pv_output_msg | Richard Henderson |
2022-03-22 | Replace GCC_FMT_ATTR with G_GNUC_PRINTF | Marc-André Lureau |
2022-01-12 | aio-posix: split poll check from ready handler | Stefan Hajnoczi |
2021-11-01 | pci: Export pci_for_each_device_under_bus*() | Peter Xu |
2021-10-15 | softmmu/qdev-monitor: add error handling in qdev_set_id | Damien Hedde |
2021-09-30 | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210930'... | Peter Maydell |
2021-09-30 | memory: Name all the memory listeners | Peter Xu |
2021-09-30 | qbus: Rename qbus_create() to qbus_new() | Peter Maydell |
2021-06-02 | docs: fix references to docs/devel/tracing.rst | Stefano Garzarella |
2021-05-02 | Do not include exec/address-spaces.h if it's not really necessary | Thomas Huth |
2021-05-02 | hw: Do not include qemu/log.h if it is not necessary | Thomas Huth |
2021-05-02 | hw: Do not include hw/sysbus.h if it is not necessary | Thomas Huth |
2021-02-05 | pci: add romsize property | Paolo Bonzini |
2020-12-18 | qdev: Move softmmu properties to qdev-properties-system.h | Eduardo Habkost |
2020-12-13 | hw/xen: Don't use '#' flag of printf format | Xinhao Zhang |
2020-11-15 | nomaintainer: Fix Lesser GPL version number | Chetan Pant |
2020-10-19 | xen-bus: reduce scope of backend watch | Paul Durrant |
2020-09-18 | Use OBJECT_DECLARE_SIMPLE_TYPE when possible | Eduardo Habkost |
2020-09-09 | Use DECLARE_*CHECKER* macros | Eduardo Habkost |
2020-09-09 | Move QOM typedefs and add missing includes | Eduardo Habkost |
2020-08-21 | meson: convert hw/xen | Marc-André Lureau |
2020-08-21 | trace: switch position of headers to what Meson requires | Paolo Bonzini |
2020-07-13 | osdep.h: Always include <sys/signal.h> if it exists | David CARLIER |