aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-11-06hw/core/loader: gunzip(): initialize z_streamVladimir Sementsov-Ogievskiy1-1/+1
2023-11-06block/nvme: nvme_process_completion() fix bound for cidVladimir Sementsov-Ogievskiy1-3/+4
2023-11-06mc146818rtc: rtc_set_time(): initialize tm to zeroesVladimir Sementsov-Ogievskiy1-1/+1
2023-11-06util/filemonitor-inotify: qemu_file_monitor_watch(): assert no overflowVladimir Sementsov-Ogievskiy1-8/+17
2023-11-06hw/i386/intel_iommu: vtd_slpte_nonzero_rsvd(): assert no overflowVladimir Sementsov-Ogievskiy1-3/+20
2023-11-06tests/qtest/bios-tables-test: Update virt SPCR and DBG2 golden referencesPeter Maydell3-2/+0
2023-11-06hw/arm/virt: Report correct register sizes in ACPI DBG2/SPCR tables.Udo Steinberg1-2/+2
2023-11-06tests/qtest/bios-tables-test: Allow changes to virt SPCR and DBG2Peter Maydell1-0/+2
2023-11-06hw/arm/virt: fix PMU IRQ registrationSebastian Ott1-1/+2
2023-11-06Revert "virtio-gpu: block migration of VMs with blob=true"Marc-André Lureau1-14/+0
2023-11-06virtio-gpu: add virtio-gpu/blob vmstate subsectionMarc-André Lureau1-0/+101
2023-11-06MAINTAINERS: Add an entry for Hyper-V Dynamic Memory ProtocolMaciej S. Szmigiero1-0/+8
2023-11-06hw/i386/pc: Support hv-balloonMaciej S. Szmigiero2-0/+23
2023-11-06qapi: Add HV_BALLOON_STATUS_REPORT event and its QMP query commandMaciej S. Szmigiero6-2/+113
2023-11-06qapi: Add query-memory-devices support to hv-balloonMaciej S. Szmigiero3-3/+78
2023-11-06Add Hyper-V Dynamic Memory Protocol driver (hv-balloon) hot-add supportMaciej S. Szmigiero5-6/+878
2023-11-06Add Hyper-V Dynamic Memory Protocol driver (hv-balloon) baseMaciej S. Szmigiero12-1/+1616
2023-11-06Add Hyper-V Dynamic Memory Protocol definitionsMaciej S. Szmigiero1-0/+423
2023-11-06memory-device: Drop size alignment checkDavid Hildenbrand1-6/+0
2023-11-06Revert "hw/virtio/virtio-pmem: Replace impossible check by assertion"Maciej S. Szmigiero1-1/+4
2023-11-06vfio/common: Move vfio_host_win_add/del into spapr.cZhenzhong Duan4-89/+85
2023-11-06vfio/spapr: Make vfio_spapr_create/remove_window staticZhenzhong Duan2-30/+24
2023-11-06vfio/container: Move spapr specific init/deinit into spapr.cZhenzhong Duan3-72/+95
2023-11-06vfio/container: Move vfio_container_add/del_section_window into spapr.cZhenzhong Duan2-90/+90
2023-11-06vfio/container: Move IBM EEH related functions into spapr_pci_vfio.cZhenzhong Duan7-110/+99
2023-11-06virtio-gpu: move scanout restoration to post_loadMarc-André Lureau1-1/+12
2023-11-06virtio-gpu: factor out restore mappingMarc-André Lureau1-27/+33
2023-11-06virtio-gpu: block migration of VMs with blob=trueMarc-André Lureau1-0/+14
2023-11-06ati-vga: Implement fallback for pixman routinesBALATON Zoltan3-22/+62
2023-11-06ati-vga: Add 30 bit palette access registerBALATON Zoltan4-0/+12
2023-11-06ati-vga: Support unaligned access to GPIO DDC registersBALATON Zoltan1-15/+22
2023-11-06ati-vga: Fix aperture sizesBALATON Zoltan3-2/+7
2023-11-06virtio-gpu-rutabaga: Add empty interface to fix arm64 crashCong Liu1-0/+1
2023-11-06hw/xen: use correct default protocol for xen-block on x86David Woodhouse1-3/+7
2023-11-06hw/xen: take iothread mutex in xen_evtchn_reset_op()David Woodhouse1-0/+1
2023-11-06hw/xen: fix XenStore watch delivery to guestDavid Woodhouse1-3/+5
2023-11-06hw/xen: don't clear map_track[] in xen_gnttab_reset()David Woodhouse1-2/+0
2023-11-06hw/xen: select kernel mode for per-vCPU event channel upcall vectorDavid Woodhouse3-0/+14
2023-11-06i386/xen: fix per-vCPU upcall vector for Xen emulationDavid Woodhouse1-4/+4
2023-11-06i386/xen: Don't advertise XENFEAT_supervisor_mode_kernelDavid Woodhouse1-1/+0
2023-11-06Merge tag 'pull-sp-20231105' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi15-1381/+764
2023-11-06Merge tag 'migration-20231103-pull-request' of https://gitlab.com/juan.quinte...Stefan Hajnoczi10-70/+398
2023-11-06Merge tag 'dump-pull-request' of https://gitlab.com/marcandre.lureau/qemu int...Stefan Hajnoczi5-81/+134
2023-11-06Merge tag 'pull-loongarch-20231103' of https://gitlab.com/gaosong/qemu into s...Stefan Hajnoczi9-52/+318
2023-11-05target/sparc: Check for invalid cond in gen_compare_regRichard Henderson1-19/+26
2023-11-05target/sparc: Implement UDIV inlineRichard Henderson2-14/+56
2023-11-05target/sparc: Implement UDIVX and SDIVX inlineRichard Henderson4-44/+97
2023-11-05target/sparc: Discard cpu_cond at the end of each insnRichard Henderson1-0/+27
2023-11-05target/sparc: Record entire jump condition in DisasContextRichard Henderson1-11/+16
2023-11-05target/sparc: Merge gen_op_next_insn into only callerRichard Henderson1-7/+2