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
2019-08-16
sysemu: Move the VMChangeStateEntry typedef to qemu/typedefs.h
Markus Armbruster
1
-0
/
+1
2019-08-16
Include sysemu/hostmem.h less
Markus Armbruster
1
-0
/
+1
2019-08-16
Include qemu/queue.h slightly less
Markus Armbruster
1
-2
/
+0
2019-08-16
Include migration/vmstate.h less
Markus Armbruster
1
-1
/
+0
2019-08-16
migration: Move the VMStateDescription typedef to typedefs.h
Markus Armbruster
1
-0
/
+1
2019-08-16
Include hw/irq.h a lot less
Markus Armbruster
1
-0
/
+9
2019-08-16
typedefs: Separate incomplete types and function types
Markus Armbruster
1
-3
/
+23
2019-08-16
queue: Drop superfluous #include qemu/atomic.h
Markus Armbruster
1
-2
/
+0
2019-08-16
Include generated QAPI headers less
Markus Armbruster
1
-1
/
+1
2019-08-16
include: Make headers more self-contained
Markus Armbruster
3
-1
/
+5
2019-07-15
bitmap: Add bitmap_copy_with_{src|dst}_offset()
Peter Xu
1
-0
/
+9
2019-07-14
include/qemu/atomic.h: Add signal_barrier
Richard Henderson
1
-0
/
+11
2019-06-12
Include qemu-common.h exactly where needed
Markus Armbruster
10
-10
/
+0
2019-06-11
qemu-common: Move qemu_isalnum() etc. to qemu/ctype.h
Markus Armbruster
1
-0
/
+27
2019-05-22
util: Add qemu_guest_getrandom and associated routines
Richard Henderson
1
-0
/
+68
2019-05-13
Clean up decorations and whitespace around header guards
Markus Armbruster
1
-1
/
+1
2019-05-13
Normalize header guard symbol definition.
Markus Armbruster
3
-3
/
+3
2019-05-13
Clean up ill-advised or unusual header guards
Markus Armbruster
2
-5
/
+5
2019-05-13
Clean up header guards that don't match their file name
Markus Armbruster
1
-3
/
+3
2019-05-07
osdep: Fix mingw compilation regarding stdio formats
Cao Jiaxi
1
-5
/
+5
2019-05-07
QEMU_PACKED: Remove gcc_struct attribute in Windows non x86 targets
Cao Jiaxi
1
-1
/
+1
2019-04-29
hw/devices: Move TI touchscreen declarations into a new header
Philippe Mathieu-Daudé
1
-1
/
+0
2019-04-25
util/mmap-alloc: Add a 'is_pmem' parameter to qemu_ram_mmap
Zhang Yi
1
-1
/
+20
2019-04-18
include: Move fprintf_function to disas/
Markus Armbruster
1
-14
/
+0
2019-04-18
qemu-print: New qemu_fprintf(), qemu_vfprintf()
Markus Armbruster
1
-0
/
+4
2019-04-18
qsp: Simplify how qsp_report() prints
Markus Armbruster
1
-4
/
+2
2019-04-18
include: Include fprintf-fn.h only where needed
Markus Armbruster
1
-2
/
+0
2019-04-18
qemu-print: New qemu_printf(), qemu_vprintf() etc.
Markus Armbruster
1
-0
/
+19
2019-04-18
monitor error: Make printf()-like functions return a value
Markus Armbruster
1
-4
/
+4
2019-04-17
log: Make glib logging go through QEMU
Christophe Fergeau
1
-1
/
+2
2019-04-09
include/qemu/bswap.h: Use __builtin_memcpy() in accessor functions
Peter Maydell
1
-10
/
+16
2019-04-02
filemon: fix watch IDs to avoid potential wraparound issues
Daniel P. Berrangé
1
-8
/
+8
2019-03-11
hostmem-file: reject invalid pmem file sizes
Stefan Hajnoczi
1
-0
/
+13
2019-03-07
tests: qgraph API for the qtest driver framework
Emanuele Giuseppe Esposito
1
-0
/
+2
2019-03-06
Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20190306a'...
Peter Maydell
1
-0
/
+17
2019-03-06
bitmap: bitmap_count_one_with_offset
Wei Wang
1
-0
/
+13
2019-03-06
bitmap: fix bitmap_count_one
Wei Wang
1
-0
/
+4
2019-03-06
bswap: Fix accessors syntax in comment
Greg Kurz
1
-4
/
+4
2019-03-05
net: Introduce announce timer
Dr. David Alan Gilbert
1
-0
/
+1
2019-02-26
authz: delete existing ACL implementation
Daniel P. Berrange
1
-66
/
+0
2019-02-26
util: add helper APIs for dealing with inotify in portable manner
Daniel P. Berrangé
1
-0
/
+128
2019-02-22
block: enhance QEMUIOVector structure
Vladimir Sementsov-Ogievskiy
1
-2
/
+62
2019-02-07
slirp: replace global polling with per-instance & notifier
Marc-André Lureau
1
-0
/
+15
2019-02-07
Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190206' into staging
Peter Maydell
1
-1
/
+1
2019-02-06
tcg: add early clober modifier in atomic16_cmpxchg on aarch64
Catherine Ho
1
-1
/
+1
2019-02-05
queue: fix QTAILQ_FOREACH_REVERSE_SAFE
Paolo Bonzini
1
-1
/
+1
2019-02-04
mmap-alloc: fix hugetlbfs misaligned length in ppc64
Murilo Opsfelder Araujo
1
-1
/
+1
2019-02-01
block: Eliminate the S_1KiB, S_2KiB, ... macros
Markus Armbruster
1
-73
/
+0
2019-02-01
uuid: Make qemu_uuid_bswap() take and return a QemuUUID
Peter Maydell
1
-1
/
+1
2019-01-31
Merge remote-tracking branch 'remotes/xanclic/tags/pull-block-2019-01-31' int...
Peter Maydell
1
-0
/
+16
[next]