aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2021-06-21tcg: Make gen_dup_i32/i64() public as tcg_gen_dup_i32/i64Peter Maydell
2021-06-21hw/acpi: Provide function acpi_ghes_present()Peter Maydell
2021-06-21Merge remote-tracking branch 'remotes/ehabkost-gl/tags/x86-next-pull-request'...Peter Maydell
2021-06-18nbd/client-connection: add option for non-blocking connection attemptVladimir Sementsov-Ogievskiy
2021-06-18nbd/client-connection: return only one io channelVladimir Sementsov-Ogievskiy
2021-06-18nbd/client-connection: implement connection retryVladimir Sementsov-Ogievskiy
2021-06-18nbd/client-connection: add possibility of negotiationVladimir Sementsov-Ogievskiy
2021-06-18nbd: move connection code from block/nbd to nbd/client-connectionVladimir Sementsov-Ogievskiy
2021-06-18qemu-sockets: introduce socket_address_parse_named_fd()Vladimir Sementsov-Ogievskiy
2021-06-18co-queue: drop extra coroutine_fn marksVladimir Sementsov-Ogievskiy
2021-06-18async: the main AioContext is only "current" if under the BQLPaolo Bonzini
2021-06-17i386: Add ratelimit for bus locks acquired in guestChenyi Qiang
2021-06-17Update Linux headers to 5.13-rc4Eduardo Habkost
2021-06-17Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell
2021-06-17Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-c11-20210615' into...Peter Maydell
2021-06-16Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210616'...Peter Maydell
2021-06-16include/qemu/int128.h: Add function to create Int128 from int64_tpull-target-arm-20210616Peter Maydell
2021-06-16bitops.h: Provide hswap32(), hswap64(), wswap64() swapping operationsPeter Maydell
2021-06-16configure: Remove probe for _Static_assertRichard Henderson
2021-06-16qemu/compiler: Remove QEMU_GENERICRichard Henderson
2021-06-16include/qemu/lockable: Use _Generic instead of QEMU_GENERICRichard Henderson
2021-06-16util: Use unique type for QemuRecMutex in thread-posix.hRichard Henderson
2021-06-16util: Pass file+line to qemu_rec_mutex_unlock_implRichard Henderson
2021-06-16util: Use real functions for thread-posix QemuRecMutexRichard Henderson
2021-06-15configure: Remove probe for _Static_assertRichard Henderson
2021-06-15qemu/compiler: Remove QEMU_GENERICRichard Henderson
2021-06-15include/qemu/lockable: Use _Generic instead of QEMU_GENERICRichard Henderson
2021-06-15util: Use unique type for QemuRecMutex in thread-posix.hRichard Henderson
2021-06-15util: Pass file+line to qemu_rec_mutex_unlock_implRichard Henderson
2021-06-15util: Use real functions for thread-posix QemuRecMutexRichard Henderson
2021-06-15hostmem: Wire up RAM_NORESERVE via "reserve" propertyDavid Hildenbrand
2021-06-15util/mmap-alloc: Support RAM_NORESERVE via MAP_NORESERVE under LinuxDavid Hildenbrand
2021-06-15memory: Introduce RAM_NORESERVE and wire it up in qemu_ram_mmap()David Hildenbrand
2021-06-15util/mmap-alloc: Pass flags instead of separate bools to qemu_ram_mmap()David Hildenbrand
2021-06-15softmmu/memory: Pass ram_flags to qemu_ram_alloc() and qemu_ram_alloc_internal()David Hildenbrand
2021-06-15softmmu/memory: Pass ram_flags to memory_region_init_ram_shared_nomigrate()David Hildenbrand
2021-06-15softmmu/memory: Pass ram_flags to qemu_ram_alloc_from_fd()David Hildenbrand
2021-06-15softmmu/physmem: Fix ram_block_discard_range() to handle shared anonymous memoryDavid Hildenbrand
2021-06-15esp: store lun coming from the MESSAGE OUT phasePaolo Bonzini
2021-06-15sysemu: Make TPM structures inaccessible if CONFIG_TPM is not definedStefan Berger
2021-06-15acpi: Eliminate all TPM related code if CONFIG_TPM is not setStefan Berger
2021-06-13tcg: Fix documentation for tcg_constant_* vs tcg_temp_free_*Richard Henderson
2021-06-13tcg: Introduce tcg_remove_ops_afterRichard Henderson
2021-06-13tcg: Move tcg_init_ctx and tcg_ctx from accel/tcg/Richard Henderson
2021-06-13util/osdep: Add qemu_mprotect_rwRichard Henderson
2021-06-11tcg: Move in_code_gen_buffer and tests to region.cRichard Henderson
2021-06-11accel/tcg: Pass down max_cpus to tcg_initRichard Henderson
2021-06-11accel/tcg: Merge tcg_exec_init into tcg_init_machineRichard Henderson
2021-06-11tcg: Create tcg_initRichard Henderson
2021-06-11accel/tcg: Move alloc_code_gen_buffer to tcg/region.cRichard Henderson