summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-updates-25062...Peter Maydell2021-06-251-0/+9
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | plugins/api: expose symbol lookup to pluginsAlex Bennée2021-06-251-0/+9
| | |/ / | |/| |
* | | | Merge remote-tracking branch 'remotes/kraxel/tags/ui-20210624-pull-request' i...Peter Maydell2021-06-251-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | ui/cocoa: Add clipboard supportAkihiko Odaki2021-06-231-1/+1
* | | | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210624'...Peter Maydell2021-06-243-1/+17
|\ \ \ \ | |_|/ / |/| | |
| * | | tcg: Make gen_dup_i32/i64() public as tcg_gen_dup_i32/i64Peter Maydell2021-06-212-1/+8
| * | | hw/acpi: Provide function acpi_ghes_present()Peter Maydell2021-06-211-0/+9
* | | | Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2021-06-...Peter Maydell2021-06-247-14/+14
|\ \ \ \ | |_|/ / |/| | |
| * | | Remove leading underscores from QEMU definesAhmed Abouzied2021-06-217-14/+14
* | | | Merge remote-tracking branch 'remotes/cohuck-gitlab/tags/s390x-20210621' into...Peter Maydell2021-06-223-1/+23
|\ \ \ \
| * | | | s390x/css: Add passthrough IRBEric Farman2021-06-211-0/+3
| * | | | s390x/css: Refactor IRB constructionEric Farman2021-06-211-0/+2
| * | | | s390x/css: Introduce an ESW structEric Farman2021-06-211-1/+11
| * | | | linux-user: elf: s390x: Prepare for Vector enhancements facilityDavid Hildenbrand2021-06-211-0/+7
| |/ / /
* | | | Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210619-2' in...Peter Maydell2021-06-226-117/+131
|\ \ \ \ | |_|/ / |/| | |
| * | | tcg: expose TCGCond manipulation routinesAlessandro Di Federico2021-06-192-69/+102
| * | | tcg/tci: Change encoding to uint32_t unitsRichard Henderson2021-06-191-2/+2
| * | | tcg/tci: Use ffi for callsRichard Henderson2021-06-191-0/+1
| * | | plugins: Drop tcg_flags from struct qemu_plugin_dyn_cbRichard Henderson2021-06-191-1/+0Star
| * | | tcg: Combine dh_is_64bit and dh_is_signed to dh_typecodeRichard Henderson2021-06-192-45/+26Star
| |/ /
* | | Merge remote-tracking branch 'remotes/ehabkost-gl/tags/x86-next-pull-request'...Peter Maydell2021-06-2110-71/+497
|\ \ \
| * | | i386: Add ratelimit for bus locks acquired in guestChenyi Qiang2021-06-171-0/+8
| * | | Update Linux headers to 5.13-rc4Eduardo Habkost2021-06-179-71/+489
* | | | nbd/client-connection: add option for non-blocking connection attemptVladimir Sementsov-Ogievskiy2021-06-181-1/+1
* | | | nbd/client-connection: return only one io channelVladimir Sementsov-Ogievskiy2021-06-181-2/+2
* | | | nbd/client-connection: implement connection retryVladimir Sementsov-Ogievskiy2021-06-181-0/+2
* | | | nbd/client-connection: add possibility of negotiationVladimir Sementsov-Ogievskiy2021-06-181-2/+7
* | | | nbd: move connection code from block/nbd to nbd/client-connectionVladimir Sementsov-Ogievskiy2021-06-181-0/+11
* | | | qemu-sockets: introduce socket_address_parse_named_fd()Vladimir Sementsov-Ogievskiy2021-06-181-0/+11
* | | | co-queue: drop extra coroutine_fn marksVladimir Sementsov-Ogievskiy2021-06-181-2/+4
* | | | async: the main AioContext is only "current" if under the BQLPaolo Bonzini2021-06-181-1/+4
| |/ / |/| |
* | | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2021-06-177-35/+70
|\ \ \ | |/ / |/| |
| * | configure: Remove probe for _Static_assertRichard Henderson2021-06-161-11/+0Star
| * | qemu/compiler: Remove QEMU_GENERICRichard Henderson2021-06-161-40/+0Star
| * | include/qemu/lockable: Use _Generic instead of QEMU_GENERICRichard Henderson2021-06-161-48/+40Star
| * | util: Use unique type for QemuRecMutex in thread-posix.hRichard Henderson2021-06-161-2/+8
| * | util: Pass file+line to qemu_rec_mutex_unlock_implRichard Henderson2021-06-161-1/+9
| * | util: Use real functions for thread-posix QemuRecMutexRichard Henderson2021-06-163-13/+6Star
| * | hostmem: Wire up RAM_NORESERVE via "reserve" propertyDavid Hildenbrand2021-06-151-1/+1
| * | util/mmap-alloc: Support RAM_NORESERVE via MAP_NORESERVE under LinuxDavid Hildenbrand2021-06-151-0/+3
| * | memory: Introduce RAM_NORESERVE and wire it up in qemu_ram_mmap()David Hildenbrand2021-06-154-5/+23
| * | util/mmap-alloc: Pass flags instead of separate bools to qemu_ram_mmap()David Hildenbrand2021-06-152-7/+27
| * | softmmu/memory: Pass ram_flags to qemu_ram_alloc() and qemu_ram_alloc_internal()David Hildenbrand2021-06-151-1/+1
| * | softmmu/memory: Pass ram_flags to memory_region_init_ram_shared_nomigrate()David Hildenbrand2021-06-151-12/+12
| * | softmmu/memory: Pass ram_flags to qemu_ram_alloc_from_fd()David Hildenbrand2021-06-152-11/+4Star
| * | softmmu/physmem: Fix ram_block_discard_range() to handle shared anonymous memoryDavid Hildenbrand2021-06-151-2/+2
| * | esp: store lun coming from the MESSAGE OUT phasePaolo Bonzini2021-06-151-0/+1
* | | Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-c11-20210615' into...Peter Maydell2021-06-175-113/+61Star
|\ \ \ | |_|/ |/| |
| * | configure: Remove probe for _Static_assertRichard Henderson2021-06-161-11/+0Star
| * | qemu/compiler: Remove QEMU_GENERICRichard Henderson2021-06-161-40/+0Star