aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-03-12qom: new object to associate device to NUMA nodeAnkit Agrawal4-0/+111
2024-03-12hw/i386/pc: Inline pc_cmos_init() into pc_cmos_init_late() and remove itBernhard Beschow4-16/+0
2024-03-12hw/i386/pc: Set "normal" boot device order in pc_basic_device_init()Bernhard Beschow1-2/+2
2024-03-12hw/i386/pc: Avoid one use of the current_machine globalBernhard Beschow1-3/+4
2024-03-12hw/i386/pc: Remove "rtc_state" link againBernhard Beschow1-8/+0
2024-03-12Revert "hw/i386/pc: Confine system flash handling to pc_sysfw"Bernhard Beschow4-4/+6
2024-03-12Revert "hw/i386/pc_sysfw: Inline pc_system_flash_create() and remove it"Bernhard Beschow1-2/+13
2024-03-12pc: q35: Bump max_cpus to 4096 vcpusAni Sinha1-1/+2
2024-03-12hw/pci: Always call pcie_sriov_pf_reset()Akihiko Odaki3-6/+1
2024-03-12pcie_sriov: Do not reset NumVFs after disabling VFsAkihiko Odaki1-1/+2
2024-03-12pcie_sriov: Reset SR-IOV extended capabilityAkihiko Odaki4-12/+22
2024-03-12pcie_sriov: Validate NumVFsAkihiko Odaki1-0/+3
2024-03-12hw/nvme: Use pcie_sriov_num_vfs()Akihiko Odaki1-18/+8
2024-03-12Implement SMBIOS type 9 v2.6Felix Wu3-4/+51
2024-03-12Implement base of SMBIOS type 9 descriptor.Felix Wu3-0/+115
2024-03-12hw/intc: Check @errp to handle the error of IOAPICCommonClass.realize()Zhao Liu1-0/+4
2024-03-12hw/vfio/iommufd: Fix missing ERRP_GUARD() in iommufd_cdev_getfd()Zhao Liu1-0/+1
2024-03-12hw/pci-bridge/cxl_upstream: Fix missing ERRP_GUARD() in cxl_usp_realize()Zhao Liu1-0/+1
2024-03-12hw/misc/xlnx-versal-trng: Check returned bool in trng_prop_fault_event_set()Zhao Liu1-2/+1
2024-03-12hw/mem/cxl_type3: Fix missing ERRP_GUARD() in ct3_realize()Zhao Liu1-0/+1
2024-03-12hw/display/macfb: Fix missing ERRP_GUARD() in macfb_nubus_realize()Zhao Liu1-0/+1
2024-03-12hw/cxl/cxl-host: Fix missing ERRP_GUARD() in cxl_fixed_memory_window_config()Zhao Liu1-0/+1
2024-03-12hw/virtio: Add support for VDPA network simulation devicesHao Chen9-3/+399
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