summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* trace: add "-trace events" argument to control initial stateLluís2011-09-019-13/+92
* trace: always compile support for controlling and querying trace event statesLluís2011-09-013-24/+40
* trace: separate trace event control and query routines from the simple backendLluís2011-09-016-17/+40
* trace: generalize the "property" concept in the trace-events fileLluís2011-09-012-42/+35
* trace: avoid conditional code compilation during option parsingLluís2011-09-019-26/+72
* trace: move backend-specific code into the trace/ directoryLluís2011-09-016-7/+10
* trace: [make] replace 'ifeq' with values in CONFIG_TRACE_*Lluís2011-09-011-7/+5
* trace: [configure] rename CONFIG_*_TRACE into CONFIG_TRACE_*Lluís2011-09-019-21/+31
* build: [simple] Include qemu-timer-common.o in trace-obj-yLluís2011-09-011-1/+1
* build: Fix linkage of QEMU_PROGLluís2011-09-011-1/+1
* tusb6010: Convert to qdevPeter Maydell2011-08-313-80/+94
* Merge branch 'omap-for-upstream' of git://git.linaro.org/people/pmaydell/qemu...Edgar E. Iglesias2011-08-298-203/+733
|\
| * omap_gpmc: Implement prefetch enginePeter Maydell2011-08-281-10/+247
| * omap: Wire up the DMA request line to the GPMCPeter Maydell2011-08-283-3/+8
| * omap_gpmc: Pull prefetch engine data into sub-structPeter Maydell2011-08-281-24/+28
| * omap_gpmc: Accept a zero mask field on omap3630Juha Riihimäki2011-08-281-5/+6
| * hw/omap.h: Add OMAP 3630 to omap_mpu_model enumerationPeter Maydell2011-08-281-1/+4
| * omap_gpmc: Support NAND devicesPeter Maydell2011-08-282-12/+208
| * omap_gpmc: Reindent misindented switch statementsPeter Maydell2011-08-281-48/+48
| * omap_gpmc: Calculate revision from OMAP modelJuha Riihimäki2011-08-281-1/+3
| * omap_gpmc: Take omap_mpu_state* in omap_gpmc_initJuha Riihimäki2011-08-283-3/+5
| * omap_gpmc: Fix handling of FIFOTHRESHOLDSTATUS bitPeter Maydell2011-08-281-1/+1
| * omap_gpmc: Wire up the GPMC IRQ correctlyPeter Maydell2011-08-281-0/+1
| * omap_gpmc: GPMC_IRQSTATUS is write-one-to-clearPeter Maydell2011-08-281-1/+1
| * omap_gpmc: Refactor omap_gpmc_cs_map and omap_gpmc_cs_unmapPeter Maydell2011-08-281-21/+35
| * omap_gpmc: Clean up omap_gpmc_attach MemoryRegion conversionPeter Maydell2011-08-283-47/+26
| * hw/onenand: Minor spacing fixesJuha Riihimäki2011-08-281-7/+7
| * hw/onenand: QdevifyJuha Riihimäki2011-08-283-47/+127
| * hw/onenand: Remove unnecessary argument from onenand_command()Juha Riihimäki2011-08-281-4/+4
| * hw/sysbus: Add sysbus_mmio_get_region()Peter Maydell2011-08-282-0/+6
* | Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori2011-08-2930-696/+887
|\ \
| * | qemu-img: Require larger zero areas for sparse handlingKevin Wolf2011-08-293-5/+67
| * | block: latency accountingChristoph Hellwig2011-08-264-3/+38
| * | block: explicit I/O accountingChristoph Hellwig2011-08-2512-50/+171
| * | qcow2: remove unused qcow2_create_refcount_update functionFrediano Ziglio2011-08-252-20/+0
| * | qcow2: use always stderr for debuggingFrediano Ziglio2011-08-252-3/+3
| * | sheepdog: use coroutinesMORITA Kazutaka2011-08-241-57/+93
| * | qcow2: remove memory leakFrediano Ziglio2011-08-231-0/+2
| * | qcow2: Removed QCowAIOCB entirelyFrediano Ziglio2011-08-231-127/+80
| * | qcow2: reindent and use while before the big jumpFrediano Ziglio2011-08-231-137/+135
| * | qcow2: remove common from QCowAIOCBFrediano Ziglio2011-08-231-4/+4
| * | qcow2: remove cluster_offset from QCowAIOCBFrediano Ziglio2011-08-231-11/+11
| * | qcow2: remove l2meta from QCowAIOCBFrediano Ziglio2011-08-231-7/+8
| * | qcow2: removed cur_nr_sectors field in QCowAIOCBFrediano Ziglio2011-08-231-55/+43
| * | qcow2: Removed unused AIOCB fieldsFrediano Ziglio2011-08-231-7/+3
| * | qcow: remove old #undefined codeFrediano Ziglio2011-08-231-63/+0
| * | qcow: Remove QCowAIOCBFrediano Ziglio2011-08-231-168/+123
| * | qcow: move some blocks of code to avoid useless variable initializationFrediano Ziglio2011-08-231-27/+26
| * | qcow: QCowAIOCB field cleanupFrediano Ziglio2011-08-231-72/+65
| * | qcow/qcow2: Allocate QCowAIOCB structure using stackFrediano Ziglio2011-08-232-63/+27
OpenPOWER on IntegriCloud