aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.objs
AgeCommit message (Expand)AuthorFilesLines
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
2013-01-12build: move version-obj-y to the generic LINK rulePaolo Bonzini1-2/+1
2013-01-12build: move base QAPI files to libqemuutil.aPaolo Bonzini1-7/+2
2013-01-12build: move QAPI definitions for QEMU out of qapi-obj-yPaolo Bonzini1-2/+4
2013-01-12build: consolidate multiple variables into universal-obj-yPaolo Bonzini1-37/+9
2013-01-12build: move qobject files to qobject/ and libqemuutil.aPaolo Bonzini1-14/+3
2013-01-12build: move libqemuutil.a components to util/Paolo Bonzini1-10/+2
2013-01-12build: move files away from tools-obj-y, common-obj-y, user-obj-yPaolo Bonzini1-22/+19
2013-01-12build: move util-obj-y to libqemuutil.aPaolo Bonzini1-1/+0
2013-01-12build: rename oslib-obj-y to util-obj-yPaolo Bonzini1-5/+5
2013-01-12stubs: fully replace qemu-tool.c and qemu-user.cPaolo Bonzini1-2/+1
2013-01-08qdev: Include qdev code into *-user, tooEduardo Habkost1-0/+8
2013-01-06tests: add gcov supportBlue Swirl1-0/+2
2012-12-23build: Use separate makefile for "trace/"Lluís Vilanova1-61/+3
2012-12-20migration: move buffered_file.c code into migration.cJuan Quintela1-1/+2
2012-12-19ui: move files to ui/ and include/ui/Paolo Bonzini1-3/+1
2012-12-19qemu-ga: move qemu-ga files to qga/Paolo Bonzini1-1/+1
2012-12-19net: move net.c to net/Paolo Bonzini1-1/+1
2012-12-19build: kill libuserPaolo Bonzini1-1/+2
2012-12-19build: kill libdis, move disassemblers to disas/Paolo Bonzini1-16/+3
2012-12-17Merge commit '1dd3a74d2ee2d873cde0b390b536e45420b3fe05' into HEADPaolo Bonzini1-0/+2
2012-11-18build: replace weak symbols with a static libraryPaolo Bonzini1-0/+5
2012-11-16rng: add RndBackend abstract object classAnthony Liguori1-0/+2
2012-11-05pflib: unused, remove it.Gerd Hoffmann1-1/+0
2012-11-01Merge remote-tracking branch 'kraxel/pixman.v3' into stagingAnthony Liguori1-0/+1
2012-11-01pixman: helper functionsGerd Hoffmann1-0/+1
2012-10-31raw-posix: move linux-aio.c to block/Paolo Bonzini1-1/+0
2012-10-31raw: merge posix-aio-compat.c into block/raw-posix.cPaolo Bonzini1-1/+0
2012-10-31aio: add generic thread-pool facilityPaolo Bonzini1-1/+1
2012-10-30aio: add Win32 implementationPaolo Bonzini1-3/+3
2012-10-30aio: provide platform-independent APIPaolo Bonzini1-2/+2
2012-10-30event_notifier: add Win32 implementationPaolo Bonzini1-1/+2
2012-10-30build: do not include main loop where it is not actually usedPaolo Bonzini1-3/+2
2012-10-30build: move cutils.o and qemu-timer-common.o to oslib-obj-yPaolo Bonzini1-3/+3
2012-10-30janitor: move iovector functions out of cutils.cPaolo Bonzini1-2/+2
2012-10-23qmp: add NBD server commandsPaolo Bonzini1-1/+1
2012-10-23block: add close notifiersPaolo Bonzini1-2/+2
2012-10-23build: add QAPI files to the toolsPaolo Bonzini1-1/+2
2012-10-05Remove libhwStefan Weil1-6/+3
2012-09-28block: move job APIs to separate filesPaolo Bonzini1-2/+3
2012-09-28qemu: URI parsing libraryPaolo Bonzini1-1/+1
2012-08-16Adding support for libseccomp in configure and Makefile (v8)Eduardo Otubo1-0/+6
2012-08-13Merge remote-tracking branch 'qmp/queue/qmp' into stagingAnthony Liguori1-0/+1
2012-08-13qemu-ga: switch to the new error format on the wireLuiz Capitulino1-0/+1
2012-08-08Add cache handling functionsOrit Wasserman1-0/+1
2012-07-09Merge remote-tracking branch 'mjt/mjt-iov2' into stagingAnthony Liguori1-2/+2
2012-06-21qemu-log: move logging to qemu-log.cBlue Swirl1-0/+1
2012-06-11consolidate qemu_iovec_memset{,_skip}() into single function and use existing...Michael Tokarev1-2/+2
2012-06-10Revert "build: compile oslib-obj-y once"Blue Swirl1-2/+1
2012-06-07build: compile oslib-obj-y oncePaolo Bonzini1-1/+2
2012-06-07build: libcacard Makefile cleanupsPaolo Bonzini1-1/+7
2012-06-07build: convert libhw to nested Makefile.objsPaolo Bonzini1-141/+2
2012-06-07build: move target-independent hw/ objects to nested Makefile.objsPaolo Bonzini1-35/+3
2012-06-07build: move qga/ objects to nested Makefile.objsPaolo Bonzini1-5/+2
2012-06-07build: move qapi/ objects to nested Makefile.objsPaolo Bonzini1-4/+2
2012-06-07build: move slirp/ objects to nested Makefile.objsPaolo Bonzini1-4/+1
2012-06-07build: move audio/ objects to nested Makefile.objsPaolo Bonzini1-16/+2
2012-06-07build: move ui/ objects to nested Makefile.objsPaolo Bonzini1-19/+2
2012-06-07build: move fsdev/ objects to nested Makefile.objsPaolo Bonzini1-6/+5
2012-06-07build: move net/ objects to nested Makefile.objsPaolo Bonzini1-16/+1
2012-06-07build: move block/ objects to nested Makefile.objsPaolo Bonzini1-14/+2
2012-06-07build: adapt qom/Makefile and move it to Makefile.objsPaolo Bonzini1-6/+7
2012-06-07build: move rules for nesting to Makefile.objsPaolo Bonzini1-0/+2
2012-06-07build: remove trace-nested-yPaolo Bonzini1-9/+4
2012-04-25Beautify makefile commands for generation of files with tracetoolLluís Vilanova1-7/+15
2012-04-18tracetool: Rewrite infrastructure as python modulesLluís Vilanova1-3/+3
2012-04-10Merge commit 'ff71f2e8cacefae99179993204172bc65e4303df' into stagingAnthony Liguori1-1/+3
2012-04-01target-lm32: add simple disassemblerMichael Walle1-0/+1
2012-03-30qtest: add test frameworkAnthony Liguori1-0/+2
2012-03-16pci: add standard bridge deviceMichael S. Tsirkin1-1/+1
2012-03-16slotid: add slot id capabilityMichael S. Tsirkin1-0/+1
2012-03-16shpc: standard hot plug controllerMichael S. Tsirkin1-0/+1
2012-03-14qom: Introduce CPU classAndreas Färber1-0/+3
2012-03-13Merge remote-tracking branch 'kraxel/usb.44' into stagingAnthony Liguori1-11/+13
2012-03-13qom: Add QOM support to user emulatorsAndreas Färber1-5/+18
2012-03-13usb: the big renameGerd Hoffmann1-11/+13
2012-03-12coroutine: adding configure option for sigaltstack coroutine backendAlex Barcelo1-0/+4
2012-03-07i8254: Factor out base class for KVM reuseJan Kiszka1-1/+1
2012-02-23qemu-ga: add Windows service integrationMichael Roth1-1/+1
2012-02-23qemu-ga: add initial win32 supportMichael Roth1-1/+1
2012-02-23qemu-ga: fixes for win32 build of qemu-gaMichael Roth1-4/+5
2012-02-23qemu-ga: rename guest-agent-commands.c -> commands-posix.cMichael Roth1-1/+1
2012-02-23qemu-ga: separate out common commands from posix-specific onesMichael Roth1-1/+1
2012-02-23qemu-ga: move channel/transport functionality into wrapper classMichael Roth1-0/+1
2012-02-22jazz-led: compile it only twiceHervé Poussineau1-0/+1
2012-02-21qapi: add string-based visitorsPaolo Bonzini1-2/+3
2012-02-09make: Remove duplicate use of GLIB_CFLAGSStefan Weil1-2/+0
2012-02-03container: make a decendent of ObjectAnthony Liguori1-1/+1
2012-02-03qdev: split out UI portions into a new functionAnthony Liguori1-1/+1
2012-01-27qom: add the base Object class (v2)Anthony Liguori1-0/+3
2012-01-26block: add image streaming block jobStefan Hajnoczi1-0/+1
2012-01-26coroutine: add co_sleep_ns() coroutine sleep functionStefan Hajnoczi1-0/+1
2012-01-25vga: compile cirrus_vga in hwlibBlue Swirl1-0/+1
2012-01-23Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori1-1/+1
2012-01-20prep: Add i82378 PCI-to-ISA bridge emulationAndreas Färber1-0/+1
2012-01-20prep: Add i82374 DMA emulationAndreas Färber1-0/+1
2012-01-19i8259: Factor out base class for KVM reuseJan Kiszka1-1/+1
2012-01-17xhci: Initial xHCI implementationHector Martin1-0/+1
2012-01-13usb: add audio device modelH. Peter Anvin1-1/+1
2012-01-06Merge remote-tracking branch 'aneesh/for-upstream' into stagingAnthony Liguori1-1/+2
2012-01-04hw/9pfs: Add new proxy filesystem driverM. Mohan Kumar1-0/+1
2012-01-04hw/9pfs: Move pdu_marshal/unmarshal code to a seperate fileM. Mohan Kumar1-1/+1
2012-01-04vmstate, memory: decouple vmstate from memory APIAvi Kivity1-1/+1
2011-12-22sheepdog: move coroutine send/recv function to generic codePaolo Bonzini1-1/+1
2011-12-15qom: introduce root deviceAnthony Liguori1-1/+1
2011-12-09Makefile.objs: Remove libqemu_common.a from the commentChen Wei-Ren1-4/+3
2011-12-04hw/9pfs: Improve portability to older systemsAneesh Kumar K.V1-2/+2
2011-10-31Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori1-0/+1
2011-10-31Merge remote-tracking branch 'aneesh/for-upstream-7' into stagingAnthony Liguori1-0/+1
2011-10-31hw/9pfs: Add synthetic file system support using 9pAneesh Kumar K.V1-0/+1
2011-10-28iSCSI block driverRonnie Sahlberg1-0/+1
2011-10-26tools: reorganize Makefile variablesPaolo Bonzini1-4/+4
2011-10-21main-loop: create main-loop.cPaolo Bonzini1-1/+1
2011-10-20Merge remote-tracking branch 'aneesh/for-upstream-6' into stagingAnthony Liguori1-1/+1
2011-10-16i8259: Move to hw libraryJan Kiszka1-0/+1
2011-10-16hw: add OpenCores 10/100 Mbps Ethernet controllerMax Filippov1-0/+1
2011-10-15hw/9pfs: Remove virtio-9p-debug.* infra to be replaced by Qemu Tracing.Harsh Prateek Bora1-1/+1
2011-10-14Merge remote-tracking branch 'qemu-kvm-tmp/memory/batch' into stagingAnthony Liguori1-1/+1
2011-10-11Introduce PortioListAvi Kivity1-1/+1
2011-10-10Merge remote-tracking branch 'qmp/queue/qmp' into stagingAnthony Liguori1-0/+3
2011-10-06PPC: Move openpic to target specific code compilationAlexander Graf1-1/+0
2011-10-04qapi: convert query-nameAnthony Liguori1-0/+1
2011-10-04qapi: use middle mode in QMP serverAnthony Liguori1-0/+2
2011-09-22hw/9pfs: Add handle based fs driverAneesh Kumar K.V1-4/+4
2011-09-16build: Move tracing objects into libuser on usermode emulation targetsLluís Vilanova1-3/+4
2011-09-10g364fb: compile in hwlibBlue Swirl1-0/+1
2011-09-09build: fix missing trace dep on GENERATED_HEADERSMichael Roth1-0/+2
2011-09-01trace: [stderr] add support for dynamically enabling/disabling eventsLluís1-0/+2
2011-09-01trace: add "-trace events" argument to control initial stateLluís1-0/+2
2011-09-01trace: avoid conditional code compilation during option parsingLluís1-0/+2
2011-09-01trace: move backend-specific code into the trace/ directoryLluís1-2/+4
2011-09-01trace: [make] replace 'ifeq' with values in CONFIG_TRACE_*Lluís1-7/+5
2011-09-01build: [simple] Include qemu-timer-common.o in trace-obj-yLluís1-1/+1
2011-08-22Improvements to libtool support.Brad1-1/+1
2011-08-21guest agent: remove uneeded dependenciesMichael Roth1-0/+9
2011-08-20Remove qemu_malloc/qemu_freeAnthony Liguori1-1/+1
2011-08-20Make glib mandatory and fixup utils appropriatelyAnthony Liguori1-1/+2
2011-08-08hw/9pfs: Add yield support to xattr related coroutineAneesh Kumar K.V1-0/+1
2011-08-08hw/9pfs: Add yield support to lstat coroutineAneesh Kumar K.V1-1/+1
2011-08-08hw/9pfs: Add yield support for readdir related coroutinesAneesh Kumar K.V1-1/+1
2011-08-08hw/9pfs: Add yeild support for readlinkVenkateswararao Jujjuri (JV)1-1/+1
2011-08-08[virtio-9p] Add infrastructure to support glib threads and coroutines.Venkateswararao Jujjuri (JV)1-0/+2
2011-08-04Merge remote-tracking branch 'kiszka/queues/slirp' into stagingAnthony Liguori1-1/+1
2011-08-04Merge remote-tracking branch 'kraxel/usb.22' into stagingAnthony Liguori1-0/+2
2011-08-04usb-hid: split hid code to hw/hid.[ch]Gerd Hoffmann1-0/+1
2011-08-04usb: use iovecs in USBPacketGerd Hoffmann1-0/+1
2011-08-03Simple ARP tableFabien Chouteau1-1/+1
2011-08-02coroutines: LocksKevin Wolf1-1/+1
2011-08-02block: Add bdrv_co_readv/writevKevin Wolf1-1/+1
2011-08-01coroutine: implement coroutines using gthreadAneesh Kumar K.V1-0/+4
2011-08-01coroutine: introduce coroutinesKevin Wolf1-0/+7
2011-07-22Merge remote-tracking branch 'qmp/for-anthony' into stagingAnthony Liguori1-0/+8
2011-07-22USB: add usb network redirection supportHans de Goede1-0/+1
2011-07-21qapi: add QMP dispatch functionsMichael Roth1-1/+1
2011-07-21qapi: add QMP command registration/lookup functionsMichael Roth1-0/+1
2011-07-21qapi: add QAPI dealloc visitorMichael Roth1-1/+1
2011-07-21qapi: add QMP output visitorMichael Roth1-1/+1
2011-07-21qapi: add QMP input visitorMichael Roth1-1/+1
2011-07-21qapi: add QAPI visitor coreMichael Roth1-0/+6
2011-07-21Add hard build dependency on glibAnthony Liguori1-0/+1
2011-07-20Avoid CPU endian memory accesses in devicesBlue Swirl1-1/+1
2011-07-17xen: Clean up build systemJan Kiszka1-2/+2
2011-06-15Merge branch 'cocoa-for-upstream' of git://repo.or.cz/qemu/afaerberBlue Swirl1-1/+1
2011-06-14libcacard: add libcacard.la targetAlon Levy1-0/+8
2011-06-14cocoa: Revert dependency on VNCAndreas Färber1-1/+1
2011-06-08Merge remote-tracking branch 'jvrao/for-anthony' into stagingAnthony Liguori1-5/+6