aboutsummaryrefslogtreecommitdiff
path: root/hw/xen
AgeCommit message (Expand)Author
2024-07-12xen: mapcache: Fix unmapping of first entries in bucketsEdgar E. Iglesias
2024-07-03hw/pci: Replace -1 with UINT32_MAX for romsizeAkihiko Odaki
2024-07-01xen-hvm: Avoid livelock while handling buffered ioreqsRoss Lagerwall
2024-07-01xen: fix stubdom PCI addrMarek Marczykowski-Górecki
2024-06-09xen: mapcache: Add support for grant mappingsEdgar E. Iglesias
2024-06-09xen: mapcache: Pass the ram_addr offset to xen_map_cache()Edgar E. Iglesias
2024-06-09xen: mapcache: Unmap first entries in bucketsEdgar E. Iglesias
2024-06-09xen: mapcache: Make MCACHE_BUCKET_SHIFT runtime configurableEdgar E. Iglesias
2024-06-04hw/xen: Constify xenstore_be::XenDevOpsPhilippe Mathieu-Daudé
2024-06-04hw/xen: Constify XenLegacyDevice::XenDevOpsPhilippe Mathieu-Daudé
2024-06-04xen: Add xen_mr_is_memory()Edgar E. Iglesias
2024-05-10xen: register legacy backends via xen_backend_initPaolo Bonzini
2024-05-10xen: initialize legacy backends from xen_bus_init()Paolo Bonzini
2024-05-06system: Pass RAM MemoryRegion and is_write in xen_map_cache()Edgar E. Iglesias
2024-05-06xen: mapcache: Break out xen_map_cache_init_single()Edgar E. Iglesias
2024-05-06xen: mapcache: Break out xen_invalidate_map_cache_single()Edgar E. Iglesias
2024-05-06xen: mapcache: Refactor xen_invalidate_map_cache_entry_unlockedEdgar E. Iglesias
2024-05-06xen: mapcache: Refactor xen_replace_cache_entry_unlockedEdgar E. Iglesias
2024-05-06xen: mapcache: Break out xen_ram_addr_from_mapcache_singleEdgar E. Iglesias
2024-05-06xen: mapcache: Refactor xen_remap_bucket for multi-instanceEdgar E. Iglesias
2024-05-06xen: mapcache: Refactor xen_map_cache for multi-instanceEdgar E. Iglesias
2024-05-06xen: mapcache: Refactor lock functions for multi-instanceEdgar E. Iglesias
2024-05-06xen: let xen_ram_addr_from_mapcache() return -1 in case of not found entryJuergen Gross
2024-03-12Merge tag 'pull-xen-20240312' of https://xenbits.xen.org/git-http/people/aper...Peter Maydell
2024-03-12xen: Drop out of coroutine context xen_invalidate_map_cache_entryPeng Fan
2024-03-12xen/pt: Emulate multifunction bit in header typeRoss Lagerwall
2024-03-12bulk: Access existing variables initialized to &S->F when availablePhilippe Mathieu-Daudé
2024-03-09hw/xen: Extract 'xen_igd.h' from 'xen_pt.h'Philippe Mathieu-Daudé
2024-03-09hw/xen/xen_pt: Add missing licensePhilippe Mathieu-Daudé
2024-03-09hw/xen: Use target-agnostic qemu_target_page_bits()Philippe Mathieu-Daudé
2024-03-09hw/xen: Rename 'ram_memory' global variable as 'xen_memory'Philippe Mathieu-Daudé
2024-02-02Merge tag 'pull-target-arm-20240202' of https://git.linaro.org/people/pmaydel...Peter Maydell
2024-02-02hw/xen: use qemu_create_nic_bus_devices() to instantiate Xen NICsDavid Woodhouse
2024-02-02hw/xen: convert stderr prints to error/warn reportsManos Pitsidianakis
2024-02-02hw/xen/xen-hvm-common.c: convert DPRINTF to tracepointsManos Pitsidianakis
2024-02-02hw/xen/xen-mapcache.c: convert DPRINTF to tracepointsManos Pitsidianakis
2024-01-04cpus: check running not RUN_STATE_RUNNINGSteve Sistare
2023-11-07hw/i386/pc: support '-nic' for xen-net-deviceDavid Woodhouse
2023-11-07hw/xen: add support for Xen primary console in emulated modeDavid Woodhouse
2023-11-07hw/xen: update Xen console to XenDevice modelDavid Woodhouse
2023-11-07hw/xen: do not repeatedly try to create a failing backend deviceDavid Woodhouse
2023-11-07hw/xen: add get_frontend_path() method to XenDeviceClassDavid Woodhouse
2023-11-07hw/xen: automatically assign device index to block devicesDavid Woodhouse
2023-10-18hw/xen: cleanup sourcesetsPaolo Bonzini
2023-09-08xen: spelling fixMichael Tokarev
2023-08-31bulk: Do not declare function prototypes using 'extern' keywordPhilippe Mathieu-Daudé
2023-08-01xen: Don't pass MemoryListener around by valuePeter Maydell
2023-06-28exec/memory: Add symbolic value for memory listener priority for accelIsaku Yamahata
2023-06-20meson: Replace softmmu_ss -> system_ssPhilippe Mathieu-Daudé
2023-06-15hw/xen/xen-hvm-common: Use g_new and error_reportVikram Garhwal