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