summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2011-10-03etrax-dma: Remove bogus if statementEdgar E. Iglesias1-6/+4
2011-10-01ESP: convert to trace frameworkBlue Swirl1-40/+30
2011-10-01PPC: Drop initial ESCC mappingAlexander Graf2-2/+2
2011-10-01mips_fulong2e: Reorder ISA bus and i8259 creationJan Kiszka1-4/+4
2011-09-29Merge remote-tracking branch 'aneesh/for-upstream-5' into stagingAnthony Liguori10-516/+1670
2011-09-27PPC: use memory API to construct the PCI holeBlue Swirl4-7/+26
2011-09-26Merge remote-tracking branch 'qemu-kvm-tmp/memory/urgent' into stagingAnthony Liguori1-1/+1
2011-09-26Merge remote-tracking branch 'qemu-kvm-tmp/memory/batch' into stagingAnthony Liguori20-122/+232
2011-09-26Merge remote-tracking branch 'pmaydell/omap-for-upstream' into stagingAnthony Liguori5-190/+244
2011-09-25ppc_prep: fix pci config space initializationAvi Kivity1-1/+1
2011-09-25fdc: Convert isabus_fdc_init1 to MemoryRegionRichard Henderson1-20/+33
2011-09-25serial: Convert serial_isa_initfn to MemoryRegionRichard Henderson1-3/+12
2011-09-25pckbd: Convert to MemoryRegionRichard Henderson3-25/+40
2011-09-25i8259: Convert to MemoryRegionRichard Henderson1-19/+46
2011-09-25ppc_prep: initialize i8259 after the ISA busAvi Kivity1-2/+2
2011-09-25mips_r4k: initialize i8259 after the ISA busAvi Kivity1-1/+1
2011-09-25mips_jazz: initialize i8259 after the ISA busAvi Kivity1-1/+1
2011-09-25mips_malta: move i8259 initialization after piix4 initializationAvi Kivity1-5/+15
2011-09-25i8254: Convert to MemoryRegionRichard Henderson1-3/+13
2011-09-25cs4231a: Convert to MemoryRegionRichard Henderson1-19/+19
2011-09-25pc: Re-order pc_init1 to initialize the ISA bus before ISA devicesRichard Henderson1-10/+12
2011-09-25isa: add isa_register_ioport()Richard Henderson2-1/+14
2011-09-25isa: Pass i/o address space to isa_bus_newRichard Henderson10-16/+21
2011-09-25pci: add pci_address_space_io()Richard Henderson2-0/+6
2011-09-23adlib: remove write-only variableHervé Poussineau1-3/+2
2011-09-23irq: introduce qemu_irq_proxy()Avi Kivity2-0/+19
2011-09-23virtio: Use global memory barrier macrosDavid Gibson1-11/+3
2011-09-23pci-devfn: check that device/slot number is within rangeDonald Dutile1-0/+2
2011-09-23isapc: give system address space when pci is disabledHervé Poussineau1-1/+1
2011-09-23cirrus: Unbreak ISA supportJan Kiszka1-2/+2
2011-09-23vga: Unbreak ISA supportJan Kiszka1-0/+1
2011-09-23pc: Disable HPET for ISA machineJan Kiszka1-0/+1
2011-09-23pc: Unbreak ROM mapping for ISA machineJan Kiszka3-8/+15
2011-09-23e1000: Don't set the Capabilities List bitdann frazier1-2/+0
2011-09-23hw/omap1: Wire up GPIO clockPeter Maydell1-0/+1
2011-09-23omap_intc: QdevifyPeter Maydell5-163/+220
2011-09-23omap_intc: Use MemoryRegion APIPeter Maydell1-34/+30
2011-09-23hw/omap_gpmc: Modify correct field when writing IRQSTATUS registerPeter Maydell1-1/+1
2011-09-23hw/omap_gpmc: Add comment about FIFOTHRESHOLDSTATUS bitPeter Maydell1-0/+7
2011-09-22hw/9pfs: Add handle based fs driverAneesh Kumar K.V1-0/+611
2011-09-22hw/9pfs: Implement TFLUSH operationAneesh Kumar K.V8-265/+439
2011-09-22hw/9pfs: Avoid unnecessary get_fid in v9fs_clunkAneesh Kumar K.V1-10/+10
2011-09-22hw/9pfs: Add fs driver specific details to fscontextAneesh Kumar K.V8-52/+99
2011-09-22hw/9pfs: Add init callback to fs driverAneesh Kumar K.V2-2/+12
2011-09-22hw/9pfs: Move fid pathname tracking to seperate data type.Aneesh Kumar K.V8-281/+520
2011-09-22hw/9pfs: Use read-write lock for protecting fid path.Aneesh Kumar K.V8-87/+155
2011-09-22hw/9pfs: Make v9fs_string* functions non-staticAneesh Kumar K.V2-5/+10
2011-09-22Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori4-3/+76
2011-09-22Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori2-3/+0
2011-09-22Merge remote-tracking branch 'qemu-kvm-tmp/memory/batch' into stagingAnthony Liguori12-655/+705