aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2021-06-22Merge remote-tracking branch 'remotes/cohuck-gitlab/tags/s390x-20210621' into...Peter Maydell3-1/+23
2021-06-22Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210619-2' in...Peter Maydell6-117/+131
2021-06-21Merge remote-tracking branch 'remotes/ehabkost-gl/tags/x86-next-pull-request'...Peter Maydell10-71/+497
2021-06-21s390x/css: Add passthrough IRBEric Farman1-0/+3
2021-06-21s390x/css: Refactor IRB constructionEric Farman1-0/+2
2021-06-21s390x/css: Introduce an ESW structEric Farman1-1/+11
2021-06-21linux-user: elf: s390x: Prepare for Vector enhancements facilityDavid Hildenbrand1-0/+7
2021-06-19tcg: expose TCGCond manipulation routinesAlessandro Di Federico2-69/+102
2021-06-19tcg/tci: Change encoding to uint32_t unitsRichard Henderson1-2/+2
2021-06-19tcg/tci: Use ffi for callsRichard Henderson1-0/+1
2021-06-19plugins: Drop tcg_flags from struct qemu_plugin_dyn_cbRichard Henderson1-1/+0
2021-06-19tcg: Combine dh_is_64bit and dh_is_signed to dh_typecodeRichard Henderson2-45/+26
2021-06-18nbd/client-connection: add option for non-blocking connection attemptVladimir Sementsov-Ogievskiy1-1/+1
2021-06-18nbd/client-connection: return only one io channelVladimir Sementsov-Ogievskiy1-2/+2
2021-06-18nbd/client-connection: implement connection retryVladimir Sementsov-Ogievskiy1-0/+2
2021-06-18nbd/client-connection: add possibility of negotiationVladimir Sementsov-Ogievskiy1-2/+7
2021-06-18nbd: move connection code from block/nbd to nbd/client-connectionVladimir Sementsov-Ogievskiy1-0/+11
2021-06-18qemu-sockets: introduce socket_address_parse_named_fd()Vladimir Sementsov-Ogievskiy1-0/+11
2021-06-18co-queue: drop extra coroutine_fn marksVladimir Sementsov-Ogievskiy1-2/+4
2021-06-18async: the main AioContext is only "current" if under the BQLPaolo Bonzini1-1/+4
2021-06-17i386: Add ratelimit for bus locks acquired in guestChenyi Qiang1-0/+8
2021-06-17Update Linux headers to 5.13-rc4Eduardo Habkost9-71/+489
2021-06-17Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell7-35/+70
2021-06-17Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-c11-20210615' into...Peter Maydell5-113/+61
2021-06-16Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210616'...Peter Maydell2-0/+39
2021-06-16include/qemu/int128.h: Add function to create Int128 from int64_tPeter Maydell1-0/+10
2021-06-16bitops.h: Provide hswap32(), hswap64(), wswap64() swapping operationsPeter Maydell1-0/+29
2021-06-16configure: Remove probe for _Static_assertRichard Henderson1-11/+0
2021-06-16qemu/compiler: Remove QEMU_GENERICRichard Henderson1-40/+0
2021-06-16include/qemu/lockable: Use _Generic instead of QEMU_GENERICRichard Henderson1-48/+40
2021-06-16util: Use unique type for QemuRecMutex in thread-posix.hRichard Henderson1-2/+8
2021-06-16util: Pass file+line to qemu_rec_mutex_unlock_implRichard Henderson1-1/+9
2021-06-16util: Use real functions for thread-posix QemuRecMutexRichard Henderson3-13/+6
2021-06-15configure: Remove probe for _Static_assertRichard Henderson1-11/+0
2021-06-15qemu/compiler: Remove QEMU_GENERICRichard Henderson1-40/+0
2021-06-15include/qemu/lockable: Use _Generic instead of QEMU_GENERICRichard Henderson1-48/+40
2021-06-15util: Use unique type for QemuRecMutex in thread-posix.hRichard Henderson1-2/+8
2021-06-15util: Pass file+line to qemu_rec_mutex_unlock_implRichard Henderson1-1/+9
2021-06-15util: Use real functions for thread-posix QemuRecMutexRichard Henderson3-13/+6
2021-06-15hostmem: Wire up RAM_NORESERVE via "reserve" propertyDavid Hildenbrand1-1/+1
2021-06-15util/mmap-alloc: Support RAM_NORESERVE via MAP_NORESERVE under LinuxDavid Hildenbrand1-0/+3
2021-06-15memory: Introduce RAM_NORESERVE and wire it up in qemu_ram_mmap()David Hildenbrand4-5/+23
2021-06-15util/mmap-alloc: Pass flags instead of separate bools to qemu_ram_mmap()David Hildenbrand2-7/+27
2021-06-15softmmu/memory: Pass ram_flags to qemu_ram_alloc() and qemu_ram_alloc_internal()David Hildenbrand1-1/+1
2021-06-15softmmu/memory: Pass ram_flags to memory_region_init_ram_shared_nomigrate()David Hildenbrand1-12/+12
2021-06-15softmmu/memory: Pass ram_flags to qemu_ram_alloc_from_fd()David Hildenbrand2-11/+4
2021-06-15softmmu/physmem: Fix ram_block_discard_range() to handle shared anonymous memoryDavid Hildenbrand1-2/+2
2021-06-15esp: store lun coming from the MESSAGE OUT phasePaolo Bonzini1-0/+1
2021-06-15sysemu: Make TPM structures inaccessible if CONFIG_TPM is not definedStefan Berger2-1/+14
2021-06-15acpi: Eliminate all TPM related code if CONFIG_TPM is not setStefan Berger1-0/+4