aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2010-06-01vnc: add missing target for vnc-encodings-*.oCorentin Chary
2010-06-01QMP: Introduce commands documentationJan Kiszka
2010-06-01Add dependency of JSON unit tests on config-host.hJan Kiszka
2010-06-01vnc: add basic tight supportCorentin Chary
2010-05-22Fix tarbin Makefile ruleStuart Brady
2010-05-18target-s390: add firmware codeAlexander Graf
2010-05-03vnc: split encoding in specific filesCorentin Chary
2010-04-28iov: Introduce a new file for helpers around iovs, add iov_from_buf()Amit Shah
2010-03-27error: Link qemu-img, qemu-nbd, qemu-io with qemu-error.oMarkus Armbruster
2010-03-21Compile disassemblers only onceBlue Swirl
2010-03-13install: honor DESTDIR on sysconfdir populationAndre Przywara
2010-03-06Documentation: Modify rule for html output (better looking output format)Stefan Weil
2010-03-04Makefile: Fix names of GPXE ROM filesStefan Weil
2010-02-27Fix 'make install' from non-srcdir buildAmit Shah
2010-02-22Add cpu model configuration support..john cooper
2010-02-10Documentation: Add build support for documentation in pdf formatStefan Weil
2010-02-03QDict: New qdict_get_double()Markus Armbruster
2010-01-26Fix generation of config-host.hJuan Quintela
2010-01-20make: qemu-img depends on config-host.hAnthony Liguori
2010-01-14Makefile: Fix message for missing configureStefan Weil
2010-01-08finish VPATH -> vpath translationPaolo Bonzini
2010-01-08Makefile: remove obsolete libuser.a ruleBlue Swirl
2010-01-08Makefile: Update unmodified config-devices.mak automaticallyStefan Weil
2010-01-08Use vpath directivePaolo Bonzini
2010-01-07Drop --whole-archive and static librariesAndreas Färber
2009-12-17Fix a make -j raceJuergen Lock
2009-12-12block: Convert bdrv_info() to QObjectLuiz Capitulino
2009-12-12QDict: Introduce qdict_get_qlist()Luiz Capitulino
2009-12-12QDict: Introduce qdict_get_qbool()Luiz Capitulino
2009-12-12Makefile: move QObject objs to their own entryLuiz Capitulino
2009-12-03Fix build for mingw32 on windows ($$ expansion)Stefan Weil
2009-12-03net: move parse_macaddr() to net/util.[ch]Mark McLoughlin
2009-12-03net: move dump backend code from net.c to net/dump.cMark McLoughlin
2009-12-03net: move socket backend code from net.c to net/socket.cMark McLoughlin
2009-12-03net: move vde code from net.c to net/vde.cMark McLoughlin
2009-12-03net: move slirp code from net.c to net/slirp.cMark McLoughlin
2009-12-03Introduce QErrorLuiz Capitulino
2009-12-02Makefile: Remove unneeded prerequisitesStefan Weil
2009-11-24Makefile: Fix spellingStefan Weil
2009-11-22DS1338 RTCPaul Brook
2009-11-22Makefile dependencies for device configsPaul Brook
2009-11-17Add linuxboot to BLOBSAlexander Graf
2009-11-17Add a unit test for JSON supportAnthony Liguori
2009-11-17Add a QObject JSON wrapperAnthony Liguori
2009-11-17Add a JSON parserAnthony Liguori
2009-11-17Add a JSON message boundary identifierAnthony Liguori
2009-11-17Add a lexer for JSONAnthony Liguori
2009-11-17Add a QBool typeAnthony Liguori
2009-11-17Add unit test for QFloatAnthony Liguori
2009-11-17Add a QFloat datatypeAnthony Liguori