index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
qemu
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-16
util/cutils: Introduce freq_to_str() to display Hertz units
Philippe Mathieu-Daudé
1
-0
/
+12
2020-10-16
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
2
-1
/
+12
2020-10-15
keyval: Parse help options
Kevin Wolf
2
-1
/
+12
2020-10-15
module: silence errors for module_load_qom_all().
Gerd Hoffmann
1
-4
/
+4
2020-10-06
Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...
Peter Maydell
1
-22
/
+2
2020-10-05
cpu-timers, icount: new modules
Claudio Fontana
1
-22
/
+2
2020-10-05
util/vfio-helpers: Pass page protections to qemu_vfio_pci_map_bar()
Philippe Mathieu-Daudé
1
-1
/
+1
2020-09-30
typedefs: Restrict PCMachineState to 'hw/i386/pc.h'
Philippe Mathieu-Daudé
1
-1
/
+0
2020-09-30
cutils: introduce get_relocated_path
Paolo Bonzini
1
-0
/
+12
2020-09-30
oslib: do not call g_strdup from qemu_get_exec_dir
Paolo Bonzini
1
-6
/
+2
2020-09-28
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul...
Peter Maydell
1
-1
/
+1
2020-09-23
timer: Fix timer_mod_anticipate() documentation
Philippe Mathieu-Daudé
1
-1
/
+1
2020-09-23
qemu/atomic.h: rename atomic_ to qatomic_
Stefan Hajnoczi
11
-222
/
+229
2020-09-23
util/iov: add iov_discard_undo()
Stefan Hajnoczi
1
-0
/
+23
2020-09-17
Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-09-1...
Peter Maydell
2
-1
/
+2
2020-09-16
util: introduce qemu_open and qemu_create with error reporting
Daniel P. Berrangé
1
-0
/
+6
2020-09-16
util: rename qemu_open() to qemu_open_old()
Daniel P. Berrangé
1
-1
/
+1
2020-09-16
monitor: simplify functions for getting a dup'd fdset entry
Daniel P. Berrangé
1
-0
/
+1
2020-09-16
osdep: file locking functions are not available on Win32
Yonggang Luo
1
-1
/
+1
2020-09-16
rcu: Implement drain_call_rcu
Maxim Levitsky
1
-0
/
+1
2020-09-01
main-loop: Fix comment
Stefan Weil
1
-1
/
+1
2020-08-28
qemu/int128: Add int128_lshift
Richard Henderson
1
-0
/
+16
2020-08-21
meson: infrastructure for building emulators
Paolo Bonzini
1
-1
/
+1
2020-07-27
linux-user: don't use MAP_FIXED in pgd_find_hole_fallback
Alex Bennée
1
-0
/
+3
2020-07-27
util: add qemu_get_host_physmem utility function
Alex Bennée
1
-0
/
+12
2020-07-21
qemu/osdep: Reword qemu_get_exec_dir() documentation
Philippe Mathieu-Daudé
1
-1
/
+4
2020-07-16
Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...
Peter Maydell
1
-0
/
+1
2020-07-15
net: check if the file descriptor is valid before using it
Laurent Vivier
1
-0
/
+1
2020-07-15
cputlb: ensure we save the IOTLB data in case of reset
Alex Bennée
1
-0
/
+1
2020-07-13
util: Introduce qemu_get_host_name()
Michal Privoznik
1
-0
/
+10
2020-07-13
bswap.h: Include <endian.h> on Haiku for bswap operations
David CARLIER
1
-0
/
+2
2020-07-13
osdep.h: For Haiku, define SIGIO as equivalent to SIGPOLL
David CARLIER
1
-0
/
+4
2020-07-13
osdep.h: Always include <sys/signal.h> if it exists
David CARLIER
1
-1
/
+1
2020-07-10
cpu-throttle: new module, extracted from cpus.c
Claudio Fontana
1
-0
/
+5
2020-07-10
coverity: provide Coverity-friendly MIN_CONST and MAX_CONST
Eric Blake
1
-7
/
+14
2020-07-10
util/qemu-error: prepend guest name to error message to identify affected VM ...
Mario Smarduch
1
-0
/
+2
2020-07-10
qemu-option: Make functions taking Error ** return bool, not void
Markus Armbruster
1
-8
/
+8
2020-07-09
Merge remote-tracking branch 'remotes/kraxel/tags/modules-20200707-pull-reque...
Peter Maydell
1
-0
/
+2
2020-07-07
module: qom module support
Gerd Hoffmann
1
-0
/
+2
2020-07-07
util/qemu-option: Document the get_opt_value() function
Philippe Mathieu-Daudé
1
-0
/
+13
2020-07-06
fix the prototype of muls64/mulu64
Lijun Pan
1
-2
/
+2
2020-07-03
qdev: Introduce DEFINE_PROP_RESERVED_REGION
Eric Auger
1
-0
/
+1
2020-06-26
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-10
/
+47
2020-06-26
osdep: Make MIN/MAX evaluate arguments only once
Eric Blake
1
-10
/
+47
2020-06-23
coroutine: support SafeStack in ucontext backend
Daniele Buono
1
-0
/
+5
2020-06-16
include/qemu: Added tsan.h for annotations.
Robert Foley
1
-0
/
+71
2020-06-16
thread: add tsan annotations to QemuSpin
Emilio G. Cota
1
-3
/
+36
2020-06-16
thread: add qemu_spin_destroy
Emilio G. Cota
1
-0
/
+3
2020-06-12
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2
-2
/
+2
2020-06-12
i386: hvf: Drop HVFX86EmulatorState
Roman Bolshakov
1
-1
/
+0
[next]