| Commit message (Expand) | Author | Age | Files | Lines |
* | hostmem: set MPOL_MF_MOVE | Michael S. Tsirkin | 2014-08-20 | 1 | -1/+1 |
* | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 2014-08-19 | 1 | -10/+0 |
|\ |
|
| * | memory: remove memory_region_destroy | Paolo Bonzini | 2014-08-18 | 1 | -10/+0 |
* | | backends: Introduce chr-testdev | Paolo Bonzini | 2014-08-06 | 2 | -1/+132 |
|/ |
|
* | rng-random: NULL check not needed before g_free() | Eduardo Habkost | 2014-06-24 | 1 | -4/+1 |
* | qemu-char: introduce qemu_chr_alloc | Paolo Bonzini | 2014-06-23 | 2 | -2/+2 |
* | hostmem: add properties for NUMA memory policy | Hu Tao | 2014-06-19 | 1 | -1/+135 |
* | hostmem: add property to map memory with MAP_SHARED | Paolo Bonzini | 2014-06-19 | 1 | -1/+25 |
* | hostmem: allow preallocation of any memory region | Paolo Bonzini | 2014-06-19 | 2 | -0/+45 |
* | hostmem: add merge and dump properties | Paolo Bonzini | 2014-06-19 | 1 | -1/+83 |
* | hostmem: add file-based HostMemoryBackend | Paolo Bonzini | 2014-06-19 | 2 | -0/+108 |
* | hostmem: separate allocation from UserCreatable complete method | Hu Tao | 2014-06-19 | 2 | -4/+23 |
* | backend:hostmem: replace hostmemory with host_memory | Hu Tao | 2014-06-19 | 1 | -12/+12 |
* | add memdev backend infrastructure | Igor Mammedov | 2014-06-18 | 3 | -0/+153 |
* | build: convert some obj-specific CFLAGS to use new foo.o-cflags syntax | Michael Tokarev | 2014-05-08 | 1 | -1/+1 |
* | qom: Clean up fragile use of error_is_set() in set() methods | Markus Armbruster | 2014-05-05 | 2 | -8/+14 |
* | backends/baum.c: Fix compilation when SDL is not available. | Richard W.M. Jones | 2014-03-24 | 1 | -2/+6 |
* | ui/sdl2 : initial port to SDL 2.0 (v2.0) | Dave Airlie | 2014-03-05 | 1 | -2/+2 |
* | virtio_rng: replace custom backend API with UserCreatable.complete() callback | Igor Mammedov | 2014-01-28 | 1 | -2/+10 |
* | add optional 2nd stage initialization to -object/object-add commands | Igor Mammedov | 2014-01-28 | 1 | -0/+5 |
* | rng: initialize file descriptor to -1 | Paolo Bonzini | 2014-01-06 | 1 | -2/+2 |
* | rng-egd: offset the point when repeatedly read from the buffer | Amos Kong | 2013-11-21 | 1 | -1/+3 |
* | rng-egd: remove redundant free | Amos Kong | 2013-11-21 | 1 | -1/+0 |
* | aio / timers: Switch entire codebase to the new timer API | Alex Bligh | 2013-08-22 | 1 | -6/+6 |
* | aio / timers: Rename qemu_timer_* functions | Alex Bligh | 2013-08-22 | 1 | -3/+3 |
* | rng-random: use error_setg_file_open() | Luiz Capitulino | 2013-06-17 | 1 | -2/+1 |
* | qemu-char: don't issue CHR_EVENT_OPEN in a BH | Michael Roth | 2013-06-10 | 2 | -2/+1 |
* | rng random backend: check for -EAGAIN errors on read | Amit Shah | 2013-04-16 | 1 | -0/+3 |
* | sysemu: avoid proliferation of include/ subdirectories | Paolo Bonzini | 2013-04-15 | 6 | -8/+8 |
* | tpm: reorganize headers and split hardware part | Paolo Bonzini | 2013-04-15 | 1 | -1/+37 |
* | qemu-char: Call fe_claim / fe_release when not using qdev chr properties | Hans de Goede | 2013-04-05 | 1 | -0/+6 |
* | QOM-ify the TPM support | Stefan Berger | 2013-04-02 | 2 | -0/+156 |
* | qemu-char: Rename qemu_chr_generic_open to qemu_chr_be_generic_open | Hans de Goede | 2013-03-27 | 1 | -1/+1 |
* | chardev: add braille support to qapi | Gerd Hoffmann | 2013-03-13 | 1 | -2/+2 |
* | chardev: add msmouse support to qapi | Gerd Hoffmann | 2013-03-13 | 1 | -2/+2 |
* | Merge remote-tracking branch 'bonzini/hw-dirs' into staging | Anthony Liguori | 2013-03-11 | 3 | -0/+721 |
|\ |
|
| * | hw: move char backends to backends/ | Paolo Bonzini | 2013-03-01 | 3 | -0/+709 |
* | | rng-random: Use qemu_open / qemu_close | Stefan Berger | 2013-03-08 | 1 | -2/+2 |
|/ |
|
* | Make all static TypeInfos const | Andreas Färber | 2013-01-10 | 3 | -3/+3 |
* | softmmu: move remaining include files to include/ subdirectories | Paolo Bonzini | 2012-12-19 | 1 | -1/+1 |
* | misc: move include files to include/qemu/ | Paolo Bonzini | 2012-12-19 | 1 | -1/+1 |
* | qapi: move include files to include/qobject/ | Paolo Bonzini | 2012-12-19 | 3 | -3/+3 |
* | rng-random: only build on POSIX platforms | Anthony Liguori | 2012-11-19 | 1 | -1/+2 |
* | rng-egd: don't use gslist_free_full | Anthony Liguori | 2012-11-16 | 1 | -5/+14 |
* | rng-egd: introduce EGD compliant RNG backend | Anthony Liguori | 2012-11-16 | 2 | -1/+216 |
* | rng-random: add an RNG backend that uses /dev/random (v3) | Anthony Liguori | 2012-11-16 | 2 | -1/+162 |
* | rng: add RndBackend abstract object class | Anthony Liguori | 2012-11-16 | 2 | -0/+94 |