| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | build: Use separate makefile for "trace/" | LluĂs Vilanova | 2012-12-23 | 1 | -61/+3 |
* | migration: move buffered_file.c code into migration.c | Juan Quintela | 2012-12-20 | 1 | -1/+2 |
* | ui: move files to ui/ and include/ui/ | Paolo Bonzini | 2012-12-19 | 1 | -3/+1 |
* | qemu-ga: move qemu-ga files to qga/ | Paolo Bonzini | 2012-12-19 | 1 | -1/+1 |
* | net: move net.c to net/ | Paolo Bonzini | 2012-12-19 | 1 | -1/+1 |
* | build: kill libuser | Paolo Bonzini | 2012-12-19 | 1 | -1/+2 |
* | build: kill libdis, move disassemblers to disas/ | Paolo Bonzini | 2012-12-19 | 1 | -16/+3 |
* | Merge commit '1dd3a74d2ee2d873cde0b390b536e45420b3fe05' into HEAD | Paolo Bonzini | 2012-12-17 | 1 | -0/+2 |
* | build: replace weak symbols with a static library | Paolo Bonzini | 2012-11-18 | 1 | -0/+5 |
* | rng: add RndBackend abstract object class | Anthony Liguori | 2012-11-16 | 1 | -0/+2 |
* | pflib: unused, remove it. | Gerd Hoffmann | 2012-11-05 | 1 | -1/+0 |
* | Merge remote-tracking branch 'kraxel/pixman.v3' into staging | Anthony Liguori | 2012-11-01 | 1 | -0/+1 |
|\ |
|
| * | pixman: helper functions | Gerd Hoffmann | 2012-11-01 | 1 | -0/+1 |
* | | raw-posix: move linux-aio.c to block/ | Paolo Bonzini | 2012-10-31 | 1 | -1/+0 |
* | | raw: merge posix-aio-compat.c into block/raw-posix.c | Paolo Bonzini | 2012-10-31 | 1 | -1/+0 |
* | | aio: add generic thread-pool facility | Paolo Bonzini | 2012-10-31 | 1 | -1/+1 |
* | | aio: add Win32 implementation | Paolo Bonzini | 2012-10-30 | 1 | -3/+3 |
* | | aio: provide platform-independent API | Paolo Bonzini | 2012-10-30 | 1 | -2/+2 |
* | | event_notifier: add Win32 implementation | Paolo Bonzini | 2012-10-30 | 1 | -1/+2 |
* | | build: do not include main loop where it is not actually used | Paolo Bonzini | 2012-10-30 | 1 | -3/+2 |
* | | build: move cutils.o and qemu-timer-common.o to oslib-obj-y | Paolo Bonzini | 2012-10-30 | 1 | -3/+3 |
* | | janitor: move iovector functions out of cutils.c | Paolo Bonzini | 2012-10-30 | 1 | -2/+2 |
|/ |
|
* | qmp: add NBD server commands | Paolo Bonzini | 2012-10-23 | 1 | -1/+1 |
* | block: add close notifiers | Paolo Bonzini | 2012-10-23 | 1 | -2/+2 |
* | build: add QAPI files to the tools | Paolo Bonzini | 2012-10-23 | 1 | -1/+2 |
* | Remove libhw | Stefan Weil | 2012-10-05 | 1 | -6/+3 |
* | block: move job APIs to separate files | Paolo Bonzini | 2012-09-28 | 1 | -2/+3 |
* | qemu: URI parsing library | Paolo Bonzini | 2012-09-28 | 1 | -1/+1 |
* | Adding support for libseccomp in configure and Makefile (v8) | Eduardo Otubo | 2012-08-16 | 1 | -0/+6 |
* | Merge remote-tracking branch 'qmp/queue/qmp' into staging | Anthony Liguori | 2012-08-13 | 1 | -0/+1 |
|\ |
|
| * | qemu-ga: switch to the new error format on the wire | Luiz Capitulino | 2012-08-13 | 1 | -0/+1 |
* | | Add cache handling functions | Orit Wasserman | 2012-08-08 | 1 | -0/+1 |
|/ |
|
* | Merge remote-tracking branch 'mjt/mjt-iov2' into staging | Anthony Liguori | 2012-07-09 | 1 | -2/+2 |
|\ |
|
| * | consolidate qemu_iovec_memset{,_skip}() into single function and use existing... | Michael Tokarev | 2012-06-11 | 1 | -2/+2 |
* | | qemu-log: move logging to qemu-log.c | Blue Swirl | 2012-06-21 | 1 | -0/+1 |
* | | Revert "build: compile oslib-obj-y once" | Blue Swirl | 2012-06-10 | 1 | -2/+1 |
* | | build: compile oslib-obj-y once | Paolo Bonzini | 2012-06-07 | 1 | -1/+2 |
* | | build: libcacard Makefile cleanups | Paolo Bonzini | 2012-06-07 | 1 | -1/+7 |
* | | build: convert libhw to nested Makefile.objs | Paolo Bonzini | 2012-06-07 | 1 | -141/+2 |
* | | build: move target-independent hw/ objects to nested Makefile.objs | Paolo Bonzini | 2012-06-07 | 1 | -35/+3 |
* | | build: move qga/ objects to nested Makefile.objs | Paolo Bonzini | 2012-06-07 | 1 | -5/+2 |
* | | build: move qapi/ objects to nested Makefile.objs | Paolo Bonzini | 2012-06-07 | 1 | -4/+2 |
* | | build: move slirp/ objects to nested Makefile.objs | Paolo Bonzini | 2012-06-07 | 1 | -4/+1 |
* | | build: move audio/ objects to nested Makefile.objs | Paolo Bonzini | 2012-06-07 | 1 | -16/+2 |
* | | build: move ui/ objects to nested Makefile.objs | Paolo Bonzini | 2012-06-07 | 1 | -19/+2 |
* | | build: move fsdev/ objects to nested Makefile.objs | Paolo Bonzini | 2012-06-07 | 1 | -6/+5 |
* | | build: move net/ objects to nested Makefile.objs | Paolo Bonzini | 2012-06-07 | 1 | -16/+1 |
* | | build: move block/ objects to nested Makefile.objs | Paolo Bonzini | 2012-06-07 | 1 | -14/+2 |
* | | build: adapt qom/Makefile and move it to Makefile.objs | Paolo Bonzini | 2012-06-07 | 1 | -6/+7 |
* | | build: move rules for nesting to Makefile.objs | Paolo Bonzini | 2012-06-07 | 1 | -0/+2 |