| Commit message (Expand) | Author | Age | Files | Lines |
* | ppc: remove video.x | Blue Swirl | 2010-10-13 | 1 | -2/+1 |
* | trace: remove timestamp files when cleaning up | Blue Swirl | 2010-10-09 | 1 | -1/+1 |
* | Merge remote branch 'qmp/for-anthony' into staging | Anthony Liguori | 2010-10-05 | 1 | -2/+2 |
|\ |
|
| * | Monitor: Rename the qemu-monitor.hx file | Luiz Capitulino | 2010-10-01 | 1 | -1/+1 |
| * | Monitor: Introduce the qmp-commands.hx file | Luiz Capitulino | 2010-10-01 | 1 | -1/+1 |
* | | trace: avoid unnecessary recompilation if nothing changed | Blue Swirl | 2010-10-02 | 1 | -5/+9 |
* | | Makefile: fix config-devices.mak generation | Blue Swirl | 2010-10-02 | 1 | -3/+5 |
|/ |
|
* | mingw: add version information to the executables | Blue Swirl | 2010-09-26 | 1 | -3/+7 |
* | trace: Fix user emulator dependency on trace objects | Andreas Färber | 2010-09-21 | 1 | -2/+2 |
* | trace: Add simple built-in tracing backend | Stefan Hajnoczi | 2010-09-09 | 1 | -0/+2 |
* | trace: Add trace-events file for declaring trace events | Stefan Hajnoczi | 2010-09-09 | 1 | -4/+13 |
* | ui: move all ui components in ui/ | Corentin Chary | 2010-07-26 | 1 | -33/+5 |
* | Makefile: Not every shell support {} | Hidetoshi Seto | 2010-07-11 | 1 | -1/+2 |
* | Makefile: add fsdev/*.{o,d} to clean | Hidetoshi Seto | 2010-07-11 | 1 | -1/+1 |
* | Makefile: add qemu-options.def to distclean | Hidetoshi Seto | 2010-07-01 | 1 | -0/+1 |
* | vnc: add missing target for vnc-encodings-*.o | Corentin Chary | 2010-06-01 | 1 | -3/+3 |
* | QMP: Introduce commands documentation | Jan Kiszka | 2010-06-01 | 1 | -1/+4 |
* | Add dependency of JSON unit tests on config-host.h | Jan Kiszka | 2010-06-01 | 1 | -0/+2 |
* | vnc: add basic tight support | Corentin Chary | 2010-06-01 | 1 | -0/+2 |
* | Fix tarbin Makefile rule | Stuart Brady | 2010-05-22 | 1 | -34/+13 |
* | target-s390: add firmware code | Alexander Graf | 2010-05-18 | 1 | -1/+2 |
* | vnc: split encoding in specific files | Corentin Chary | 2010-05-03 | 1 | -0/+4 |
* | iov: Introduce a new file for helpers around iovs, add iov_from_buf() | Amit Shah | 2010-04-28 | 1 | -0/+2 |
* | error: Link qemu-img, qemu-nbd, qemu-io with qemu-error.o | Markus Armbruster | 2010-03-27 | 1 | -3/+3 |
* | Compile disassemblers only once | Blue Swirl | 2010-03-21 | 1 | -4/+4 |
* | install: honor DESTDIR on sysconfdir population | Andre Przywara | 2010-03-13 | 1 | -2/+2 |
* | Documentation: Modify rule for html output (better looking output format) | Stefan Weil | 2010-03-06 | 1 | -2/+5 |
* | Makefile: Fix names of GPXE ROM files | Stefan Weil | 2010-03-04 | 1 | -1/+3 |
* | Fix 'make install' from non-srcdir build | Amit Shah | 2010-02-27 | 1 | -1/+1 |
* | Add cpu model configuration support.. | john cooper | 2010-02-22 | 1 | -1/+5 |
* | Documentation: Add build support for documentation in pdf format | Stefan Weil | 2010-02-10 | 1 | -8/+13 |
* | QDict: New qdict_get_double() | Markus Armbruster | 2010-02-03 | 1 | -1/+1 |
* | Fix generation of config-host.h | Juan Quintela | 2010-01-26 | 1 | -12/+5 |
* | make: qemu-img depends on config-host.h | Anthony Liguori | 2010-01-20 | 1 | -1/+1 |
* | Makefile: Fix message for missing configure | Stefan Weil | 2010-01-14 | 1 | -0/+2 |
* | finish VPATH -> vpath translation | Paolo Bonzini | 2010-01-08 | 1 | -1/+1 |
* | Makefile: remove obsolete libuser.a rule | Blue Swirl | 2010-01-08 | 1 | -4/+1 |
* | Makefile: Update unmodified config-devices.mak automatically | Stefan Weil | 2010-01-08 | 1 | -5/+15 |
* | Use vpath directive | Paolo Bonzini | 2010-01-08 | 1 | -1/+1 |
* | Drop --whole-archive and static libraries | Andreas Färber | 2010-01-07 | 1 | -123/+15 |
* | Fix a make -j race | Juergen Lock | 2009-12-17 | 1 | -1/+1 |
* | block: Convert bdrv_info() to QObject | Luiz Capitulino | 2009-12-12 | 1 | -3/+3 |
* | QDict: Introduce qdict_get_qlist() | Luiz Capitulino | 2009-12-12 | 1 | -1/+1 |
* | QDict: Introduce qdict_get_qbool() | Luiz Capitulino | 2009-12-12 | 1 | -1/+1 |
* | Makefile: move QObject objs to their own entry | Luiz Capitulino | 2009-12-12 | 1 | -2/+7 |
* | Fix build for mingw32 on windows ($$ expansion) | Stefan Weil | 2009-12-03 | 1 | -1/+1 |
* | net: move parse_macaddr() to net/util.[ch] | Mark McLoughlin | 2009-12-03 | 1 | -1/+1 |
* | net: move dump backend code from net.c to net/dump.c | Mark McLoughlin | 2009-12-03 | 1 | -0/+1 |
* | net: move socket backend code from net.c to net/socket.c | Mark McLoughlin | 2009-12-03 | 1 | -0/+1 |
* | net: move vde code from net.c to net/vde.c | Mark McLoughlin | 2009-12-03 | 1 | -0/+1 |