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
/
backends
Age
Commit message (
Expand
)
Author
Files
Lines
2015-09-16
qemu-char: Use g_new() & friends where that makes obvious sense
Markus Armbruster
1
-2
/
+2
2015-09-11
baum: Fix build with debugging enabled
Samuel Thibault
1
-1
/
+1
2015-09-11
maint: avoid useless "if (foo) free(foo)" pattern
Daniel P. Berrange
1
-3
/
+1
2015-07-22
hostmem: Fix qemu_opt_get_bool() crash in host_memory_backend_init()
Eduardo Habkost
1
-4
/
+4
2015-06-22
Include qapi/qmp/qerror.h exactly where needed
Markus Armbruster
1
-1
/
+0
2015-06-22
qerror: Clean up QERR_ macros to expand into a single string
Markus Armbruster
4
-9
/
+9
2015-06-22
qerror: Eliminate QERR_DEVICE_NOT_FOUND
Markus Armbruster
1
-1
/
+2
2015-06-19
qom: Don't pass string table to object_get_enum() function
Daniel P. Berrange
1
-14
/
+8
2015-06-19
backends: Fix typename of 'policy' enum property in hostmem obj
Daniel P. Berrange
1
-1
/
+1
2015-05-31
Extend TPM TIS interface to support TPM 2
Stefan Berger
1
-0
/
+14
2015-05-08
Remove various unused functions
Thomas Huth
1
-11
/
+0
2015-04-30
hostmem: Fix mem-path property name in error report
Jan Kiszka
1
-1
/
+1
2015-04-01
hostmem: Prevent removing an in-use memory backend
Lin Ma
1
-0
/
+14
2015-03-19
backends: Fix warning from Sparse
Stefan Weil
1
-1
/
+1
2014-12-10
Drop superfluous conditionals around g_strdup()
Markus Armbruster
1
-5
/
+1
2014-09-18
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
1
-0
/
+1
2014-09-18
Revert "rng-egd: remove redundant free"
Eduardo Habkost
1
-0
/
+1
2014-09-16
qemu-char: Rename register_char_driver_qapi() to register_char_driver()
Peter Maydell
3
-3
/
+3
2014-09-09
hostmem-ram: don't exit qemu if size of memory-backend-ram is way too big
Hu Tao
1
-1
/
+1
2014-09-09
memory: add parameter errp to memory_region_init_ram
Hu Tao
1
-1
/
+1
2014-08-20
hostmem: set MPOL_MF_MOVE
Michael S. Tsirkin
1
-1
/
+1
2014-08-19
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-10
/
+0
2014-08-18
memory: remove memory_region_destroy
Paolo Bonzini
1
-10
/
+0
2014-08-06
backends: Introduce chr-testdev
Paolo Bonzini
2
-1
/
+132
2014-06-24
rng-random: NULL check not needed before g_free()
Eduardo Habkost
1
-4
/
+1
2014-06-23
qemu-char: introduce qemu_chr_alloc
Paolo Bonzini
2
-2
/
+2
2014-06-19
hostmem: add properties for NUMA memory policy
Hu Tao
1
-1
/
+135
2014-06-19
hostmem: add property to map memory with MAP_SHARED
Paolo Bonzini
1
-1
/
+25
2014-06-19
hostmem: allow preallocation of any memory region
Paolo Bonzini
2
-0
/
+45
2014-06-19
hostmem: add merge and dump properties
Paolo Bonzini
1
-1
/
+83
2014-06-19
hostmem: add file-based HostMemoryBackend
Paolo Bonzini
2
-0
/
+108
2014-06-19
hostmem: separate allocation from UserCreatable complete method
Hu Tao
2
-4
/
+23
2014-06-19
backend:hostmem: replace hostmemory with host_memory
Hu Tao
1
-12
/
+12
2014-06-18
add memdev backend infrastructure
Igor Mammedov
3
-0
/
+153
2014-05-08
build: convert some obj-specific CFLAGS to use new foo.o-cflags syntax
Michael Tokarev
1
-1
/
+1
2014-05-05
qom: Clean up fragile use of error_is_set() in set() methods
Markus Armbruster
2
-8
/
+14
2014-03-24
backends/baum.c: Fix compilation when SDL is not available.
Richard W.M. Jones
1
-2
/
+6
2014-03-05
ui/sdl2 : initial port to SDL 2.0 (v2.0)
Dave Airlie
1
-2
/
+2
2014-01-28
virtio_rng: replace custom backend API with UserCreatable.complete() callback
Igor Mammedov
1
-2
/
+10
2014-01-28
add optional 2nd stage initialization to -object/object-add commands
Igor Mammedov
1
-0
/
+5
2014-01-06
rng: initialize file descriptor to -1
Paolo Bonzini
1
-2
/
+2
2013-11-21
rng-egd: offset the point when repeatedly read from the buffer
Amos Kong
1
-1
/
+3
2013-11-21
rng-egd: remove redundant free
Amos Kong
1
-1
/
+0
2013-08-22
aio / timers: Switch entire codebase to the new timer API
Alex Bligh
1
-6
/
+6
2013-08-22
aio / timers: Rename qemu_timer_* functions
Alex Bligh
1
-3
/
+3
2013-06-17
rng-random: use error_setg_file_open()
Luiz Capitulino
1
-2
/
+1
2013-06-10
qemu-char: don't issue CHR_EVENT_OPEN in a BH
Michael Roth
2
-2
/
+1
2013-04-16
rng random backend: check for -EAGAIN errors on read
Amit Shah
1
-0
/
+3
2013-04-15
sysemu: avoid proliferation of include/ subdirectories
Paolo Bonzini
6
-8
/
+8
2013-04-15
tpm: reorganize headers and split hardware part
Paolo Bonzini
1
-1
/
+37
[next]