summaryrefslogtreecommitdiffstats
path: root/include/qemu
Commit message (Expand)AuthorAgeFilesLines
* util/cutils: Introduce freq_to_str() to display Hertz unitsPhilippe Mathieu-Daudé2020-10-161-0/+12
* Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2020-10-162-1/+12
|\
| * keyval: Parse help optionsKevin Wolf2020-10-152-1/+12
* | module: silence errors for module_load_qom_all().Gerd Hoffmann2020-10-151-4/+4
|/
* Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2020-10-061-22/+2Star
|\
| * cpu-timers, icount: new modulesClaudio Fontana2020-10-051-22/+2Star
* | util/vfio-helpers: Pass page protections to qemu_vfio_pci_map_bar()Philippe Mathieu-Daudé2020-10-051-1/+1
|/
* typedefs: Restrict PCMachineState to 'hw/i386/pc.h'Philippe Mathieu-Daudé2020-09-301-1/+0Star
* cutils: introduce get_relocated_pathPaolo Bonzini2020-09-301-0/+12
* oslib: do not call g_strdup from qemu_get_exec_dirPaolo Bonzini2020-09-301-6/+2Star
* Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul...Peter Maydell2020-09-281-1/+1
|\
| * timer: Fix timer_mod_anticipate() documentationPhilippe Mathieu-Daudé2020-09-231-1/+1
* | qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi2020-09-2311-222/+229
* | util/iov: add iov_discard_undo()Stefan Hajnoczi2020-09-231-0/+23
|/
* Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-09-1...Peter Maydell2020-09-172-1/+2
|\
| * osdep: file locking functions are not available on Win32Yonggang Luo2020-09-161-1/+1
| * rcu: Implement drain_call_rcuMaxim Levitsky2020-09-161-0/+1
* | util: introduce qemu_open and qemu_create with error reportingDaniel P. Berrangé2020-09-161-0/+6
* | util: rename qemu_open() to qemu_open_old()Daniel P. Berrangé2020-09-161-1/+1
* | monitor: simplify functions for getting a dup'd fdset entryDaniel P. Berrangé2020-09-161-0/+1
|/
* main-loop: Fix commentStefan Weil2020-09-011-1/+1
* qemu/int128: Add int128_lshiftRichard Henderson2020-08-281-0/+16
* meson: infrastructure for building emulatorsPaolo Bonzini2020-08-211-1/+1
* linux-user: don't use MAP_FIXED in pgd_find_hole_fallbackAlex Bennée2020-07-271-0/+3
* util: add qemu_get_host_physmem utility functionAlex Bennée2020-07-271-0/+12
* qemu/osdep: Reword qemu_get_exec_dir() documentationPhilippe Mathieu-Daudé2020-07-211-1/+4
* Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell2020-07-161-0/+1
|\
| * net: check if the file descriptor is valid before using itLaurent Vivier2020-07-151-0/+1
* | cputlb: ensure we save the IOTLB data in case of resetAlex Bennée2020-07-151-0/+1
|/
* util: Introduce qemu_get_host_name()Michal Privoznik2020-07-141-0/+10
* bswap.h: Include <endian.h> on Haiku for bswap operationsDavid CARLIER2020-07-131-0/+2
* osdep.h: For Haiku, define SIGIO as equivalent to SIGPOLLDavid CARLIER2020-07-131-0/+4
* osdep.h: Always include <sys/signal.h> if it existsDavid CARLIER2020-07-131-1/+1
* cpu-throttle: new module, extracted from cpus.cClaudio Fontana2020-07-111-0/+5
* coverity: provide Coverity-friendly MIN_CONST and MAX_CONSTEric Blake2020-07-111-7/+14
* util/qemu-error: prepend guest name to error message to identify affected VM ...Mario Smarduch2020-07-111-0/+2
* qemu-option: Make functions taking Error ** return bool, not voidMarkus Armbruster2020-07-101-8/+8
* Merge remote-tracking branch 'remotes/kraxel/tags/modules-20200707-pull-reque...Peter Maydell2020-07-091-0/+2
|\
| * module: qom module supportGerd Hoffmann2020-07-071-0/+2
* | util/qemu-option: Document the get_opt_value() functionPhilippe Mathieu-Daudé2020-07-071-0/+13
* | fix the prototype of muls64/mulu64Lijun Pan2020-07-061-2/+2
|/
* qdev: Introduce DEFINE_PROP_RESERVED_REGIONEric Auger2020-07-031-0/+1
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2020-06-261-10/+47
|\
| * osdep: Make MIN/MAX evaluate arguments only onceEric Blake2020-06-261-10/+47
* | coroutine: support SafeStack in ucontext backendDaniele Buono2020-06-231-0/+5
|/
* include/qemu: Added tsan.h for annotations.Robert Foley2020-06-161-0/+71
* thread: add tsan annotations to QemuSpinEmilio G. Cota2020-06-161-3/+36
* thread: add qemu_spin_destroyEmilio G. Cota2020-06-161-0/+3
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2020-06-132-2/+2
|\
| * i386: hvf: Drop HVFX86EmulatorStateRoman Bolshakov2020-06-121-1/+0Star