Age | Commit message (Expand) | Author | Files | Lines |
2023-02-14 | include/hw: Do not include "hw/registerfields.h" in headers that don't need it | Thomas Huth | 5 | -3/+2 |
2023-02-14 | hw/misc/sga: Remove the deprecated "sga" device | Thomas Huth | 14 | -106/+12 |
2023-02-14 | tests/qtest/npcm7xx_pwm-test: Be less verbose unless V=2 | Peter Maydell | 1 | -6/+21 |
2023-02-14 | build: deprecate --enable-gprof builds and remove from CI | Alex Bennée | 4 | -17/+26 |
2023-02-14 | meson: Disable libdw for static builds by default | Ilya Leoshkevich | 1 | -1/+2 |
2023-02-14 | meson: Add missing libdw knobs | Ilya Leoshkevich | 3 | -4/+12 |
2023-02-14 | configure: Bump minimum Clang version to 10.0 | Thomas Huth | 1 | -19/+6 |
2023-02-13 | Merge tag 'migration-20230213-pull-request' of https://gitlab.com/juan.quinte... | Peter Maydell | 34 | -1489/+1261 |
2023-02-13 | ram: Document migration ram flags | Juan Quintela | 1 | -6/+10 |
2023-02-13 | migration/multifd: Move load_cleanup inside incoming_state_destroy | Leonardo Bras | 3 | -1/+11 |
2023-02-13 | migration/multifd: Join all multifd threads in order to avoid leaks | Leonardo Bras | 1 | -1/+2 |
2023-02-13 | migration/multifd: Remove unnecessary assignment on multifd_load_cleanup() | Leonardo Bras | 1 | -1/+0 |
2023-02-13 | migration/multifd: Change multifd_load_cleanup() signature and usage | Leonardo Bras | 3 | -15/+7 |
2023-02-11 | migration: Postpone postcopy preempt channel to be after main | Peter Xu | 5 | -21/+82 |
2023-02-11 | migration: Add a semaphore to count PONGs | Peter Xu | 2 | -0/+9 |
2023-02-11 | migration: Cleanup postcopy_preempt_setup() | Peter Xu | 3 | -14/+4 |
2023-02-11 | migration: Rework multi-channel checks on URI | Peter Xu | 4 | -42/+28 |
2023-02-11 | Update bench-code for addressing CI problem | ling xu | 3 | -5/+509 |
2023-02-11 | AVX512 support for xbzrle_encode_buffer | ling xu | 6 | -3/+181 |
2023-02-11 | migration: I messed state_pending_exact/estimate | Juan Quintela | 1 | -8/+8 |
2023-02-11 | migration: Make ram_save_target_page() a pointer | Juan Quintela | 1 | -4/+15 |
2023-02-11 | migration: Calculate ram size once | Juan Quintela | 1 | -2/+5 |
2023-02-11 | migration: Split ram_bytes_total_common() in two functions | Juan Quintela | 1 | -11/+14 |
2023-02-11 | migration: Make find_dirty_block() return a single parameter | Juan Quintela | 1 | -15/+22 |
2023-02-11 | migration: Simplify ram_find_and_save_block() | Juan Quintela | 1 | -11/+9 |
2023-02-11 | util/userfaultfd: Support /dev/userfaultfd | Peter Xu | 2 | -0/+33 |
2023-02-11 | linux-headers: Update to v6.1 | Peter Xu | 13 | -20/+298 |
2023-02-11 | multifd: Remove some redundant code | Li Zhang | 1 | -11/+4 |
2023-02-11 | multifd: cleanup the function multifd_channel_connect | Li Zhang | 1 | -22/+21 |
2023-02-11 | migration: Remove spurious files | Juan Quintela | 3 | -1287/+0 |
2023-02-09 | Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into staging | Peter Maydell | 6 | -82/+210 |
2023-02-09 | iotests/detect-zeroes-registered-buf: add new test | Stefan Hajnoczi | 2 | -0/+65 |
2023-02-09 | qemu-io: add -r option to register I/O buffer | Stefan Hajnoczi | 1 | -75/+129 |
2023-02-09 | qemu-io: use BdrvRequestFlags instead of int | Stefan Hajnoczi | 1 | -6/+7 |
2023-02-09 | block: fix detect-zeroes= with BDRV_REQ_REGISTERED_BUF | Stefan Hajnoczi | 1 | -0/+3 |
2023-02-09 | virtio-blk: add missing AioContext lock | Emanuele Giuseppe Esposito | 1 | -0/+5 |
2023-02-09 | vhost-user-fs: Back up vqs before cleaning up vhost_dev | Akihiko Odaki | 1 | -2/+2 |
2023-02-09 | tests/qtest/netdev-socket: Raise connection timeout to 60 seconds | Peter Maydell | 1 | -1/+1 |
2023-02-08 | Merge tag 'pull-tricore-20230208' of https://github.com/bkoppelmann/qemu into... | Peter Maydell | 8 | -23/+223 |
2023-02-08 | Merge tag 'pull-include-2023-02-06-v2' of https://repo.or.cz/qemu/armbru into... | Peter Maydell | 89 | -121/+36 |
2023-02-08 | tests/tcg/tricore: Add test for ld.h | Bastian Koppelmann | 3 | -0/+29 |
2023-02-08 | target/tricore: Fix OPC1_16_SRO_LD_H translation | Anton Kochkov | 1 | -1/+1 |
2023-02-08 | tests/tcg/tricore: Add LD.BU tests | Bastian Koppelmann | 3 | -0/+39 |
2023-02-08 | target/tricore: Fix OPC2_32_BO_LD_BU_PREINC | Bastian Koppelmann | 1 | -1/+1 |
2023-02-08 | tests/tcg/tricore: Add OPC2_32_RRRR_DEXTR tests | Bastian Koppelmann | 2 | -0/+44 |
2023-02-08 | target/tricore: Fix OPC2_32_RRRR_DEXTR | Bastian Koppelmann | 1 | -3/+12 |
2023-02-08 | tests/tcg/tricore: Add tests for RRPW_DEXTR | Bastian Koppelmann | 3 | -0/+49 |
2023-02-08 | target/tricore: Fix RRPW_DEXTR | Bastian Koppelmann | 1 | -9/+3 |
2023-02-08 | tests/tcg/tricore: Add test for OPC2_32_RCRW_INSERT | Bastian Koppelmann | 3 | -4/+22 |
2023-02-08 | target/tricore: Fix OPC2_32_RCRW_INSERT translation | Bastian Koppelmann | 1 | -2/+2 |