aboutsummaryrefslogtreecommitdiffstats
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2011-09-04armv7m: convert to memory APIAvi Kivity3-12/+20
2011-09-04an5206: convert to memory APIAvi Kivity1-4/+8
2011-09-04pci_host: convert conf index and data ports to memory APIAvi Kivity9-133/+131
2011-09-04sysbus: add helpers to add and delete memory regions to the system busAvi Kivity2-0/+28
2011-09-04stellaris_enet: convert to memory APIAvi Kivity1-17/+12
2011-09-04mips_fulong2e: convert to memory APIAvi Kivity1-7/+10
2011-09-04apb_pci: convert PCI space to memory APIBlue Swirl1-5/+8
2011-09-04fw_cfg: fix crash if FW_CFG_WRITE_CHANNEL is used incorrectlyBlue Swirl1-1/+2
2011-09-03Use new macro QEMU_PACKED for packed structuresStefan Weil21-215/+215
2011-09-02main: force enabling of I/O threadAnthony Liguori1-4/+0
2011-09-02sh4: Fix potential crash in debug codeStefan Weil1-4/+5
2011-09-01Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori1-1/+1
2011-08-31tusb6010: Convert to qdevPeter Maydell3-80/+94
2011-08-29Merge branch 'omap-for-upstream' of git://git.linaro.org/people/pmaydell/qemu...Edgar E. Iglesias8-203/+733
2011-08-29Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori9-23/+126
2011-08-29Merge remote-tracking branch 'qemu-kvm/memory/urgent' into stagingAnthony Liguori1-1/+1
2011-08-29Merge remote-tracking branch 'mst/for_anthony' into stagingAnthony Liguori6-26/+125
2011-08-29hw/pci-stub: fix comment typoAlon Levy1-1/+1
2011-08-28omap_gpmc: Implement prefetch enginePeter Maydell1-10/+247
2011-08-28omap: Wire up the DMA request line to the GPMCPeter Maydell3-3/+8
2011-08-28omap_gpmc: Pull prefetch engine data into sub-structPeter Maydell1-24/+28
2011-08-28omap_gpmc: Accept a zero mask field on omap3630Juha Riihimäki1-5/+6
2011-08-28hw/omap.h: Add OMAP 3630 to omap_mpu_model enumerationPeter Maydell1-1/+4
2011-08-28omap_gpmc: Support NAND devicesPeter Maydell2-12/+208
2011-08-28omap_gpmc: Reindent misindented switch statementsPeter Maydell1-48/+48
2011-08-28omap_gpmc: Calculate revision from OMAP modelJuha Riihimäki1-1/+3
2011-08-28omap_gpmc: Take omap_mpu_state* in omap_gpmc_initJuha Riihimäki3-3/+5
2011-08-28omap_gpmc: Fix handling of FIFOTHRESHOLDSTATUS bitPeter Maydell1-1/+1
2011-08-28omap_gpmc: Wire up the GPMC IRQ correctlyPeter Maydell1-0/+1
2011-08-28omap_gpmc: GPMC_IRQSTATUS is write-one-to-clearPeter Maydell1-1/+1
2011-08-28omap_gpmc: Refactor omap_gpmc_cs_map and omap_gpmc_cs_unmapPeter Maydell1-21/+35
2011-08-28omap_gpmc: Clean up omap_gpmc_attach MemoryRegion conversionPeter Maydell3-47/+26
2011-08-28hw/onenand: Minor spacing fixesJuha Riihimäki1-7/+7
2011-08-28hw/onenand: QdevifyJuha Riihimäki3-47/+127
2011-08-28hw/onenand: Remove unnecessary argument from onenand_command()Juha Riihimäki1-4/+4
2011-08-28hw/sysbus: Add sysbus_mmio_get_region()Peter Maydell2-0/+6
2011-08-28sh_pci: Fix sh_pci memory alias confusionAvi Kivity1-1/+1
2011-08-28Fix disabling interrupts in sun4uArtyom Tarasenko1-2/+6
2011-08-28xilinx: Convert most xilinx devices to MemoryRegionEdgar E. Iglesias4-54/+65
2011-08-27g364fb: convert to qdevHervé Poussineau3-196/+164
2011-08-27g364fb: use trace frameworkHervé Poussineau1-18/+11
2011-08-26vhost-net: cleanup host notifiers at last stepMichael S. Tsirkin3-22/+70
2011-08-25Revert "Merge remote-tracking branch 'qemu-kvm/memory/batch' into staging"Anthony Liguori45-637/+543
2011-08-25vga: Silence bogus gcc warning about uninitialized variablesJan Kiszka1-0/+1
2011-08-25block: explicit I/O accountingChristoph Hellwig9-23/+126
2011-08-25hw/9pfs: mark directories also as un-reclaimable on unlinkAneesh Kumar K.V1-35/+38
2011-08-25hw/9pfs: Add directory reclaim supportAneesh Kumar K.V2-2/+38
2011-08-25hw/9pfs: Use v9fs_do_close instead of closeAneesh Kumar K.V1-2/+2
2011-08-25hw/9pfs: init fid list properlyAneesh Kumar K.V1-0/+1
2011-08-25hw/9pfs: Add file descriptor reclaim supportAneesh Kumar K.V6-14/+223