Age | Commit message (Expand) | Author | Files | Lines |
2021-06-11 | accel/tcg: Inline cpu_gen_init | Richard Henderson | 1 | -6/+1 |
2021-06-11 | tcg: Split out region.c | Richard Henderson | 4 | -544/+613 |
2021-06-11 | tcg: Split out tcg_region_prologue_set | Richard Henderson | 1 | -15/+22 |
2021-06-11 | tcg: Split out tcg_region_initial_alloc | Richard Henderson | 1 | -3/+10 |
2021-06-11 | tcg: Remove error return from tcg_region_initial_alloc__locked | Richard Henderson | 1 | -13/+6 |
2021-06-11 | tcg: Re-order tcg_region_init vs tcg_prologue_init | Richard Henderson | 5 | -46/+22 |
2021-06-11 | meson: Split out fpu/meson.build | Richard Henderson | 2 | -3/+2 |
2021-06-11 | meson: Split out tcg/meson.build | Richard Henderson | 2 | -7/+14 |
2021-06-11 | Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st... | Peter Maydell | 16 | -59/+143 |
2021-06-11 | Fixed calculation error of pkt->header_size in fill_pkt_tcp_info() | Rao, Lei | 1 | -1/+1 |
2021-06-11 | Add the function of colo_compare_cleanup | Rao, Lei | 3 | -0/+15 |
2021-06-11 | Add a function named packet_new_nocopy for COLO. | Rao, Lei | 3 | -10/+19 |
2021-06-11 | Remove migrate_set_block_enabled in checkpoint | Rao, Lei | 2 | -6/+4 |
2021-06-11 | Optimize the function of filter_send | Rao, Lei | 1 | -4/+4 |
2021-06-11 | Fix the qemu crash when guest shutdown during checkpoint | Rao, Lei | 1 | -0/+1 |
2021-06-11 | Remove some duplicate trace code. | Rao, Lei | 1 | -13/+0 |
2021-06-11 | netdev: add more commands to preconfig mode | Paolo Bonzini | 2 | -2/+6 |
2021-06-11 | vhost-vdpa: remove the unused vhost_vdpa_get_acked_features() | Jason Wang | 2 | -10/+0 |
2021-06-11 | vhost-vdpa: don't initialize backend_features | Jason Wang | 1 | -3/+0 |
2021-06-11 | vhost-vdpa: map virtqueue notification area if possible | Jason Wang | 2 | -0/+91 |
2021-06-11 | vhost-vdpa: skip ram device from the IOTLB mapping | Jason Wang | 1 | -10/+2 |
2021-06-09 | Merge remote-tracking branch 'remotes/dgilbert-gitlab/tags/pull-migration-202... | Peter Maydell | 18 | -36/+217 |
2021-06-08 | hmp: Add "calc_dirty_rate" and "info dirty_rate" cmds | Peter Xu | 4 | -0/+76 |
2021-06-08 | migration/dirtyrate: make sample page count configurable | Hyman Huang(黄勇) | 3 | -8/+46 |
2021-06-08 | sockets: Support multipath TCP | Dr. David Alan Gilbert | 3 | -1/+31 |
2021-06-08 | migration/socket: Close the listener at the end | Dr. David Alan Gilbert | 2 | -6/+23 |
2021-06-08 | migration: Add cleanup hook for inwards migration | Dr. David Alan Gilbert | 2 | -0/+7 |
2021-06-08 | io/net-listener: Call the notifier during finalize | Dr. David Alan Gilbert | 1 | -0/+3 |
2021-06-08 | channel-socket: Only set CLOEXEC if we have space for fds | Dr. David Alan Gilbert | 1 | -4/+4 |
2021-06-08 | migration/rdma: Fix cm event use after free | Li Zhijian | 1 | -3/+8 |
2021-06-08 | yank: Unregister function when using TLS migration | Leonardo Bras | 3 | -14/+19 |
2021-06-08 | Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20210... | Peter Maydell | 23 | -185/+1258 |
2021-06-08 | target/riscv: rvb: add b-ext version cpu option | Frank Chang | 2 | -0/+26 |
2021-06-08 | target/riscv: rvb: support and turn on B-extension from command line | Kito Cheng | 2 | -0/+5 |
2021-06-08 | target/riscv: rvb: add/shift with prefix zero-extend | Kito Cheng | 3 | -0/+35 |
2021-06-08 | target/riscv: rvb: address calculation | Kito Cheng | 3 | -0/+62 |
2021-06-08 | target/riscv: rvb: generalized or-combine | Frank Chang | 5 | -0/+64 |
2021-06-08 | target/riscv: rvb: generalized reverse | Frank Chang | 6 | -0/+132 |
2021-06-08 | target/riscv: rvb: rotate (left/right) | Kito Cheng | 3 | -0/+81 |
2021-06-08 | target/riscv: rvb: shift ones | Kito Cheng | 3 | -0/+74 |
2021-06-08 | target/riscv: rvb: single-bit instructions | Frank Chang | 3 | -0/+175 |
2021-06-08 | target/riscv: add gen_shifti() and gen_shiftiw() helper functions | Frank Chang | 2 | -50/+43 |
2021-06-08 | target/riscv: rvb: sign-extend instructions | Kito Cheng | 2 | -0/+15 |
2021-06-08 | target/riscv: rvb: min/max instructions | Kito Cheng | 2 | -0/+28 |
2021-06-08 | target/riscv: rvb: pack two words into one register | Kito Cheng | 3 | -0/+78 |
2021-06-08 | target/riscv: rvb: logic-with-negate | Kito Cheng | 2 | -0/+21 |
2021-06-08 | target/riscv: rvb: count bits set | Frank Chang | 3 | -0/+21 |
2021-06-08 | target/riscv: rvb: count leading/trailing zeros | Kito Cheng | 4 | -1/+93 |
2021-06-08 | target/riscv: reformat @sh format encoding for B-extension | Kito Cheng | 1 | -5/+5 |
2021-06-08 | target/riscv: Pass the same value to oprsz and maxsz. | LIU Zhiwei | 1 | -39/+50 |