aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-02-05tcg/s390x: Support TCG_COND_TST{EQ,NE}Richard Henderson
2024-02-05docs/about: Deprecate the old "power5+" and "power7+" CPU namesThomas Huth
2024-02-05target/ppc/cpu-models: Rename power5+ and power7+ for new QOM naming rulesThomas Huth
2024-02-05hw/scsi/lsi53c895a: add missing decrement of reentrancy counterSven Schnelle
2024-02-05migration/multifd: Fix MultiFDSendParams.packet_num racePeter Xu
2024-02-05migration/multifd: Stick with send/recv on function namesPeter Xu
2024-02-05migration/multifd: Cleanup multifd_load_cleanup()Peter Xu
2024-02-05migration/multifd: Cleanup multifd_save_cleanup()Peter Xu
2024-02-05migration/multifd: Rewrite multifd_queue_page()Peter Xu
2024-02-05migration/multifd: Change retval of multifd_send_pages()Peter Xu
2024-02-05migration/multifd: Change retval of multifd_queue_page()Peter Xu
2024-02-05migration/multifd: Split multifd_send_terminate_threads()Peter Xu
2024-02-05migration/multifd: Forbid spurious wakeupsPeter Xu
2024-02-05migration/multifd: Move header prepare/fill into send_prepare()Peter Xu
2024-02-05migration/multifd: multifd_send_prepare_header()Peter Xu
2024-02-05migration/multifd: Move trace_multifd_send|recv()Peter Xu
2024-02-05migration/multifd: Move total_normal_pages accountingPeter Xu
2024-02-05migration/multifd: Rename p->num_packets and clean it upPeter Xu
2024-02-05migration/multifd: Drop pages->num check in sender threadPeter Xu
2024-02-05migration/multifd: Simplify locking in sender threadPeter Xu
2024-02-05migration/multifd: Separate SYNC request with normal jobsPeter Xu
2024-02-05migration/multifd: Drop MultiFDSendParams.normal[] arrayPeter Xu
2024-02-05migration/multifd: Postpone reset of MultiFDPages_tPeter Xu
2024-02-05migration/multifd: Drop MultiFDSendParams.quit, cleanup error pathsPeter Xu
2024-02-05migration/multifd: multifd_send_kick_main()Peter Xu
2024-02-05migration/multifd: Drop stale comment for multifd zero copyPeter Xu
2024-02-05migration: prevent migration when VM has poisoned memoryWilliam Roche
2024-02-04hv-balloon: use get_min_alignment() to express 32 GiB alignmentDavid Hildenbrand
2024-02-03tcg/s390x: Add TCG_CT_CONST_CMPRichard Henderson
2024-02-03tcg/s390x: Split constraint A into J+URichard Henderson
2024-02-03tcg/ppc: Support TCG_COND_TST{EQ,NE}Richard Henderson
2024-02-03tcg/ppc: Add TCG_CT_CONST_CMPRichard Henderson
2024-02-03tcg/ppc: Tidy up tcg_target_const_matchRichard Henderson
2024-02-03tcg/ppc: Use cr0 in tcg_to_bc and tcg_to_iselRichard Henderson
2024-02-03tcg/ppc: Sink tcg_to_bc usage into tcg_out_bcRichard Henderson
2024-02-03tcg/sparc64: Support TCG_COND_TST{EQ,NE}Richard Henderson
2024-02-03tcg/sparc64: Pass TCGCond to tcg_out_cmpRichard Henderson
2024-02-03tcg/sparc64: Hoist read of tcg_cond_to_rcondRichard Henderson
2024-02-03tcg/i386: Use TEST r,r to test 8/16/32 bitsPaolo Bonzini
2024-02-03tcg/i386: Improve TSTNE/TESTEQ vs powers of twoRichard Henderson
2024-02-03tcg/i386: Support TCG_COND_TST{EQ,NE}Richard Henderson
2024-02-03tcg/i386: Move tcg_cond_to_jcc[] into tcg_out_cmpRichard Henderson
2024-02-03tcg/i386: Pass x86 condition codes to tcg_out_cmovRichard Henderson
2024-02-03tcg/arm: Support TCG_COND_TST{EQ,NE}Richard Henderson
2024-02-03tcg/arm: Split out tcg_out_cmp()Richard Henderson
2024-02-03tcg/aarch64: Generate CBNZ for TSTNE of UINT32_MAXRichard Henderson
2024-02-03tcg/aarch64: Generate TBZ, TBNZRichard Henderson
2024-02-03tcg/aarch64: Massage tcg_out_brcond()Philippe Mathieu-Daudé
2024-02-03tcg/aarch64: Support TCG_COND_TST{EQ,NE}Richard Henderson
2024-02-03tcg: Add TCGConst argument to tcg_target_const_matchRichard Henderson