aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
2012-08-15Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori1-5/+2
2012-08-15Makefile: Avoid explicit list of directories in clean targetPeter Maydell1-5/+2
2012-08-15block: Enable qemu_open/close to work with fd setsCorey Bryant1-3/+3
2012-08-11Makefile: add qapi.py dependenciesStefan Hajnoczi1-6/+8
2012-08-03qom: Clean libuser object and dependency filesJan Kiszka1-1/+1
2012-08-03usb: Clean common object and dependency filesJan Kiszka1-1/+1
2012-07-29build: Fix linking failure for qemu-gaDunrong Huang1-10/+9
2012-07-28build: get dependency file directories from object file namesPaolo Bonzini1-2/+2
2012-07-28build: include qapi-generated/ files in qga/Makefile.objsPaolo Bonzini1-1/+1
2012-07-17build: fix build breakage due to bad mergeAnthony Liguori1-7/+4
2012-07-17build: add make dist target (v2)Anthony Liguori1-15/+15
2012-07-13make: Remove 'build-all' ruleStefan Weil1-3/+3
2012-07-09Merge remote-tracking branch 'mjt/mjt-iov2' into stagingAnthony Liguori1-1/+2
2012-06-26Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori1-12/+12
2012-06-24PPC: e500: dt: start with empty device treeAlexander Graf1-1/+0
2012-06-22Makefile: Remove macro qapi-dirStefan Weil1-11/+10
2012-06-22Makefile: Remove BUILD_DIR from qapi-dirStefan Weil1-1/+1
2012-06-22Install 'bepo' keymap already included in Qemu sourceFrédéric Boiteux1-1/+2
2012-06-21libcacard: build fixesBlue Swirl1-2/+2
2012-06-19make: automatically include dependencies in recursive subdir rules (v2)Anthony Liguori1-2/+2
2012-06-15build: install qmp-commands.txtBruce Rogers1-0/+1
2012-06-11consolidate qemu_iovec_memset{,_skip}() into single function and use existing...Michael Tokarev1-1/+2
2012-06-07build: limit usage of vpathPaolo Bonzini1-1/+1
2012-06-07build: libcacard Makefile cleanupsPaolo Bonzini1-0/+4
2012-06-07build: move target-independent hw/ objects to nested Makefile.objsPaolo Bonzini1-2/+4
2012-06-07build: move fsdev/ objects to nested Makefile.objsPaolo Bonzini1-1/+1
2012-06-07build: do not sprinkle around GENERATED_HEADERS dependenciesPaolo Bonzini1-9/+9
2012-05-10move CPU definitions to /usr/share/qemu/cpus-x86_64.conf (v2)Eduardo Habkost1-3/+9
2012-04-26Merge remote-tracking branch 'stefanha/tracing' into stagingAnthony Liguori1-4/+4
2012-04-26sdl: Add QEMU mascot icon for use with SDLStefan Weil1-0/+1
2012-04-25Generic elimination of auto-generated filesLluís Vilanova1-4/+4
2012-04-24config-host.mak: rename docdir to qemu_docdirEduardo Habkost1-2/+2
2012-04-24Makefile: use $(qemu_confdir) instead of $(sysconfdir)/qemuEduardo Habkost1-2/+2
2012-04-24config-host.mak: rename datadir to qemu_datadirEduardo Habkost1-4/+4
2012-04-12make: Always set LC_ALL=C for makeinfoStefan Weil1-1/+1
2012-04-03make: fix clean rule by removing build file in qom/Anthony PERARD1-0/+1
2012-03-31buildfix: check for old pod2man versionsGerd Hoffmann1-1/+0
2012-03-26test: remove qemu-ga referenceMichael Roth1-0/+1
2012-03-24Support utf8 chars in pod docsMichael Tokarev1-4/+5
2012-03-13qom: Add QOM support to user emulatorsAndreas Färber1-3/+3
2012-03-11build: Include config-host.mak as soon as possibleLluís Vilanova1-7/+8
2012-03-01Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori1-1/+1
2012-02-27Merge remote-tracking branch 'aneesh/for-upstream' into stagingAnthony Liguori1-0/+2
2012-02-24./configure: add option for disabling VirtFSMeador Inge1-0/+2
2012-02-23qemu-ga: fixes for win32 build of qemu-gaMichael Roth1-1/+1
2012-02-22Makefile: Add dependency to fix linux-user-only buildPeter Maydell1-0/+1
2012-02-18kvmvapic: Add option ROMJan Kiszka1-1/+1
2012-02-09make: Remove duplicate use of GLIB_CFLAGSStefan Weil1-2/+0
2012-02-01Add basic version of bridge helperCorey Bryant1-2/+10
2012-02-01Makefile: Remove linux-headers/asm symlink on distcleanPeter Maydell1-0/+1
2012-01-27qom: add the base Object class (v2)Anthony Liguori1-0/+2
2012-01-19Makefile: Remove generated headers on cleanAndreas Färber1-0/+1
2012-01-19Makefile: Exclude tests/Makefile in unconfigured treeAndreas Färber1-0/+2
2012-01-12test: eliminate libcheck tests and have make check use gtesterAnthony Liguori1-2/+2
2012-01-12build: split unit test builds to a separate makefile fragmentAnthony Liguori1-35/+1
2012-01-12tests: mv tests/* -> tests/tcgAnthony Liguori1-2/+2
2012-01-12Fix qapi code generation fixAvi Kivity1-1/+1
2012-01-04hw/9pfs: man page for proxy helperM. Mohan Kumar1-1/+11
2012-01-04hw/9pfs: File ownership and othersM. Mohan Kumar1-1/+1
2012-01-04hw/9pfs: File system helper process for qemu 9p proxy FSM. Mohan Kumar1-0/+3
2011-12-27Fix qapi code generation wrt parallel buildAvi Kivity1-9/+11
2011-12-22link the main loop and its dependencies into the toolsPaolo Bonzini1-2/+3
2011-12-06Drop test-visitorLuiz Capitulino1-4/+1
2011-12-06Introduce test-qmp-input-visitorLuiz Capitulino1-1/+4
2011-12-06Introduce test-qmp-output-visitorLuiz Capitulino1-1/+4
2011-11-30Makefile: use full path for qapi-generated directoryMichael Roth1-1/+1
2011-11-28Revert "fix out of tree build"Anthony Liguori1-1/+1
2011-11-23fix out of tree buildStefano Stabellini1-1/+1
2011-11-17Makefile: fix qga dependenciesMichael S. Tsirkin1-4/+5
2011-11-17Makefile: dependency fixMichael S. Tsirkin1-1/+1
2011-11-17Makefile: fix dependencies for generated .h, .cMichael S. Tsirkin1-18/+18
2011-11-17Makefile: remove more generated files on cleanMichael S. Tsirkin1-0/+2
2011-11-07add sgabios blob and submodulePaolo Bonzini1-1/+1
2011-11-01add "make check" targetGerd Hoffmann1-0/+6
2011-11-01move checks to separate variableGerd Hoffmann1-2/+2
2011-10-26tools: reorganize Makefile variablesPaolo Bonzini1-17/+15
2011-10-10Merge remote-tracking branch 'qmp/queue/qmp' into stagingAnthony Liguori1-0/+12
2011-10-10Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori1-4/+5
2011-10-08target-alpha: Add custom PALcode image for CLIPPER emulation.Richard Henderson1-1/+2
2011-10-05makefile: extract tools-obj-yPaolo Bonzini1-4/+5
2011-10-04qapi: use middle mode in QMP serverAnthony Liguori1-0/+12
2011-09-23Makefile: Remove 'tarbin' targetPeter Maydell1-36/+0
2011-09-17Makefile: Fix broken buildStefan Weil1-2/+2
2011-09-16build: Always have 'BUILD_DIR' variable pointing to the root of the build treeLluís Vilanova1-1/+4
2011-09-10win32: improve version.o dependencyBlue Swirl1-1/+1
2011-09-02Rename qemu -> qemu-system-i386Anthony Liguori1-3/+2
2011-09-01trace: move backend-specific code into the trace/ directoryLluís1-0/+1
2011-08-21guest agent: remove uneeded dependenciesMichael Roth1-4/+4
2011-08-21Remove remenants of qemu_mallocAnthony Liguori1-4/+4
2011-08-20Remove qemu_malloc/qemu_freeAnthony Liguori1-1/+1
2011-08-04Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori1-0/+1
2011-08-03Makefile: delete config.log in distcleanAlexandre Raymond1-0/+1
2011-08-02coroutine: add test-coroutine automated testsStefan Hajnoczi1-1/+2
2011-07-27Makefile: add missing deps on $(GENERATED_HEADERS)Michael Roth1-1/+3
2011-07-27Makefile: Minor cscope fixupsAlexandre Raymond1-1/+1
2011-07-25Let users select their pythonsBlue Swirl1-6/+6
2011-07-21guest agent: add guest agent RPCs/commandsMichael Roth1-3/+13
2011-07-21guest agent: qemu-ga daemonMichael Roth1-3/+5
2011-07-21guest agent: command state classMichael Roth1-1/+3
2011-07-21qapi: add test-qmp-commands, tests for gen. marshalling/dispatch codeMichael Roth1-1/+7
2011-07-21qapi: add test-visitor, tests for gen. visitor codeMichael Roth1-2/+17
2011-07-21Add hard build dependency on glibAnthony Liguori1-0/+2
2011-06-14libcacard: add libcacard.la targetAlon Levy1-1/+19
2011-06-07json-parser: propagate error from parserAnthony Liguori1-2/+2
2011-06-03PPC: install mpc8544ds.dtbAlexander Graf1-0/+1
2011-05-08libcacard: add correct subdirectory dependenciesPaolo Bonzini1-0/+2
2011-04-25Merge remote-tracking branch 'awilliam/ipxe' into stagingAnthony Liguori1-8/+8
2011-04-18PXE: Use consistent naming for PXE ROMsAlex Williamson1-8/+8
2011-04-16Makefile: Clean up after "make pdf"Brad Hards1-1/+4
2011-04-01libcacard: initial commitRobert Relyea1-2/+4
2011-04-01trace: move trace objects from Makefile to Makefile.objsAlon Levy1-32/+0
2011-04-01Add SLOF-based partition firmware for pSeries machine, allowing more boot opt...David Gibson1-1/+1
2011-04-01Implement hcall based RTAS for pSeries machinesDavid Gibson1-1/+2
2011-03-16microblaze: Add PetaLogix ml605 MMU little-endian ref designMichal Simek1-1/+1
2011-01-20Add scripts directoryBlue Swirl1-13/+13
2010-12-09spice: add qxl vgabios binary.Gerd Hoffmann1-1/+1
2010-12-01Merge remote branch 'origin/master' into pciMichael S. Tsirkin1-14/+41
2010-11-26Include directives in default configsPaul Brook1-5/+6
2010-11-26Add missing dependency.Paul Brook1-1/+1
2010-11-22eepro100: Use a single rom file for all i825xx devicesStefan Weil1-1/+0
2010-11-21Makefile: Fix check dependency breakageLuiz Capitulino1-6/+8
2010-11-21Add a DTrace tracing backend targetted for SystemTAP compatabilityDaniel P. Berrange1-0/+23
2010-11-21Revert "Add a DTrace tracing backend targetted for SystemTAP compatability"Anthony Liguori1-23/+0
2010-11-16Add a DTrace tracing backend targetted for SystemTAP compatabilityDaniel P. Berrange1-0/+23
2010-11-16Add new vgabios binaries to blobs list.Gerd Hoffmann1-2/+3
2010-11-01Fix out of tree buildBlue Swirl1-1/+1
2010-11-01Merge remote branch 'mst/for_anthony' into stagingAnthony Liguori1-2/+5
2010-10-30Move QEMU OS dependant library functions to OS specific filesJes Sorensen1-3/+3
2010-10-27qemu-options.def: add to generated header listMichael S. Tsirkin1-2/+5
2010-10-26Merge remote branch 'qmp/for-anthony' into stagingAnthony Liguori1-6/+6
2010-10-23qemu-timer: move commonly used timer code to qemu-timer-commonBlue Swirl1-3/+3
2010-10-22Fix test suite build with tracing enabledJan Kiszka1-6/+6
2010-10-13ppc: remove video.xBlue Swirl1-2/+1
2010-10-09trace: remove timestamp files when cleaning upBlue Swirl1-1/+1
2010-10-05Merge remote branch 'qmp/for-anthony' into stagingAnthony Liguori1-2/+2
2010-10-02trace: avoid unnecessary recompilation if nothing changedBlue Swirl1-5/+9
2010-10-02Makefile: fix config-devices.mak generationBlue Swirl1-3/+5
2010-10-01Monitor: Rename the qemu-monitor.hx fileLuiz Capitulino1-1/+1
2010-10-01Monitor: Introduce the qmp-commands.hx fileLuiz Capitulino1-1/+1
2010-09-26mingw: add version information to the executablesBlue Swirl1-3/+7
2010-09-21trace: Fix user emulator dependency on trace objectsAndreas Färber1-2/+2
2010-09-09trace: Add simple built-in tracing backendStefan Hajnoczi1-0/+2
2010-09-09trace: Add trace-events file for declaring trace eventsStefan Hajnoczi1-4/+13
2010-07-26ui: move all ui components in ui/Corentin Chary1-33/+5
2010-07-11Makefile: Not every shell support {}Hidetoshi Seto1-1/+2
2010-07-11Makefile: add fsdev/*.{o,d} to cleanHidetoshi Seto1-1/+1
2010-07-01Makefile: add qemu-options.def to distcleanHidetoshi Seto1-0/+1
2010-06-01vnc: add missing target for vnc-encodings-*.oCorentin Chary1-3/+3
2010-06-01QMP: Introduce commands documentationJan Kiszka1-1/+4
2010-06-01Add dependency of JSON unit tests on config-host.hJan Kiszka1-0/+2
2010-06-01vnc: add basic tight supportCorentin Chary1-0/+2
2010-05-22Fix tarbin Makefile ruleStuart Brady1-34/+13
2010-05-18target-s390: add firmware codeAlexander Graf1-1/+2
2010-05-03vnc: split encoding in specific filesCorentin Chary1-0/+4
2010-04-28iov: Introduce a new file for helpers around iovs, add iov_from_buf()Amit Shah1-0/+2
2010-03-27error: Link qemu-img, qemu-nbd, qemu-io with qemu-error.oMarkus Armbruster1-3/+3
2010-03-21Compile disassemblers only onceBlue Swirl1-4/+4
2010-03-13install: honor DESTDIR on sysconfdir populationAndre Przywara1-2/+2
2010-03-06Documentation: Modify rule for html output (better looking output format)Stefan Weil1-2/+5
2010-03-04Makefile: Fix names of GPXE ROM filesStefan Weil1-1/+3
2010-02-27Fix 'make install' from non-srcdir buildAmit Shah1-1/+1
2010-02-22Add cpu model configuration support..john cooper1-1/+5
2010-02-10Documentation: Add build support for documentation in pdf formatStefan Weil1-8/+13
2010-02-03QDict: New qdict_get_double()Markus Armbruster1-1/+1
2010-01-26Fix generation of config-host.hJuan Quintela1-12/+5
2010-01-20make: qemu-img depends on config-host.hAnthony Liguori1-1/+1
2010-01-14Makefile: Fix message for missing configureStefan Weil1-0/+2
2010-01-08finish VPATH -> vpath translationPaolo Bonzini1-1/+1
2010-01-08Makefile: remove obsolete libuser.a ruleBlue Swirl1-4/+1
2010-01-08Makefile: Update unmodified config-devices.mak automaticallyStefan Weil1-5/+15
2010-01-08Use vpath directivePaolo Bonzini1-1/+1
2010-01-07Drop --whole-archive and static librariesAndreas Färber1-123/+15
2009-12-17Fix a make -j raceJuergen Lock1-1/+1
2009-12-12block: Convert bdrv_info() to QObjectLuiz Capitulino1-3/+3
2009-12-12QDict: Introduce qdict_get_qlist()Luiz Capitulino1-1/+1
2009-12-12QDict: Introduce qdict_get_qbool()Luiz Capitulino1-1/+1
2009-12-12Makefile: move QObject objs to their own entryLuiz Capitulino1-2/+7
2009-12-03Fix build for mingw32 on windows ($$ expansion)Stefan Weil1-1/+1
2009-12-03net: move parse_macaddr() to net/util.[ch]Mark McLoughlin1-1/+1
2009-12-03net: move dump backend code from net.c to net/dump.cMark McLoughlin1-0/+1
2009-12-03net: move socket backend code from net.c to net/socket.cMark McLoughlin1-0/+1
2009-12-03net: move vde code from net.c to net/vde.cMark McLoughlin1-0/+1
2009-12-03net: move slirp code from net.c to net/slirp.cMark McLoughlin1-0/+1
2009-12-03Introduce QErrorLuiz Capitulino1-1/+1
2009-12-02Makefile: Remove unneeded prerequisitesStefan Weil1-3/+1
2009-11-24Makefile: Fix spellingStefan Weil1-1/+1
2009-11-22DS1338 RTCPaul Brook1-0/+1
2009-11-22Makefile dependencies for device configsPaul Brook1-5/+15
2009-11-17Add linuxboot to BLOBSAlexander Graf1-1/+1
2009-11-17Add a unit test for JSON supportAnthony Liguori1-0/+1
2009-11-17Add a QObject JSON wrapperAnthony Liguori1-1/+1
2009-11-17Add a JSON parserAnthony Liguori1-1/+1
2009-11-17Add a JSON message boundary identifierAnthony Liguori1-0/+1
2009-11-17Add a lexer for JSONAnthony Liguori1-1/+1
2009-11-17Add a QBool typeAnthony Liguori1-1/+1
2009-11-17Add unit test for QFloatAnthony Liguori1-0/+1
2009-11-17Add a QFloat datatypeAnthony Liguori1-2/+2
2009-11-17Block live migrationlirans@il.ibm.com1-0/+1
2009-11-14fix make clean targetsMagnus Damm1-2/+3
2009-11-12fix parallel buildJuan Quintela1-3/+5