summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-06-11accel/tcg: Move alloc_code_gen_buffer to tcg/region.cRichard Henderson
2021-06-11accel/tcg: Inline cpu_gen_initRichard Henderson
2021-06-11tcg: Split out region.cRichard Henderson
2021-06-11tcg: Split out tcg_region_prologue_setRichard Henderson
2021-06-11tcg: Split out tcg_region_initial_allocRichard Henderson
2021-06-11tcg: Remove error return from tcg_region_initial_alloc__lockedRichard Henderson
2021-06-11tcg: Re-order tcg_region_init vs tcg_prologue_initRichard Henderson
2021-06-11meson: Split out fpu/meson.buildRichard Henderson
2021-06-11meson: Split out tcg/meson.buildRichard Henderson
2021-06-11Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell
2021-06-11Fixed calculation error of pkt->header_size in fill_pkt_tcp_info()Rao, Lei
2021-06-11Add the function of colo_compare_cleanupRao, Lei
2021-06-11Add a function named packet_new_nocopy for COLO.Rao, Lei
2021-06-11Remove migrate_set_block_enabled in checkpointRao, Lei
2021-06-11Optimize the function of filter_sendRao, Lei
2021-06-11Fix the qemu crash when guest shutdown during checkpointRao, Lei
2021-06-11Remove some duplicate trace code.Rao, Lei
2021-06-11netdev: add more commands to preconfig modePaolo Bonzini
2021-06-11vhost-vdpa: remove the unused vhost_vdpa_get_acked_features()Jason Wang
2021-06-11vhost-vdpa: don't initialize backend_featuresJason Wang
2021-06-11vhost-vdpa: map virtqueue notification area if possibleJason Wang
2021-06-11vhost-vdpa: skip ram device from the IOTLB mappingJason Wang
2021-06-09Merge remote-tracking branch 'remotes/dgilbert-gitlab/tags/pull-migration-202...Peter Maydell
2021-06-08hmp: Add "calc_dirty_rate" and "info dirty_rate" cmdsPeter Xu
2021-06-08migration/dirtyrate: make sample page count configurableHyman Huang(黄勇)
2021-06-08sockets: Support multipath TCPDr. David Alan Gilbert
2021-06-08migration/socket: Close the listener at the endDr. David Alan Gilbert
2021-06-08migration: Add cleanup hook for inwards migrationDr. David Alan Gilbert
2021-06-08io/net-listener: Call the notifier during finalizeDr. David Alan Gilbert
2021-06-08channel-socket: Only set CLOEXEC if we have space for fdsDr. David Alan Gilbert
2021-06-08migration/rdma: Fix cm event use after freeLi Zhijian
2021-06-08yank: Unregister function when using TLS migrationLeonardo Bras
2021-06-08Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20210...Peter Maydell
2021-06-08target/riscv: rvb: add b-ext version cpu optionFrank Chang
2021-06-08target/riscv: rvb: support and turn on B-extension from command lineKito Cheng
2021-06-08target/riscv: rvb: add/shift with prefix zero-extendKito Cheng
2021-06-08target/riscv: rvb: address calculationKito Cheng
2021-06-08target/riscv: rvb: generalized or-combineFrank Chang
2021-06-08target/riscv: rvb: generalized reverseFrank Chang
2021-06-08target/riscv: rvb: rotate (left/right)Kito Cheng
2021-06-08target/riscv: rvb: shift onesKito Cheng
2021-06-08target/riscv: rvb: single-bit instructionsFrank Chang
2021-06-08target/riscv: add gen_shifti() and gen_shiftiw() helper functionsFrank Chang
2021-06-08target/riscv: rvb: sign-extend instructionsKito Cheng
2021-06-08target/riscv: rvb: min/max instructionsKito Cheng
2021-06-08target/riscv: rvb: pack two words into one registerKito Cheng
2021-06-08target/riscv: rvb: logic-with-negateKito Cheng
2021-06-08target/riscv: rvb: count bits setFrank Chang
2021-06-08target/riscv: rvb: count leading/trailing zerosKito Cheng
2021-06-08target/riscv: reformat @sh format encoding for B-extensionKito Cheng