aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-02-06io: Add support for MSG_PEEK for socket channelmanish.mishra
2023-02-06migration/dirtyrate: Show sample pages only in page-sampling modeZhenzhong Duan
2023-02-06migration: Perform vmsd structure check during testsDr. David Alan Gilbert
2023-02-06migration: Add canary to VMSTATE_END_OF_LISTDr. David Alan Gilbert
2023-02-06migration/rdma: fix return value for qio_channel_rdma_{readv,writev}Fiona Ebner
2023-02-06migration: Show downtime during postcopy phasePeter Xu
2023-02-06virtio-mem: Proper support for preallocation with migrationDavid Hildenbrand
2023-02-06virtio-mem: Migrate immutable properties earlyDavid Hildenbrand
2023-02-06virtio-mem: Fail if a memory backend with "prealloc=on" is specifiedDavid Hildenbrand
2023-02-06migration/ram: Factor out check for advised postcopyDavid Hildenbrand
2023-02-06migration/vmstate: Introduce VMSTATE_WITH_TMP_TEST() and VMSTATE_BITMAP_TEST()David Hildenbrand
2023-02-06migration/savevm: Allow immutable device state to be migrated early (i.e., be...David Hildenbrand
2023-02-06migration/savevm: Prepare vmdesc json writer in qemu_savevm_state_setup()David Hildenbrand
2023-02-06migration/savevm: Move more savevm handling into vmstate_save()David Hildenbrand
2023-02-06migration/ram: Optimize ram_write_tracking_start() for RamDiscardManagerDavid Hildenbrand
2023-02-06migration/ram: Rely on used_length for uffd_change_protection()David Hildenbrand
2023-02-06migration/ram: Don't explicitly unprotect when unregistering uffd-wpDavid Hildenbrand
2023-02-06migration/ram: Fix error handling in ram_write_tracking_start()David Hildenbrand
2023-02-06migration/ram: Fix populate_read_range()David Hildenbrand
2023-02-06util/userfaultfd: Add uffd_open()Peter Xu
2023-02-06migration: simplify migration_iteration_run()Juan Quintela
2023-02-06migration: Remove unused threshold_size parameterJuan Quintela
2023-02-06migration: Split save_live_pending() into state_pending_*Juan Quintela
2023-02-06migration: No save_live_pending() method uses the QEMUFile parameterJuan Quintela
2023-02-06migration: Fix migration crash when target psize larger than hostPeter Xu
2023-02-05Merge tag 'pull-ppc-20230205' of https://gitlab.com/danielhb/qemu into stagingPeter Maydell
2023-02-05hw/display/sm501: Code style fixBALATON Zoltan
2023-02-05hw/display/sm501: Remove unneeded casts from void pointerBALATON Zoltan
2023-02-05hw/display/sm501: Remove parenthesis around constant macro definitionsBALATON Zoltan
2023-02-05hw/ppc/pegasos2: Fix a typo in a commentBALATON Zoltan
2023-02-05ppc/pnv/pci: Fix PHB xscom registers memory region nameFrederic Barrat
2023-02-05ppc/pnv/pci: Update PHB5 version registerFrederic Barrat
2023-02-05ppc/pnv/pci: Remove duplicate definition of PNV_PHB5_DEVICE_IDFrederic Barrat
2023-02-05ppc/pnv/pci: Cleanup PnvPHBPecState structureFrederic Barrat
2023-02-05hw/ppc/e500.c: Attach eSDHC unimplemented region to ccsr_addr_spaceBernhard Beschow
2023-02-05hw/ppc/e500.c: Avoid hardcoding parent device in create_devtree_etsec()Bernhard Beschow
2023-02-05hw/ppc/e500{, plat}: Drop redundant checks for presence of platform busBernhard Beschow
2023-02-05hw/ppc: Set machine->fdt in e500 machinesBernhard Beschow
2023-02-05hw/pci-host/mv64361: Reuse pci_swizzle_map_irq_fnBernhard Beschow
2023-02-05ppc/pegasos2: Improve readability of VIA south bridge creationBALATON Zoltan
2023-02-05tests/migration: add support for ppc64le for guestperf.pyMurilo Opsfelder Araujo
2023-02-05tests/migration: add sysprof-capture-4 as dependency for stress binaryMurilo Opsfelder Araujo
2023-02-04Merge tag 'pull-tcg-20230204' of https://gitlab.com/rth7680/qemu into stagingPeter Maydell
2023-02-04Merge tag 'linux-user-for-8.0-pull-request' of https://gitlab.com/laurent_viv...Peter Maydell
2023-02-04tcg/aarch64: Fix patching of LDR in tb_target_set_jmp_targetRichard Henderson
2023-02-04target/i386: Inline cmpxchg16bRichard Henderson
2023-02-04target/i386: Inline cmpxchg8bRichard Henderson
2023-02-04target/i386: Split out gen_cmpxchg8b, gen_cmpxchg16bRichard Henderson
2023-02-04target/s390x: Implement CC_OP_NZ in gen_op_calc_ccRichard Henderson
2023-02-04target/s390x: Use tcg_gen_atomic_cmpxchg_i128 for CDSGRichard Henderson