Sign in
qemu
/
qemu
/
36fef36b91f7ec0435215860f1458b5342ce2811
/
backends
a3567ba
hostmem: Ignore ENOSYS while setting MPOL_DEFAULT
by Pavel Fedin
· 9 years ago
0498790
qemu-char: convert testdev backend to data-driven creation
by Paolo Bonzini
· 9 years ago
e47666b
qemu-char: convert braille backend to data-driven creation
by Paolo Bonzini
· 9 years ago
96d885b
qemu-char: convert msmouse backend to data-driven creation
by Paolo Bonzini
· 9 years ago
4ca1728
qemu-char: add create to register_char_driver
by Paolo Bonzini
· 9 years ago
2d528d4
qemu-char: Use g_new() & friends where that makes obvious sense
by Markus Armbruster
· 9 years ago
70cbae1
baum: Fix build with debugging enabled
by Samuel Thibault
· 9 years ago
ef1e1e0
maint: avoid useless "if (foo) free(foo)" pattern
by Daniel P. Berrange
· 9 years ago
6b26996
hostmem: Fix qemu_opt_get_bool() crash in host_memory_backend_init()
by Eduardo Habkost
· 9 years ago
cc7a8ea
Include qapi/qmp/qerror.h exactly where needed
by Markus Armbruster
· 10 years ago
c6bd8c7
qerror: Clean up QERR_ macros to expand into a single string
by Markus Armbruster
· 10 years ago
75158eb
qerror: Eliminate QERR_DEVICE_NOT_FOUND
by Markus Armbruster
· 10 years ago
a3590da
qom: Don't pass string table to object_get_enum() function
by Daniel P. Berrange
· 10 years ago
b1028b4
backends: Fix typename of 'policy' enum property in hostmem obj
by Daniel P. Berrange
· 10 years ago
116694c
Extend TPM TIS interface to support TPM 2
by Stefan Berger
· 10 years ago
ac95415
Remove various unused functions
by Thomas Huth
· 10 years ago
c2cb2b0
hostmem: Fix mem-path property name in error report
by Jan Kiszka
· 10 years ago
36bce5c
hostmem: Prevent removing an in-use memory backend
by Lin Ma
· 10 years ago
9c80d95
backends: Fix warning from Sparse
by Stefan Weil
· 10 years ago
2458810
Drop superfluous conditionals around g_strdup()
by Markus Armbruster
· 10 years ago
10e11f4
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
by Peter Maydell
· 10 years ago
abb4d5f
Revert "rng-egd: remove redundant free"
by Eduardo Habkost
· 10 years ago
e4d50d4
qemu-char: Rename register_char_driver_qapi() to register_char_driver()
by Peter Maydell
· 10 years ago
d42e2de
hostmem-ram: don't exit qemu if size of memory-backend-ram is way too big
by Hu Tao
· 10 years ago
4994653
memory: add parameter errp to memory_region_init_ram
by Hu Tao
· 10 years ago
288d332
hostmem: set MPOL_MF_MOVE
by Michael S. Tsirkin
· 10 years ago
0e4a773
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
by Peter Maydell
· 10 years ago
469b046
memory: remove memory_region_destroy
by Paolo Bonzini
· 11 years ago
5692399
backends: Introduce chr-testdev
by Paolo Bonzini
· 10 years ago
feced89
rng-random: NULL check not needed before g_free()
by Eduardo Habkost
· 11 years ago
db39fcf
qemu-char: introduce qemu_chr_alloc
by Paolo Bonzini
· 10 years ago
4cf1b76
hostmem: add properties for NUMA memory policy
by Hu Tao
· 11 years ago
dbcb898
hostmem: add property to map memory with MAP_SHARED
by Paolo Bonzini
· 11 years ago
a35ba7b
hostmem: allow preallocation of any memory region
by Paolo Bonzini
· 11 years ago
605d0a9
hostmem: add merge and dump properties
by Paolo Bonzini
· 11 years ago
52330e1
hostmem: add file-based HostMemoryBackend
by Paolo Bonzini
· 11 years ago
bd9262d
hostmem: separate allocation from UserCreatable complete method
by Hu Tao
· 11 years ago
58f4662
backend:hostmem: replace hostmemory with host_memory
by Hu Tao
· 11 years ago
1f07048
add memdev backend infrastructure
by Igor Mammedov
· 11 years ago
849d828
build: convert some obj-specific CFLAGS to use new foo.o-cflags syntax
by Michael Tokarev
· 11 years ago
65cd906
qom: Clean up fragile use of error_is_set() in set() methods
by Markus Armbruster
· 11 years ago
e279e25
backends/baum.c: Fix compilation when SDL is not available.
by Richard W.M. Jones
· 11 years ago
47c0374
ui/sdl2 : initial port to SDL 2.0 (v2.0)
by Dave Airlie
· 11 years ago
57d3e1b
virtio_rng: replace custom backend API with UserCreatable.complete() callback
by Igor Mammedov
· 11 years ago
269e09f
add optional 2nd stage initialization to -object/object-add commands
by Igor Mammedov
· 11 years ago
513b8c7
rng: initialize file descriptor to -1
by Paolo Bonzini
· 11 years ago
1eb1bd9
rng-egd: offset the point when repeatedly read from the buffer
by Amos Kong
· 11 years ago
5e490b6
rng-egd: remove redundant free
by Amos Kong
· 11 years ago
bc72ad6
aio / timers: Switch entire codebase to the new timer API
by Alex Bligh
· 11 years ago
e93379b
aio / timers: Rename qemu_timer_* functions
by Alex Bligh
· 11 years ago
bc5741a
rng-random: use error_setg_file_open()
by Luiz Capitulino
· 12 years ago
bd5c51e
qemu-char: don't issue CHR_EVENT_OPEN in a BH
by Michael Roth
· 12 years ago
acbbc03
rng random backend: check for -EAGAIN errors on read
by Amit Shah
· 12 years ago
dccfcd0
sysemu: avoid proliferation of include/ subdirectories
by Paolo Bonzini
· 12 years ago
bdee56f
tpm: reorganize headers and split hardware part
by Paolo Bonzini
· 12 years ago
456d606
qemu-char: Call fe_claim / fe_release when not using qdev chr properties
by Hans de Goede
· 12 years ago
8f0605c
QOM-ify the TPM support
by Stefan Berger
· 12 years ago
fee204f
qemu-char: Rename qemu_chr_generic_open to qemu_chr_be_generic_open
by Hans de Goede
· 12 years ago
2d57286
chardev: add braille support to qapi
by Gerd Hoffmann
· 12 years ago
f5a51ca
chardev: add msmouse support to qapi
by Gerd Hoffmann
· 12 years ago
6e72a00
Merge remote-tracking branch 'bonzini/hw-dirs' into staging
by Anthony Liguori
· 12 years ago
7f9c9d1
rng-random: Use qemu_open / qemu_close
by Stefan Berger
· 12 years ago
159b6e9
hw: move char backends to backends/
by Paolo Bonzini
· 12 years ago
8c43a6f
Make all static TypeInfos const
by Andreas Färber
· 12 years ago
927d487
softmmu: move remaining include files to include/ subdirectories
by Paolo Bonzini
· 12 years ago
1de7afc
misc: move include files to include/qemu/
by Paolo Bonzini
· 12 years ago
7b1b5d1
qapi: move include files to include/qobject/
by Paolo Bonzini
· 12 years ago
e75fce6
rng-random: only build on POSIX platforms
by Anthony Liguori
· 12 years ago
9cb535f
rng-egd: don't use gslist_free_full
by Anthony Liguori
· 12 years ago
1da2738
rng-egd: introduce EGD compliant RNG backend
by Anthony Liguori
· 12 years ago
5c74521
rng-random: add an RNG backend that uses /dev/random (v3)
by Anthony Liguori
· 12 years ago
a9b7b2a
rng: add RndBackend abstract object class
by Anthony Liguori
· 12 years ago