Age | Commit message (Expand) | Author | Files | Lines |
2021-06-18 | nbd/client-connection: add option for non-blocking connection attempt | Vladimir Sementsov-Ogievskiy | 1 | -1/+1 |
2021-06-18 | nbd/client-connection: return only one io channel | Vladimir Sementsov-Ogievskiy | 1 | -2/+2 |
2021-06-18 | nbd/client-connection: implement connection retry | Vladimir Sementsov-Ogievskiy | 1 | -0/+2 |
2021-06-18 | nbd/client-connection: add possibility of negotiation | Vladimir Sementsov-Ogievskiy | 1 | -2/+7 |
2021-06-18 | nbd: move connection code from block/nbd to nbd/client-connection | Vladimir Sementsov-Ogievskiy | 1 | -0/+11 |
2021-06-18 | qemu-sockets: introduce socket_address_parse_named_fd() | Vladimir Sementsov-Ogievskiy | 1 | -0/+11 |
2021-06-18 | co-queue: drop extra coroutine_fn marks | Vladimir Sementsov-Ogievskiy | 1 | -2/+4 |
2021-06-18 | async: the main AioContext is only "current" if under the BQL | Paolo Bonzini | 1 | -1/+4 |
2021-06-17 | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ... | Peter Maydell | 7 | -35/+70 |
2021-06-17 | Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-c11-20210615' into... | Peter Maydell | 5 | -113/+61 |
2021-06-16 | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210616'... | Peter Maydell | 2 | -0/+39 |
2021-06-16 | include/qemu/int128.h: Add function to create Int128 from int64_t | Peter Maydell | 1 | -0/+10 |
2021-06-16 | bitops.h: Provide hswap32(), hswap64(), wswap64() swapping operations | Peter Maydell | 1 | -0/+29 |
2021-06-16 | configure: Remove probe for _Static_assert | Richard Henderson | 1 | -11/+0 |
2021-06-16 | qemu/compiler: Remove QEMU_GENERIC | Richard Henderson | 1 | -40/+0 |
2021-06-16 | include/qemu/lockable: Use _Generic instead of QEMU_GENERIC | Richard Henderson | 1 | -48/+40 |
2021-06-16 | util: Use unique type for QemuRecMutex in thread-posix.h | Richard Henderson | 1 | -2/+8 |
2021-06-16 | util: Pass file+line to qemu_rec_mutex_unlock_impl | Richard Henderson | 1 | -1/+9 |
2021-06-16 | util: Use real functions for thread-posix QemuRecMutex | Richard Henderson | 3 | -13/+6 |
2021-06-15 | configure: Remove probe for _Static_assert | Richard Henderson | 1 | -11/+0 |
2021-06-15 | qemu/compiler: Remove QEMU_GENERIC | Richard Henderson | 1 | -40/+0 |
2021-06-15 | include/qemu/lockable: Use _Generic instead of QEMU_GENERIC | Richard Henderson | 1 | -48/+40 |
2021-06-15 | util: Use unique type for QemuRecMutex in thread-posix.h | Richard Henderson | 1 | -2/+8 |
2021-06-15 | util: Pass file+line to qemu_rec_mutex_unlock_impl | Richard Henderson | 1 | -1/+9 |
2021-06-15 | util: Use real functions for thread-posix QemuRecMutex | Richard Henderson | 3 | -13/+6 |
2021-06-15 | hostmem: Wire up RAM_NORESERVE via "reserve" property | David Hildenbrand | 1 | -1/+1 |
2021-06-15 | util/mmap-alloc: Support RAM_NORESERVE via MAP_NORESERVE under Linux | David Hildenbrand | 1 | -0/+3 |
2021-06-15 | memory: Introduce RAM_NORESERVE and wire it up in qemu_ram_mmap() | David Hildenbrand | 4 | -5/+23 |
2021-06-15 | util/mmap-alloc: Pass flags instead of separate bools to qemu_ram_mmap() | David Hildenbrand | 2 | -7/+27 |
2021-06-15 | softmmu/memory: Pass ram_flags to qemu_ram_alloc() and qemu_ram_alloc_internal() | David Hildenbrand | 1 | -1/+1 |
2021-06-15 | softmmu/memory: Pass ram_flags to memory_region_init_ram_shared_nomigrate() | David Hildenbrand | 1 | -12/+12 |
2021-06-15 | softmmu/memory: Pass ram_flags to qemu_ram_alloc_from_fd() | David Hildenbrand | 2 | -11/+4 |
2021-06-15 | softmmu/physmem: Fix ram_block_discard_range() to handle shared anonymous memory | David Hildenbrand | 1 | -2/+2 |
2021-06-15 | esp: store lun coming from the MESSAGE OUT phase | Paolo Bonzini | 1 | -0/+1 |
2021-06-15 | sysemu: Make TPM structures inaccessible if CONFIG_TPM is not defined | Stefan Berger | 2 | -1/+14 |
2021-06-15 | acpi: Eliminate all TPM related code if CONFIG_TPM is not set | Stefan Berger | 1 | -0/+4 |
2021-06-13 | tcg: Fix documentation for tcg_constant_* vs tcg_temp_free_* | Richard Henderson | 1 | -1/+2 |
2021-06-13 | tcg: Introduce tcg_remove_ops_after | Richard Henderson | 1 | -0/+10 |
2021-06-13 | tcg: Move tcg_init_ctx and tcg_ctx from accel/tcg/ | Richard Henderson | 1 | -1/+0 |
2021-06-13 | util/osdep: Add qemu_mprotect_rw | Richard Henderson | 1 | -0/+1 |
2021-06-11 | tcg: Move in_code_gen_buffer and tests to region.c | Richard Henderson | 1 | -10/+1 |
2021-06-11 | accel/tcg: Pass down max_cpus to tcg_init | Richard Henderson | 1 | -1/+1 |
2021-06-11 | accel/tcg: Merge tcg_exec_init into tcg_init_machine | Richard Henderson | 1 | -2/+0 |
2021-06-11 | tcg: Create tcg_init | Richard Henderson | 1 | -2/+1 |
2021-06-11 | accel/tcg: Move alloc_code_gen_buffer to tcg/region.c | Richard Henderson | 1 | -1/+1 |
2021-06-11 | vhost-vdpa: remove the unused vhost_vdpa_get_acked_features() | Jason Wang | 1 | -1/+0 |
2021-06-11 | vhost-vdpa: map virtqueue notification area if possible | Jason Wang | 1 | -0/+6 |
2021-06-08 | hmp: Add "calc_dirty_rate" and "info dirty_rate" cmds | Peter Xu | 1 | -0/+2 |
2021-06-08 | Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20210... | Peter Maydell | 1 | -0/+5 |
2021-06-08 | hw/riscv: Use macros for BIOS image names | Bin Meng | 1 | -0/+5 |