Age | Commit message (Expand) | Author | Files | Lines |
6 days | hw/xen: Downgrade a xen_bus_realize() non-error to warning | Markus Armbruster | 1 | -4/+3 |
6 days | hw/xen: Fix xen_bus_realize() error handling | Markus Armbruster | 1 | -0/+1 |
2025-03-10 | xen: No need to flush the mapcache for grants | Stefano Stabellini | 1 | -1/+0 |
2025-03-10 | xen/passthrough: use gsi to map pirq when dom0 is PVH | Jiqian Chen | 1 | -0/+60 |
2025-03-04 | hw/xen/xen-hvm: Reduce included headers | Philippe Mathieu-Daudé | 1 | -0/+7 |
2025-03-04 | hw/xen/xen-pvh: Reduce included headers | Philippe Mathieu-Daudé | 1 | -3/+2 |
2025-02-16 | hw/boards: Do not create unusable default if=sd drives | Philippe Mathieu-Daudé | 1 | -1/+0 |
2025-02-16 | hw/boards: Rename no_sdcard -> auto_create_sdcard | Philippe Mathieu-Daudé | 1 | -1/+1 |
2025-02-16 | hw/boards: Explicit no_sdcard=false as ON_OFF_AUTO_OFF | Philippe Mathieu-Daudé | 1 | -0/+1 |
2025-02-16 | hw/xen: Have legacy Xen backend inherit from DYNAMIC_SYS_BUS_DEVICE | Philippe Mathieu-Daudé | 1 | -5/+2 |
2025-02-16 | hw/xen: Prefer QOM cast for XenLegacyDevice | Bernhard Beschow | 2 | -2/+2 |
2025-02-10 | qapi: Move include/qapi/qmp/ to include/qobject/ | Daniel P. Berrangé | 1 | -1/+1 |
2025-01-15 | hw/xen: Use xs_node_read() from xenstore_read_str() instead of open-coding it | David Woodhouse | 1 | -4/+2 |
2025-01-15 | hw/xen: Use xs_node_read() from xs_node_vscanf() | David Woodhouse | 2 | -10/+6 |
2025-01-15 | xen: do not use '%ms' scanf specifier | Roger Pau Monne | 1 | -2/+12 |
2025-01-15 | hw/xen: Add xs_node_read() helper function | David Woodhouse | 2 | -0/+23 |
2024-12-30 | hw/pci-host/gpex: Allow more than 4 legacy IRQs | Alexander Graf | 1 | -1/+1 |
2024-12-21 | Merge tag 'exec-20241220' of https://github.com/philmd/qemu into staging | Stefan Hajnoczi | 4 | -8/+8 |
2024-12-20 | include: Rename sysemu/ -> system/ | Philippe Mathieu-Daudé | 4 | -8/+8 |
2024-12-19 | include/hw/qdev-properties: Remove DEFINE_PROP_END_OF_LIST | Richard Henderson | 2 | -2/+0 |
2024-12-19 | hw/xen: Remove empty Property lists | Richard Henderson | 1 | -17/+0 |
2024-12-15 | hw/xen: Constify all Property | Richard Henderson | 2 | -2/+2 |
2024-10-21 | hw/xen: Avoid use of uninitialized bufioreq_evtchn | Edgar E. Iglesias | 1 | -3/+4 |
2024-10-03 | hw/xen: xenpvh: Add pci-intx-irq-base property | Edgar E. Iglesias | 1 | -0/+36 |
2024-10-03 | hw/xen: xenpvh: Disable buffered IOREQs for ARM | Edgar E. Iglesias | 1 | -1/+1 |
2024-10-03 | hw/xen: Expose handle_bufioreq in xen_register_ioreq | Edgar E. Iglesias | 2 | -39/+65 |
2024-10-03 | hw/xen: Remove deadcode | Dr. David Alan Gilbert | 2 | -26/+0 |
2024-09-04 | hw/xen: pvh-common: Add support for creating PCIe/GPEX | Edgar E. Iglesias | 1 | -0/+76 |
2024-09-04 | hw/arm: xenpvh: Reverse virtio-mmio creation order | Edgar E. Iglesias | 1 | -1/+12 |
2024-09-04 | hw/arm: xenpvh: Break out a common PVH machine | Edgar E. Iglesias | 3 | -0/+280 |
2024-07-12 | xen: mapcache: Fix unmapping of first entries in buckets | Edgar E. Iglesias | 1 | -1/+11 |
2024-07-03 | hw/pci: Replace -1 with UINT32_MAX for romsize | Akihiko Odaki | 1 | -1/+1 |
2024-07-01 | xen-hvm: Avoid livelock while handling buffered ioreqs | Ross Lagerwall | 1 | -9/+17 |
2024-07-01 | xen: fix stubdom PCI addr | Marek Marczykowski-Górecki | 2 | -1/+81 |
2024-06-09 | xen: mapcache: Add support for grant mappings | Edgar E. Iglesias | 2 | -37/+140 |
2024-06-09 | xen: mapcache: Pass the ram_addr offset to xen_map_cache() | Edgar E. Iglesias | 1 | -5/+11 |
2024-06-09 | xen: mapcache: Unmap first entries in buckets | Edgar E. Iglesias | 1 | -3/+8 |
2024-06-09 | xen: mapcache: Make MCACHE_BUCKET_SHIFT runtime configurable | Edgar E. Iglesias | 1 | -21/+33 |
2024-06-04 | hw/xen: Constify xenstore_be::XenDevOps | Philippe Mathieu-Daudé | 1 | -3/+3 |
2024-06-04 | hw/xen: Constify XenLegacyDevice::XenDevOps | Philippe Mathieu-Daudé | 1 | -1/+1 |
2024-06-04 | xen: Add xen_mr_is_memory() | Edgar E. Iglesias | 1 | -2/+8 |
2024-05-10 | xen: register legacy backends via xen_backend_init | Paolo Bonzini | 1 | -16/+0 |
2024-05-10 | xen: initialize legacy backends from xen_bus_init() | Paolo Bonzini | 2 | -2/+4 |
2024-05-06 | system: Pass RAM MemoryRegion and is_write in xen_map_cache() | Edgar E. Iglesias | 1 | -4/+6 |
2024-05-06 | xen: mapcache: Break out xen_map_cache_init_single() | Edgar E. Iglesias | 1 | -21/+32 |
2024-05-06 | xen: mapcache: Break out xen_invalidate_map_cache_single() | Edgar E. Iglesias | 1 | -10/+15 |
2024-05-06 | xen: mapcache: Refactor xen_invalidate_map_cache_entry_unlocked | Edgar E. Iglesias | 1 | -10/+11 |
2024-05-06 | xen: mapcache: Refactor xen_replace_cache_entry_unlocked | Edgar E. Iglesias | 1 | -4/+6 |
2024-05-06 | xen: mapcache: Break out xen_ram_addr_from_mapcache_single | Edgar E. Iglesias | 1 | -6/+11 |
2024-05-06 | xen: mapcache: Refactor xen_remap_bucket for multi-instance | Edgar E. Iglesias | 1 | -4/+5 |