aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-11-07Merge tag 'pull-block-2023-11-06' of https://gitlab.com/hreitz/qemu into stagingStefan Hajnoczi4-28/+51
2023-11-07Merge tag 'pull-target-arm-20231106' of https://git.linaro.org/people/pmaydel...Stefan Hajnoczi14-31/+64
2023-11-07Merge tag 'pull-vfio-20231106' of https://github.com/legoater/qemu into stagingStefan Hajnoczi52-452/+1303
2023-11-07Merge tag 'pull-hv-balloon-20231106' of https://github.com/maciejsszmigiero/q...Stefan Hajnoczi26-14/+3180
2023-11-07Merge tag 'gpu-pull-request' of https://gitlab.com/marcandre.lureau/qemu into...Stefan Hajnoczi7-67/+250
2023-11-07Merge tag 'pull-xenfv-stable-20231106' of git://git.infradead.org/users/dwmw2...Stefan Hajnoczi6-13/+31
2023-11-07Merge tag 'q800-for-8.2-pull-request' of https://github.com/vivier/qemu-m68k ...Stefan Hajnoczi1-8/+11
2023-11-06file-posix: fix over-writing of returning zone_append offsetNaohiro Aota1-9/+7
2023-11-06block/file-posix: fix update_zones_wp() callerSam Li1-2/+5
2023-11-06qcow2: keep reference on zeroize with discard-no-unref enabledJean-Louis Dupond3-17/+39
2023-11-06target/arm: Fix A64 LDRA immediate decodePeter Maydell2-1/+6
2023-11-06hw/arm/vexpress-a9: Remove useless mapping of RAM at address 0Peter Maydell2-11/+6
2023-11-06io/channel-socket: qio_channel_socket_flush(): improve msg validationVladimir Sementsov-Ogievskiy1-0/+5
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