index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
backends
Age
Commit message (
Expand
)
Author
2014-05-08
build: convert some obj-specific CFLAGS to use new foo.o-cflags syntax
Michael Tokarev
2014-05-05
qom: Clean up fragile use of error_is_set() in set() methods
Markus Armbruster
2014-03-24
backends/baum.c: Fix compilation when SDL is not available.
Richard W.M. Jones
2014-03-05
ui/sdl2 : initial port to SDL 2.0 (v2.0)
Dave Airlie
2014-01-28
virtio_rng: replace custom backend API with UserCreatable.complete() callback
Igor Mammedov
2014-01-28
add optional 2nd stage initialization to -object/object-add commands
Igor Mammedov
2014-01-06
rng: initialize file descriptor to -1
Paolo Bonzini
2013-11-21
rng-egd: offset the point when repeatedly read from the buffer
Amos Kong
2013-11-21
rng-egd: remove redundant free
Amos Kong
2013-08-22
aio / timers: Switch entire codebase to the new timer API
Alex Bligh
2013-08-22
aio / timers: Rename qemu_timer_* functions
Alex Bligh
2013-06-17
rng-random: use error_setg_file_open()
Luiz Capitulino
2013-06-10
qemu-char: don't issue CHR_EVENT_OPEN in a BH
Michael Roth
2013-04-16
rng random backend: check for -EAGAIN errors on read
Amit Shah
2013-04-15
sysemu: avoid proliferation of include/ subdirectories
Paolo Bonzini
2013-04-15
tpm: reorganize headers and split hardware part
Paolo Bonzini
2013-04-04
qemu-char: Call fe_claim / fe_release when not using qdev chr properties
Hans de Goede
2013-04-02
QOM-ify the TPM support
Stefan Berger
2013-03-27
qemu-char: Rename qemu_chr_generic_open to qemu_chr_be_generic_open
Hans de Goede
2013-03-13
chardev: add braille support to qapi
Gerd Hoffmann
2013-03-13
chardev: add msmouse support to qapi
Gerd Hoffmann
2013-03-10
Merge remote-tracking branch 'bonzini/hw-dirs' into staging
Anthony Liguori
2013-03-08
rng-random: Use qemu_open / qemu_close
Stefan Berger
2013-03-01
hw: move char backends to backends/
Paolo Bonzini
2013-01-10
Make all static TypeInfos const
Andreas Färber
2012-12-19
softmmu: move remaining include files to include/ subdirectories
Paolo Bonzini
2012-12-19
misc: move include files to include/qemu/
Paolo Bonzini
2012-12-19
qapi: move include files to include/qobject/
Paolo Bonzini
2012-11-19
rng-random: only build on POSIX platforms
Anthony Liguori
2012-11-16
rng-egd: don't use gslist_free_full
Anthony Liguori
2012-11-16
rng-egd: introduce EGD compliant RNG backend
Anthony Liguori
2012-11-16
rng-random: add an RNG backend that uses /dev/random (v3)
Anthony Liguori
2012-11-16
rng: add RndBackend abstract object class
Anthony Liguori