aboutsummaryrefslogtreecommitdiff
path: root/Makefile.objs
AgeCommit message (Expand)Author
2012-01-26coroutine: add co_sleep_ns() coroutine sleep functionStefan Hajnoczi
2012-01-25vga: compile cirrus_vga in hwlibBlue Swirl
2012-01-23Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori
2012-01-20prep: Add i82378 PCI-to-ISA bridge emulationAndreas Färber
2012-01-20prep: Add i82374 DMA emulationAndreas Färber
2012-01-19i8259: Factor out base class for KVM reuseJan Kiszka
2012-01-17xhci: Initial xHCI implementationHector Martin
2012-01-13usb: add audio device modelH. Peter Anvin
2012-01-06Merge remote-tracking branch 'aneesh/for-upstream' into stagingAnthony Liguori
2012-01-04hw/9pfs: Add new proxy filesystem driverM. Mohan Kumar
2012-01-04hw/9pfs: Move pdu_marshal/unmarshal code to a seperate fileM. Mohan Kumar
2012-01-04vmstate, memory: decouple vmstate from memory APIAvi Kivity
2011-12-22sheepdog: move coroutine send/recv function to generic codePaolo Bonzini
2011-12-15qom: introduce root deviceAnthony Liguori
2011-12-09Makefile.objs: Remove libqemu_common.a from the commentChen Wei-Ren
2011-12-04hw/9pfs: Improve portability to older systemsAneesh Kumar K.V
2011-10-31Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori
2011-10-31Merge remote-tracking branch 'aneesh/for-upstream-7' into stagingAnthony Liguori
2011-10-31hw/9pfs: Add synthetic file system support using 9pAneesh Kumar K.V
2011-10-28iSCSI block driverRonnie Sahlberg
2011-10-26tools: reorganize Makefile variablesPaolo Bonzini
2011-10-21main-loop: create main-loop.cPaolo Bonzini
2011-10-20Merge remote-tracking branch 'aneesh/for-upstream-6' into stagingAnthony Liguori
2011-10-16i8259: Move to hw libraryJan Kiszka
2011-10-16hw: add OpenCores 10/100 Mbps Ethernet controllerMax Filippov
2011-10-15hw/9pfs: Remove virtio-9p-debug.* infra to be replaced by Qemu Tracing.Harsh Prateek Bora
2011-10-14Merge remote-tracking branch 'qemu-kvm-tmp/memory/batch' into stagingAnthony Liguori
2011-10-11Introduce PortioListAvi Kivity
2011-10-10Merge remote-tracking branch 'qmp/queue/qmp' into stagingAnthony Liguori
2011-10-06PPC: Move openpic to target specific code compilationAlexander Graf
2011-10-04qapi: convert query-nameAnthony Liguori
2011-10-04qapi: use middle mode in QMP serverAnthony Liguori
2011-09-22hw/9pfs: Add handle based fs driverAneesh Kumar K.V
2011-09-16build: Move tracing objects into libuser on usermode emulation targetsLluís Vilanova
2011-09-10g364fb: compile in hwlibBlue Swirl
2011-09-09build: fix missing trace dep on GENERATED_HEADERSMichael Roth
2011-09-01trace: [stderr] add support for dynamically enabling/disabling eventsLluís
2011-09-01trace: add "-trace events" argument to control initial stateLluís
2011-09-01trace: avoid conditional code compilation during option parsingLluís
2011-09-01trace: move backend-specific code into the trace/ directoryLluís
2011-09-01trace: [make] replace 'ifeq' with values in CONFIG_TRACE_*Lluís
2011-09-01build: [simple] Include qemu-timer-common.o in trace-obj-yLluís
2011-08-22Improvements to libtool support.Brad
2011-08-21guest agent: remove uneeded dependenciesMichael Roth
2011-08-20Remove qemu_malloc/qemu_freeAnthony Liguori
2011-08-20Make glib mandatory and fixup utils appropriatelyAnthony Liguori
2011-08-08hw/9pfs: Add yield support to xattr related coroutineAneesh Kumar K.V
2011-08-08hw/9pfs: Add yield support to lstat coroutineAneesh Kumar K.V
2011-08-08hw/9pfs: Add yield support for readdir related coroutinesAneesh Kumar K.V
2011-08-08hw/9pfs: Add yeild support for readlinkVenkateswararao Jujjuri (JV)