Age | Commit message (Expand) | Author |
2024-07-12 | xen: mapcache: Fix unmapping of first entries in buckets | Edgar E. Iglesias |
2024-07-03 | hw/pci: Replace -1 with UINT32_MAX for romsize | Akihiko Odaki |
2024-07-01 | xen-hvm: Avoid livelock while handling buffered ioreqs | Ross Lagerwall |
2024-07-01 | xen: fix stubdom PCI addr | Marek Marczykowski-Górecki |
2024-06-09 | xen: mapcache: Add support for grant mappings | Edgar E. Iglesias |
2024-06-09 | xen: mapcache: Pass the ram_addr offset to xen_map_cache() | Edgar E. Iglesias |
2024-06-09 | xen: mapcache: Unmap first entries in buckets | Edgar E. Iglesias |
2024-06-09 | xen: mapcache: Make MCACHE_BUCKET_SHIFT runtime configurable | Edgar E. Iglesias |
2024-06-04 | hw/xen: Constify xenstore_be::XenDevOps | Philippe Mathieu-Daudé |
2024-06-04 | hw/xen: Constify XenLegacyDevice::XenDevOps | Philippe Mathieu-Daudé |
2024-06-04 | xen: Add xen_mr_is_memory() | Edgar E. Iglesias |
2024-05-10 | xen: register legacy backends via xen_backend_init | Paolo Bonzini |
2024-05-10 | xen: initialize legacy backends from xen_bus_init() | Paolo Bonzini |
2024-05-06 | system: Pass RAM MemoryRegion and is_write in xen_map_cache() | Edgar E. Iglesias |
2024-05-06 | xen: mapcache: Break out xen_map_cache_init_single() | Edgar E. Iglesias |
2024-05-06 | xen: mapcache: Break out xen_invalidate_map_cache_single() | Edgar E. Iglesias |
2024-05-06 | xen: mapcache: Refactor xen_invalidate_map_cache_entry_unlocked | Edgar E. Iglesias |
2024-05-06 | xen: mapcache: Refactor xen_replace_cache_entry_unlocked | Edgar E. Iglesias |
2024-05-06 | xen: mapcache: Break out xen_ram_addr_from_mapcache_single | Edgar E. Iglesias |
2024-05-06 | xen: mapcache: Refactor xen_remap_bucket for multi-instance | Edgar E. Iglesias |
2024-05-06 | xen: mapcache: Refactor xen_map_cache for multi-instance | Edgar E. Iglesias |
2024-05-06 | xen: mapcache: Refactor lock functions for multi-instance | Edgar E. Iglesias |
2024-05-06 | xen: let xen_ram_addr_from_mapcache() return -1 in case of not found entry | Juergen Gross |
2024-03-12 | Merge tag 'pull-xen-20240312' of https://xenbits.xen.org/git-http/people/aper... | Peter Maydell |
2024-03-12 | xen: Drop out of coroutine context xen_invalidate_map_cache_entry | Peng Fan |
2024-03-12 | xen/pt: Emulate multifunction bit in header type | Ross Lagerwall |
2024-03-12 | bulk: Access existing variables initialized to &S->F when available | Philippe Mathieu-Daudé |
2024-03-09 | hw/xen: Extract 'xen_igd.h' from 'xen_pt.h' | Philippe Mathieu-Daudé |
2024-03-09 | hw/xen/xen_pt: Add missing license | Philippe Mathieu-Daudé |
2024-03-09 | hw/xen: Use target-agnostic qemu_target_page_bits() | Philippe Mathieu-Daudé |
2024-03-09 | hw/xen: Rename 'ram_memory' global variable as 'xen_memory' | Philippe Mathieu-Daudé |
2024-02-02 | Merge tag 'pull-target-arm-20240202' of https://git.linaro.org/people/pmaydel... | Peter Maydell |
2024-02-02 | hw/xen: use qemu_create_nic_bus_devices() to instantiate Xen NICs | David Woodhouse |
2024-02-02 | hw/xen: convert stderr prints to error/warn reports | Manos Pitsidianakis |
2024-02-02 | hw/xen/xen-hvm-common.c: convert DPRINTF to tracepoints | Manos Pitsidianakis |
2024-02-02 | hw/xen/xen-mapcache.c: convert DPRINTF to tracepoints | Manos Pitsidianakis |
2024-01-04 | cpus: check running not RUN_STATE_RUNNING | Steve Sistare |
2023-11-07 | hw/i386/pc: support '-nic' for xen-net-device | David Woodhouse |
2023-11-07 | hw/xen: add support for Xen primary console in emulated mode | David Woodhouse |
2023-11-07 | hw/xen: update Xen console to XenDevice model | David Woodhouse |
2023-11-07 | hw/xen: do not repeatedly try to create a failing backend device | David Woodhouse |
2023-11-07 | hw/xen: add get_frontend_path() method to XenDeviceClass | David Woodhouse |
2023-11-07 | hw/xen: automatically assign device index to block devices | David Woodhouse |
2023-10-18 | hw/xen: cleanup sourcesets | Paolo Bonzini |
2023-09-08 | xen: spelling fix | Michael Tokarev |
2023-08-31 | bulk: Do not declare function prototypes using 'extern' keyword | Philippe Mathieu-Daudé |
2023-08-01 | xen: Don't pass MemoryListener around by value | Peter Maydell |
2023-06-28 | exec/memory: Add symbolic value for memory listener priority for accel | Isaku Yamahata |
2023-06-20 | meson: Replace softmmu_ss -> system_ss | Philippe Mathieu-Daudé |
2023-06-15 | hw/xen/xen-hvm-common: Use g_new and error_report | Vikram Garhwal |