summary refs log tree commit diff stats
path: root/docs/sphinx/qapidoc.py (unfollow)
Commit message (Expand)AuthorFilesLines
2024-03-12hw/virtio: check owner for removing objectsAlbert Esteve2-3/+22
2024-03-12hw/audio/virtio-sound: return correct command response sizeVolker Rümelin2-2/+6
2024-03-12hw/pci-bridge/pxb-cxl: Drop RAS capability from host bridge.Jonathan Cameron3-5/+19
2024-03-12vdpa: trace skipped memory sectionsEugenio Pérez2-0/+4
2024-03-12vdpa: stash memory region properties in varsEugenio Pérez1-6/+8
2024-03-12pcie: Support PCIe Gen5/Gen6 link speedsLukas Stockner4-3/+29
2024-03-12libvhost-user: Mark mmap'ed region memory as MADV_DONTDUMPDavid Hildenbrand1-0/+6
2024-03-12libvhost-user: Dynamically remap rings after (temporarily?) removing memory r...David Hildenbrand1-29/+78
2024-03-12libvhost-user: Factor out vq usability checkDavid Hildenbrand1-12/+12
2024-03-12libvhost-user: Use most of mmap_offset as fd_offsetDavid Hildenbrand1-6/+48
2024-03-12libvhost-user: Speedup gpa_to_mem_region() and vu_gpa_to_va()David Hildenbrand1-4/+45
2024-03-12libvhost-user: Factor out search for memory region by GPA and simplifyDavid Hildenbrand1-34/+45
2024-03-12libvhost-user: Don't search for duplicates when removing memory regionsDavid Hildenbrand1-2/+1
2024-03-12libvhost-user: Don't zero out memory for memory regionsDavid Hildenbrand1-6/+1
2024-03-12libvhost-user: No need to check for NULL when unmappingDavid Hildenbrand1-8/+2
2024-03-12libvhost-user: Factor out adding a memory regionDavid Hildenbrand1-108/+60
2024-03-12libvhost-user: Merge vu_set_mem_table_exec_postcopy() into vu_set_mem_table_e...David Hildenbrand1-80/+39
2024-03-12libvhost-user: Factor out removing all mem regionsDavid Hildenbrand1-16/+18
2024-03-12libvhost-user: Bump up VHOST_USER_MAX_RAM_SLOTS to 509David Hildenbrand1-3/+5
2024-03-12libvhost-user: Dynamically allocate memory for memory slotsDavid Hildenbrand2-1/+12
2024-03-12vdpa: fix network breakage after cancelling migrationSi-Wei Liu1-1/+9
2024-03-12vdpa: indicate transitional state for SVQ switchingSi-Wei Liu1-0/+3
2024-03-12vdpa: define SVQ transitioning state for mode switchingSi-Wei Liu1-0/+9
2024-03-12vdpa: add trace event for vhost_vdpa_net_load_mqSi-Wei Liu2-0/+3
2024-03-12vdpa: add trace events for vhost_vdpa_net_load_cmdSi-Wei Liu2-0/+4
2024-03-12vdpa: add vhost_vdpa_set_dev_vring_base trace for svq modeSi-Wei Liu2-2/+5
2024-03-12vdpa: add vhost_vdpa_get_vring_base trace for svq modeSi-Wei Liu2-2/+3
2024-03-12vdpa: add vhost_vdpa_set_address_space_id traceSi-Wei Liu2-0/+6
2024-03-12vdpa: factor out vhost_vdpa_net_get_nc_vdpaSi-Wei Liu1-4/+9
2024-03-12vdpa: factor out vhost_vdpa_last_devSi-Wei Liu1-2/+7
2024-03-12vdpa: add back vhost_vdpa_net_first_nc_vdpaSi-Wei Liu1-2/+13
2024-03-09hw/m68k/mcf5208: add support for resetAngelo Dureghello1-2/+42
2024-03-09tests/unit/test-smp-parse: Test "parameter=0" SMP configurationsZhao Liu1-0/+92
2024-03-09tests/unit/test-smp-parse: Test smp_props.has_clustersZhao Liu1-6/+14
2024-03-09tests/unit/test-smp-parse: Test the full 7-levels topology hierarchyZhao Liu1-0/+143
2024-03-09tests/unit/test-smp-parse: Test "drawers" and "books" combination caseZhao Liu1-0/+103
2024-03-09tests/unit/test-smp-parse: Test "drawers" parameter in -smpZhao Liu1-0/+89
2024-03-09tests/unit/test-smp-parse: Test "books" parameter in -smpZhao Liu1-0/+105
2024-03-09tests/unit/test-smp-parse: Make test cases aware of the book/drawerZhao Liu1-3/+22
2024-03-09tests/unit/test-smp-parse: Bump max_cpus to 4096Zhao Liu1-7/+7
2024-03-09tests/unit/test-smp-parse: Use CPU number macros in invalid topology caseZhao Liu1-8/+14
2024-03-09tests/unit/test-smp-parse: Drop the unsupported "dies=1" caseZhao Liu1-5/+0
2024-03-09hw/core/machine-smp: Calculate total CPUs once in machine_parse_smp_config()Zhao Liu1-4/+4
2024-03-09hw/core/machine-smp: Deprecate unsupported "parameter=1" SMP configurationsZhao Liu2-16/+61
2024-03-09hw/core/machine-smp: Remove deprecated "parameter=0" SMP configurationsZhao Liu3-18/+18
2024-03-09docs/interop/firmware.json: Fix doc for FirmwareFlashModeThomas Weißschuh1-1/+1
2024-03-09docs/interop/firmware.json: Align examplesThomas Weißschuh1-192/+192
2024-03-09hw/intc/grlib_irqmp: abort realize when ncpus value is out of rangeClément Chigot1-0/+1
2024-03-09mac_newworld: change timebase frequency from 100MHz to 25MHz for mac99 machineMark Cave-Ayland1-1/+1
2024-03-09hmp: Add option to info qtree to omit detailsBALATON Zoltan2-15/+18