aboutsummaryrefslogtreecommitdiff
path: root/include/qemu
AgeCommit message (Expand)AuthorFilesLines
2021-01-01Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2020-12-19' into ...Peter Maydell1-2/+2
2020-12-19migration: Replace migration's JSON writer by the general oneMarkus Armbruster1-2/+2
2020-12-18tcg/optimize: Add fallthrough annotationsThomas Huth1-0/+11
2020-12-15compiler.h: remove QEMU_GNUC_PREREQMarc-André Lureau1-11/+0
2020-12-15compiler: remove GNUC checkMarc-André Lureau1-7/+1
2020-12-15compiler.h: explicit case for Clang printf attributeMarc-André Lureau1-12/+12
2020-12-15qemu-plugin.h: remove GCC < 4Marc-André Lureau1-7/+2
2020-12-15compiler.h: remove GCC < 3 __builtin_expect fallbackMarc-André Lureau1-4/+0
2020-12-15qemu/atomic: Drop special case for unsupported compilerPhilippe Mathieu-Daudé1-17/+0
2020-12-15plugin: propagate errorsPaolo Bonzini1-2/+2
2020-12-11Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell3-3/+29
2020-12-10config-file: move -set implementation to vl.cPaolo Bonzini1-1/+0
2020-12-10vl: extract softmmu/datadir.cPaolo Bonzini1-0/+28
2020-12-10qemu-option: restrict qemu_opts_set to merge-lists QemuOptsPaolo Bonzini1-2/+1
2020-12-10Clean up includesMarkus Armbruster1-1/+0
2020-12-08libvhost-user: make it a meson subprojectMarc-André Lureau1-1/+1
2020-11-17qemu/bswap: Remove unused qemu_bswap_len()Philippe Mathieu-Daudé1-6/+0
2020-11-15nomaintainer: Fix Lesser GPL version numberChetan Pant3-3/+3
2020-11-03cutils: replace strdup with g_strdupPaolo Bonzini1-0/+1
2020-10-23util/vhost-user-server: move header to include/Stefan Hajnoczi1-0/+65
2020-10-16util/cutils: Introduce freq_to_str() to display Hertz unitsPhilippe Mathieu-Daudé1-0/+12
2020-10-16Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2-1/+12
2020-10-15keyval: Parse help optionsKevin Wolf2-1/+12
2020-10-15module: silence errors for module_load_qom_all().Gerd Hoffmann1-4/+4
2020-10-06Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell1-22/+2
2020-10-05cpu-timers, icount: new modulesClaudio Fontana1-22/+2
2020-10-05util/vfio-helpers: Pass page protections to qemu_vfio_pci_map_bar()Philippe Mathieu-Daudé1-1/+1
2020-09-30typedefs: Restrict PCMachineState to 'hw/i386/pc.h'Philippe Mathieu-Daudé1-1/+0
2020-09-30cutils: introduce get_relocated_pathPaolo Bonzini1-0/+12
2020-09-30oslib: do not call g_strdup from qemu_get_exec_dirPaolo Bonzini1-6/+2
2020-09-28Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul...Peter Maydell1-1/+1
2020-09-23timer: Fix timer_mod_anticipate() documentationPhilippe Mathieu-Daudé1-1/+1
2020-09-23qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi11-222/+229
2020-09-23util/iov: add iov_discard_undo()Stefan Hajnoczi1-0/+23
2020-09-17Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-09-1...Peter Maydell2-1/+2
2020-09-16util: introduce qemu_open and qemu_create with error reportingDaniel P. Berrangé1-0/+6
2020-09-16util: rename qemu_open() to qemu_open_old()Daniel P. Berrangé1-1/+1
2020-09-16monitor: simplify functions for getting a dup'd fdset entryDaniel P. Berrangé1-0/+1
2020-09-16osdep: file locking functions are not available on Win32Yonggang Luo1-1/+1
2020-09-16rcu: Implement drain_call_rcuMaxim Levitsky1-0/+1
2020-09-01main-loop: Fix commentStefan Weil1-1/+1
2020-08-28qemu/int128: Add int128_lshiftRichard Henderson1-0/+16
2020-08-21meson: infrastructure for building emulatorsPaolo Bonzini1-1/+1
2020-07-27linux-user: don't use MAP_FIXED in pgd_find_hole_fallbackAlex Bennée1-0/+3
2020-07-27util: add qemu_get_host_physmem utility functionAlex Bennée1-0/+12
2020-07-21qemu/osdep: Reword qemu_get_exec_dir() documentationPhilippe Mathieu-Daudé1-1/+4
2020-07-16Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell1-0/+1
2020-07-15net: check if the file descriptor is valid before using itLaurent Vivier1-0/+1
2020-07-15cputlb: ensure we save the IOTLB data in case of resetAlex Bennée1-0/+1
2020-07-13util: Introduce qemu_get_host_name()Michal Privoznik1-0/+10