aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-06-14docs: recommend SCRAM-SHA-256 SASL mech instead of SHA-1 variantDaniel P. Berrangé2-8/+10
2021-06-14docs: document usage of the authorization frameworkDaniel P. Berrangé2-0/+264
2021-06-14docs: document how to pass secret data to QEMUDaniel P. Berrangé2-0/+163
2021-06-14docs: add table of contents to QAPI referencesDaniel P. Berrangé3-0/+9
2021-06-14Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210613' into...Peter Maydell27-1092/+1268
2021-06-13docs/devel: Explain in more detail the TB chaining mechanismsLuis Pires1-12/+91
2021-06-13softfloat: Fix tp init in float32_exp2Richard Henderson1-1/+1
2021-06-13tcg/arm: Fix tcg_out_op function signatureJose R. Ziviani1-1/+2
2021-06-13tcg: Fix documentation for tcg_constant_* vs tcg_temp_free_*Richard Henderson1-1/+2
2021-06-13tcg: Introduce tcg_remove_ops_afterRichard Henderson2-0/+23
2021-06-13tcg: Move tcg_init_ctx and tcg_ctx from accel/tcg/Richard Henderson4-4/+4
2021-06-13tcg: When allocating for !splitwx, begin with PROT_NONERichard Henderson1-10/+9
2021-06-13tcg: Merge buffer protection and guard page protectionRichard Henderson1-14/+31
2021-06-13tcg: Round the tb_size default from qemu_get_host_physmemRichard Henderson1-26/+21
2021-06-13util/osdep: Add qemu_mprotect_rwRichard Henderson2-0/+10
2021-06-13tcg: Sink qemu_madvise call to common codeRichard Henderson1-7/+7
2021-06-13tcg: Return the map protection from alloc_code_gen_bufferRichard Henderson1-30/+33
2021-06-13tcg: Allocate code_gen_buffer into struct tcg_region_stateRichard Henderson1-37/+27
2021-06-11tcg: Move in_code_gen_buffer and tests to region.cRichard Henderson3-33/+35
2021-06-11tcg: Tidy split_cross_256mbRichard Henderson1-10/+9
2021-06-11tcg: Tidy tcg_n_regionsRichard Henderson1-17/+12
2021-06-11tcg: Rename region.start to region.after_prologueRichard Henderson1-7/+8
2021-06-11tcg: Replace region.end with region.total_sizeRichard Henderson1-12/+18
2021-06-11tcg: Move MAX_CODE_GEN_BUFFER_SIZE to tcg-target.hRichard Henderson10-28/+23
2021-06-11tcg: Introduce tcg_max_ctxsRichard Henderson3-17/+15
2021-06-11accel/tcg: Pass down max_cpus to tcg_initRichard Henderson5-30/+26
2021-06-11accel/tcg: Use MiB in tcg_init_machineRichard Henderson1-1/+2
2021-06-11accel/tcg: Merge tcg_exec_init into tcg_init_machineRichard Henderson5-23/+20
2021-06-11tcg: Create tcg_initRichard Henderson4-5/+11
2021-06-11accel/tcg: Rename tcg_init to tcg_init_machineRichard Henderson1-2/+2
2021-06-11accel/tcg: Move alloc_code_gen_buffer to tcg/region.cRichard Henderson3-419/+428
2021-06-11accel/tcg: Inline cpu_gen_initRichard Henderson1-6/+1
2021-06-11tcg: Split out region.cRichard Henderson4-544/+613
2021-06-11tcg: Split out tcg_region_prologue_setRichard Henderson1-15/+22
2021-06-11tcg: Split out tcg_region_initial_allocRichard Henderson1-3/+10
2021-06-11tcg: Remove error return from tcg_region_initial_alloc__lockedRichard Henderson1-13/+6
2021-06-11tcg: Re-order tcg_region_init vs tcg_prologue_initRichard Henderson5-46/+22
2021-06-11meson: Split out fpu/meson.buildRichard Henderson2-3/+2
2021-06-11meson: Split out tcg/meson.buildRichard Henderson2-7/+14
2021-06-11Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell16-59/+143
2021-06-11Fixed calculation error of pkt->header_size in fill_pkt_tcp_info()Rao, Lei1-1/+1
2021-06-11Add the function of colo_compare_cleanupRao, Lei3-0/+15
2021-06-11Add a function named packet_new_nocopy for COLO.Rao, Lei3-10/+19
2021-06-11Remove migrate_set_block_enabled in checkpointRao, Lei2-6/+4
2021-06-11Optimize the function of filter_sendRao, Lei1-4/+4
2021-06-11Fix the qemu crash when guest shutdown during checkpointRao, Lei1-0/+1
2021-06-11Remove some duplicate trace code.Rao, Lei1-13/+0
2021-06-11netdev: add more commands to preconfig modePaolo Bonzini2-2/+6
2021-06-11vhost-vdpa: remove the unused vhost_vdpa_get_acked_features()Jason Wang2-10/+0
2021-06-11vhost-vdpa: don't initialize backend_featuresJason Wang1-3/+0