aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
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
2009-11-17Block live migrationlirans@il.ibm.com
2009-11-14fix make clean targetsMagnus Damm
2009-11-12fix parallel buildJuan Quintela
2009-11-12Makefile: Fix definition of pxe-*.bin blobsStefan Weil
2009-11-12Makefile: Prettify loggingStefan Weil
2009-11-09Makefile: make qemu-io dependent on config-host.hPaolo Bonzini
2009-11-09Makefile: make qemu-img dependant on config-host.hUri Lublin
2009-10-30Switch from etherboot to gPXEAnthony Liguori
2009-10-30net: move linux code into net/tap-linux.cMark McLoughlin
2009-10-30net: move AIX code into net/tap-aix.cMark McLoughlin
2009-10-30net: move solaris code to net/tap-solaris.cMark McLoughlin
2009-10-30net: split BSD tap_open() out into net/tap-bsd.cMark McLoughlin
2009-10-30net: split all the tap code out into net/tap.cMark McLoughlin
2009-10-30net: move tap-win32.c under net/Mark McLoughlin
2009-10-30net: move net-checksum.c under net/Mark McLoughlin