summary refs log tree commit diff stats
path: root/hw/xen/xen-hvm-common.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/xen/hvm: Inline cpu_physical_memory_rw() in rw_phys_req_item()Philippe Mathieu-Daudé2025-10-071-3/+5
* hw/xen/xen-hvm-common.c: fix "the the" typo in commentMichael Tokarev2025-05-091-1/+1
* hw/xen/xen-hvm: Reduce included headersPhilippe Mathieu-Daudé2025-03-041-0/+7
* hw/xen: Avoid use of uninitialized bufioreq_evtchnEdgar E. Iglesias2024-10-211-3/+4
* hw/xen: Expose handle_bufioreq in xen_register_ioreqEdgar E. Iglesias2024-10-031-38/+62
* xen-hvm: Avoid livelock while handling buffered ioreqsRoss Lagerwall2024-07-011-9/+17
* xen: mapcache: Add support for grant mappingsEdgar E. Iglesias2024-06-091-3/+9
* xen: Add xen_mr_is_memory()Edgar E. Iglesias2024-06-041-2/+8
* xen: initialize legacy backends from xen_bus_init()Paolo Bonzini2024-05-101-2/+0
* hw/xen: Use target-agnostic qemu_target_page_bits()Philippe Mathieu-Daudé2024-03-091-2/+4
* hw/xen: Rename 'ram_memory' global variable as 'xen_memory'Philippe Mathieu-Daudé2024-03-091-3/+3
* hw/xen: convert stderr prints to error/warn reportsManos Pitsidianakis2024-02-021-6/+6
* hw/xen/xen-hvm-common.c: convert DPRINTF to tracepointsManos Pitsidianakis2024-02-021-17/+18
* cpus: check running not RUN_STATE_RUNNINGSteve Sistare2024-01-041-1/+1
* xen: Don't pass MemoryListener around by valuePeter Maydell2023-08-011-4/+4
* exec/memory: Add symbolic value for memory listener priority for accelIsaku Yamahata2023-06-281-1/+1
* hw/xen/xen-hvm-common: Use g_new and error_reportVikram Garhwal2023-06-151-6/+6
* hw/xen/xen-hvm-common: skip ioreq creation on ioreq registration failureStefano Stabellini2023-06-151-19/+38
* xen-hvm: reorganize xen-hvm and move common function to xen-hvm-commonStefano Stabellini2023-06-151-0/+860