summaryrefslogtreecommitdiff
path: root/Makefile.objs
AgeCommit message (Expand)AuthorFilesLines
2016-03-17crypto: add cryptographic random byte sourceDaniel P. Berrange1-1/+1
2016-02-03log: move qemu-log.c into util/ directoryDenis V. Lunev1-1/+0
2016-01-15nbd: Split nbd.cFam Zheng1-1/+2
2015-12-18io: add abstract QIOChannel classesDaniel P. Berrange1-0/+5
2015-11-05replay: global variables and function stubsPavel Dovgalyuk1-0/+2
2015-10-24contrib: add ivshmem client and serverDavid Marchand1-0/+5
2015-10-20coroutine: move into libqemuutil.a libraryDaniel P. Berrange1-4/+0
2015-09-23libcacard: use the standalone projectMarc-André Lureau1-14/+0
2015-09-21qapi: New QMP command query-qmp-schema for QMP introspectionMarkus Armbruster1-1/+3
2015-09-15qom: allow QOM to be linked into tools binariesDaniel P. Berrange1-0/+5
2015-09-15crypto: move crypto objects out of libqemuutil.laDaniel P. Berrange1-1/+5
2015-07-07crypto: introduce new module for computing hash digestsDaniel P. Berrange1-0/+1
2015-06-03device-tree: Make a common-objPeter Crosthwaite1-0/+2
2015-02-05QJSON: Add JSON writerAlexander Graf1-0/+1
2014-12-16Start migrating migration code into a migration directoryDr. David Alan Gilbert1-8/+2
2014-10-14qemu-file: Move stdio implementation to qemu-file-stdio.cEduardo Habkost1-1/+1
2014-10-14qemu-file: Move unix and socket implementations to qemu-file-unix.cEduardo Habkost1-1/+1
2014-10-04accel: Move accel code to accel.cEduardo Habkost1-0/+1
2014-08-15Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell1-1/+6
2014-08-12trace: [tcg] Define TCG tracing helper routinesLluís Vilanova1-1/+6
2014-08-09build-sys: Move qapi-{types, visit, event}.o into util-obj-yFam Zheng1-8/+2
2014-06-23qapi script: add event supportWenchao Xia1-1/+1
2014-05-09libcacard: remove libcacard-specific CFLAGS and LIBS from global varsMichael Tokarev1-0/+2
2014-05-08build: convert some obj-specific CFLAGS to use new foo.o-cflags syntaxMichael Tokarev1-0/+2
2014-03-13iothread: add I/O thread objectStefan Hajnoczi1-0/+1
2014-03-04hw/9pfs: Include virtio-9p-device.o in buildAneesh Kumar K.V1-5/+0
2014-02-20Makefile: introduce common-obj-m and block-obj-m for DSOFam Zheng1-0/+2
2014-02-20rules.mak: fix $(obj) to a real relative pathFam Zheng1-16/+1
2014-01-22readline: move readline to a generic locationStefan Hajnoczi1-1/+0
2014-01-13qemu-file: Move QEMUFile code to qemu-file.cEduardo Habkost1-0/+1
2014-01-13vmstate: Move VMState code to vmstate.cEduardo Habkost1-0/+1
2013-09-09qemu-ga: Add Windows VSS provider and requester as DLLTomoki Sekiyama1-0/+2
2013-08-12w32: Add missing version.o to all executables (fix regression)Stefan Weil1-0/+5
2013-07-23rdma: core logicMichael R. Hines1-0/+1
2013-06-06Make qemu-io commands available in HMPKevin Wolf1-0/+1
2013-05-06target-i386: Add "feature-words" property to X86CPUEduardo Habkost1-1/+6
2013-04-24libcacard: move atr setting from macro to functionAlon Levy1-0/+1
2013-04-15tpm: reorganize headers and split hardware partPaolo Bonzini1-1/+1
2013-04-08configure: Don't fall back to gthread coroutine backendPeter Maydell1-10/+1
2013-03-12Support for TPM command line optionsStefan Berger1-0/+1
2013-03-01hw: move device-hotplug.o to toplevel, compile it oncePaolo Bonzini1-1/+1
2013-03-01hw: move qdev-monitor.o to toplevel directoryPaolo Bonzini1-0/+1
2013-02-18qtest: Add MMIO supportAndreas Färber1-1/+0
2013-02-01Move XBZRLE encoding code to a separate file to allow testingOrit Wasserman1-1/+1
2013-01-26build: remove extra-obj-yPaolo Bonzini1-4/+1
2013-01-26build: remove universal-obj-yPaolo Bonzini1-7/+7
2013-01-26build: use -$(CONFIG_SECCOMP) instead of ifeqPaolo Bonzini1-5/+1
2013-01-26build: move around libcacard-y definitionPaolo Bonzini1-9/+9
2013-01-12build: fold trace-obj-y into libqemuutil.aPaolo Bonzini1-9/+2
2013-01-12build: remove coroutine-obj-yPaolo Bonzini1-18/+13