aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2021-06-11vhost-vdpa: map virtqueue notification area if possibleJason Wang2-0/+91
2021-06-11vhost-vdpa: skip ram device from the IOTLB mappingJason Wang1-10/+2
2021-06-09Merge remote-tracking branch 'remotes/dgilbert-gitlab/tags/pull-migration-202...Peter Maydell18-36/+217
2021-06-08hmp: Add "calc_dirty_rate" and "info dirty_rate" cmdsPeter Xu4-0/+76
2021-06-08migration/dirtyrate: make sample page count configurableHyman Huang(黄勇)3-8/+46
2021-06-08sockets: Support multipath TCPDr. David Alan Gilbert3-1/+31
2021-06-08migration/socket: Close the listener at the endDr. David Alan Gilbert2-6/+23
2021-06-08migration: Add cleanup hook for inwards migrationDr. David Alan Gilbert2-0/+7
2021-06-08io/net-listener: Call the notifier during finalizeDr. David Alan Gilbert1-0/+3
2021-06-08channel-socket: Only set CLOEXEC if we have space for fdsDr. David Alan Gilbert1-4/+4
2021-06-08migration/rdma: Fix cm event use after freeLi Zhijian1-3/+8
2021-06-08yank: Unregister function when using TLS migrationLeonardo Bras3-14/+19
2021-06-08Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20210...Peter Maydell23-185/+1258
2021-06-08target/riscv: rvb: add b-ext version cpu optionFrank Chang2-0/+26
2021-06-08target/riscv: rvb: support and turn on B-extension from command lineKito Cheng2-0/+5
2021-06-08target/riscv: rvb: add/shift with prefix zero-extendKito Cheng3-0/+35
2021-06-08target/riscv: rvb: address calculationKito Cheng3-0/+62
2021-06-08target/riscv: rvb: generalized or-combineFrank Chang5-0/+64