aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.objs
AgeCommit message (Expand)AuthorFilesLines
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
2011-06-08virtio: Move virtio-pci to hw libraryJan Kiszka1-0/+1
2011-06-07json-parser: propagate error from parserAnthony Liguori1-2/+2
2011-06-07Introduce the new error frameworkLuiz Capitulino1-1/+1
2011-06-01virtio-9p: Use relative includes for files in hwStefan Weil1-1/+0
2011-06-01virtio-9p: Move device specific code to virtio-9p-deviceAneesh Kumar K.V1-1/+1
2011-06-01virtio-9p: Move 9p device registration into virtio-9p.cAneesh Kumar K.V1-1/+1
2011-06-01virtio-9p: Don't link to 9p if virtio is not enabledAneesh Kumar K.V1-3/+5
2011-05-26usb: add ehci adapterGerd Hoffmann1-0/+1
2011-05-08libcacard: add correct subdirectory dependenciesPaolo Bonzini1-4/+3
2011-05-08Fix typos in comments (dependancy -> dependency)Stefan Weil1-1/+1
2011-04-28virtfs: fix build due from renameAnthony Liguori1-2/+2
2011-04-27virtio-9p: move 9p files aroundAneesh Kumar K.V1-3/+7
2011-04-27ide: Split atapi.c outKevin Wolf1-1/+1
2011-04-07NBD: Use qemu_socket functions to open TCP and UNIX socketsNick Thomas1-2/+2
2011-04-07qemu-img: Initial progress printing supportJes Sorensen1-1/+1
2011-04-01ccid: add ccid-card-emulated deviceAlon Levy1-0/+1
2011-04-01libcacard: initial commitRobert Relyea1-0/+5
2011-04-01ccid: add passthru card deviceAlon Levy1-1/+1
2011-04-01usb-ccid: add CCID busAlon Levy1-0/+1
2011-04-01trace: move trace objects from Makefile to Makefile.objsAlon Levy1-0/+32
2011-03-29extract I/O handler lists to iohandler.cPaolo Bonzini1-1/+1
2011-03-22Make VNC support optionalJes Sorensen1-9/+10
2011-03-15tools: Use real async.c instead of stubsKevin Wolf1-2/+2
2011-03-13add win32 qemu-thread implementationPaolo Bonzini1-2/+2
2011-02-23bitmap: add a generic bitmap and bitops libraryCorentin Chary1-0/+1
2011-02-23vnc: Add ZRLE and ZYWRLE encodings.Corentin Chary1-0/+1
2011-02-20applesmc: make optionalBlue Swirl1-0/+1
2011-02-14Set up signalfd under !CONFIG_IOTHREADJan Kiszka1-1/+1
2011-02-12hpet: make optionalBlue Swirl1-0/+1
2011-02-12x86: make vmmouse optionalBlue Swirl1-0/+1
2011-02-07ahci: split ICH9 from coreSebastian Herbszt1-0/+1
2011-02-01Merge remote branch 'spice/spice.v29.pull' into stagingAnthony Liguori1-1/+1
2011-01-24spice: add chardev (v5)Alon Levy1-1/+1
2011-01-24qcow2: Add QcowCacheKevin Wolf1-1/+1
2011-01-11usb: data structs and helpers for usb descriptors.Gerd Hoffmann1-1/+1
2010-12-22build, pci: remove QMP dependency on core PCI codeIsaku Yamahata1-3/+1
2010-12-17qed: Read/write supportStefan Hajnoczi1-0/+1
2010-12-17qed: Table, L2 cache, and cluster functionsStefan Hajnoczi1-1/+1
2010-12-17qed: Add QEMU Enhanced Disk image formatStefan Hajnoczi1-0/+1
2010-12-17ahci: add ahci emulationAlexander Graf1-0/+1
2010-12-17Merge remote branch 'kwolf/for-anthony' into stagingAnthony Liguori1-0/+1
2010-12-17Merge remote branch 'mst/for_anthony' into stagingAnthony Liguori1-1/+2
2010-12-14ceph/rbd block driver for qemu-kvmChristian Brunner1-0/+1
2010-12-11usb_ohci: Always use little endianAlexander Graf1-0/+1
2010-12-11rtl8139: Declare as little endianAlexander Graf1-0/+1
2010-12-11e1000: Make little endianAlexander Graf1-0/+1
2010-12-09Makefile: make msix/msi depend on CONFIG_PCIMichael S. Tsirkin1-1/+2
2010-12-02Fix buildAnthony Liguori1-1/+0
2010-12-01Merge remote branch 'origin/master' into pciMichael S. Tsirkin1-11/+27
2010-11-27Split out common pcnet codePaul Brook1-1/+2
2010-11-27VirtIO config optionPaul Brook1-2/+8
2010-11-27PCI config includePaul Brook1-9/+11
2010-11-26Include directives in default configsPaul Brook1-1/+2
2010-11-22pcie/aer: helper functions for pcie aer capabilityIsaku Yamahata1-1/+1
2010-11-21Add a DTrace tracing backend targetted for SystemTAP compatabilityDaniel P. Berrange1-0/+4
2010-11-21Revert "Add a DTrace tracing backend targetted for SystemTAP compatability"Anthony Liguori1-4/+0
2010-11-16Add a DTrace tracing backend targetted for SystemTAP compatabilityDaniel P. Berrange1-0/+4
2010-11-09spice: add audioGerd Hoffmann1-0/+1
2010-11-01Merge remote branch 'mst/for_anthony' into stagingAnthony Liguori1-9/+4
2010-11-01Add Intel HD Audio support to qemu.Gerd Hoffmann1-0/+1
2010-10-30Move QEMU OS dependant library functions to OS specific filesJes Sorensen1-1/+8
2010-10-27Merge branch 'pci' into for_anthonyMichael S. Tsirkin1-2/+4
2010-10-27qemu-options.def: add to generated header listMichael S. Tsirkin1-7/+0
2010-10-23qemu-timer: move commonly used timer code to qemu-timer-commonBlue Swirl1-1/+2
2010-10-20signalfd compatibilityMarcelo Tosatti1-0/+1
2010-10-20virtio-9p: Support mapped posix aclAneesh Kumar K.V1-1/+1
2010-10-20virtio-9p: Use layered xattr approachAneesh Kumar K.V1-1/+2
2010-10-20x3130: pcie downstream portIsaku Yamahata1-1/+1
2010-10-20x3130: pcie upstream portIsaku Yamahata1-1/+1
2010-10-20ioh3420: pcie root port in X58 iohIsaku Yamahata1-0/+1
2010-10-20pcie port: define struct PCIEPort/PCIESlot and helper functionsIsaku Yamahata1-1/+1
2010-10-19pcie: helper functions for pcie capability and extended capabilityIsaku Yamahata1-0/+1