aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-03-12libvhost-user: Use most of mmap_offset as fd_offsetDavid Hildenbrand
2024-03-12libvhost-user: Speedup gpa_to_mem_region() and vu_gpa_to_va()David Hildenbrand
2024-03-12libvhost-user: Factor out search for memory region by GPA and simplifyDavid Hildenbrand
2024-03-12libvhost-user: Don't search for duplicates when removing memory regionsDavid Hildenbrand
2024-03-12libvhost-user: Don't zero out memory for memory regionsDavid Hildenbrand
2024-03-12libvhost-user: No need to check for NULL when unmappingDavid Hildenbrand
2024-03-12libvhost-user: Factor out adding a memory regionDavid Hildenbrand
2024-03-12libvhost-user: Merge vu_set_mem_table_exec_postcopy() into vu_set_mem_table_e...David Hildenbrand
2024-03-12libvhost-user: Factor out removing all mem regionsDavid Hildenbrand
2024-03-12libvhost-user: Bump up VHOST_USER_MAX_RAM_SLOTS to 509David Hildenbrand
2024-03-12libvhost-user: Dynamically allocate memory for memory slotsDavid Hildenbrand
2024-03-12vdpa: fix network breakage after cancelling migrationSi-Wei Liu
2024-03-12vdpa: indicate transitional state for SVQ switchingSi-Wei Liu
2024-03-12vdpa: define SVQ transitioning state for mode switchingSi-Wei Liu
2024-03-12vdpa: add trace event for vhost_vdpa_net_load_mqSi-Wei Liu
2024-03-12vdpa: add trace events for vhost_vdpa_net_load_cmdSi-Wei Liu
2024-03-12vdpa: add vhost_vdpa_set_dev_vring_base trace for svq modeSi-Wei Liu
2024-03-12vdpa: add vhost_vdpa_get_vring_base trace for svq modeSi-Wei Liu
2024-03-12vdpa: add vhost_vdpa_set_address_space_id traceSi-Wei Liu
2024-03-12vdpa: factor out vhost_vdpa_net_get_nc_vdpaSi-Wei Liu
2024-03-12vdpa: factor out vhost_vdpa_last_devSi-Wei Liu
2024-03-12vdpa: add back vhost_vdpa_net_first_nc_vdpaSi-Wei Liu
2024-03-12physmem: Fix migration dirty bitmap coherency with TCG memory accessNicholas Piggin
2024-03-12physmem: Factor cpu_physical_memory_dirty_bits_cleared() outNicholas Piggin
2024-03-12physmem: Expose tlb_reset_dirty_range_all()Philippe Mathieu-Daudé
2024-03-12Merge tag 'pull-tcg-20240312' of https://gitlab.com/rth7680/qemu into stagingPeter Maydell
2024-03-12Merge tag 'nvme-next-pull-request' of https://gitlab.com/birkelund/qemu into ...Peter Maydell
2024-03-12Merge tag 'pull-xen-20240312' of https://xenbits.xen.org/git-http/people/aper...Peter Maydell
2024-03-12migration: Fix error handling after dup in file migrationFabiano Rosas
2024-03-12io: Introduce qio_channel_file_new_dupfdFabiano Rosas
2024-03-12meson: generate .stp files for tools tooDaniel P. Berrangé
2024-03-12tracetool: remove redundant --target-type / --target-name argsDaniel P. Berrangé
2024-03-12Merge tag 'ui-pull-request' of https://gitlab.com/marcandre.lureau/qemu into ...Peter Maydell
2024-03-12Merge tag 'pull-error-2024-03-12' of https://repo.or.cz/qemu/armbru into stagingPeter Maydell
2024-03-12Merge tag 'pull-request-2024-03-12' of https://gitlab.com/thuth/qemu into sta...Peter Maydell
2024-03-13spapr: nested: Introduce cap-nested-papr for Nested PAPR APIHarsh Prateek Bora
2024-03-13spapr: nested: Introduce H_GUEST_RUN_VCPU hcall.Harsh Prateek Bora
2024-03-13spapr: nested: Use correct source for parttbl info for nested PAPR API.Harsh Prateek Bora
2024-03-13spapr: nested: Introduce H_GUEST_[GET|SET]_STATE hcalls.Harsh Prateek Bora
2024-03-13spapr: nested: Initialize the GSB elements lookup table.Harsh Prateek Bora
2024-03-13spapr: nested: Extend nested_ppc_state for nested PAPR APIHarsh Prateek Bora
2024-03-13spapr: nested: Introduce H_GUEST_CREATE_VCPU hcall.Harsh Prateek Bora
2024-03-13spapr: nested: Introduce H_GUEST_[CREATE|DELETE] hcalls.Harsh Prateek Bora
2024-03-13spapr: nested: Introduce H_GUEST_[GET|SET]_CAPABILITIES hcalls.Harsh Prateek Bora
2024-03-13spapr: nested: Document Nested PAPR APIHarsh Prateek Bora
2024-03-13spapr: nested: keep nested-hv related code restricted to its API.Harsh Prateek Bora
2024-03-13spapr: nested: Introduce SpaprMachineStateNested to store related info.Harsh Prateek Bora
2024-03-13spapr: nested: move nested part of spapr_get_pate into spapr_nested.cHarsh Prateek Bora
2024-03-13spapr: nested: register nested-hv api hcalls only for cap-nested-hvHarsh Prateek Bora
2024-03-13target/ppc: Remove interrupt handler wrapper functionsBALATON Zoltan