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