aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2011-10-01ESP: convert to trace frameworkBlue Swirl
2011-10-01PPC: Drop initial ESCC mappingAlexander Graf
2011-10-01mips_fulong2e: Reorder ISA bus and i8259 creationJan Kiszka
2011-09-29Merge remote-tracking branch 'aneesh/for-upstream-5' into stagingAnthony Liguori
2011-09-27PPC: use memory API to construct the PCI holeBlue Swirl
2011-09-26Merge remote-tracking branch 'qemu-kvm-tmp/memory/urgent' into stagingAnthony Liguori
2011-09-26Merge remote-tracking branch 'qemu-kvm-tmp/memory/batch' into stagingAnthony Liguori
2011-09-26Merge remote-tracking branch 'pmaydell/omap-for-upstream' into stagingAnthony Liguori
2011-09-25ppc_prep: fix pci config space initializationAvi Kivity
2011-09-25fdc: Convert isabus_fdc_init1 to MemoryRegionRichard Henderson
2011-09-25serial: Convert serial_isa_initfn to MemoryRegionRichard Henderson
2011-09-25pckbd: Convert to MemoryRegionRichard Henderson
2011-09-25i8259: Convert to MemoryRegionRichard Henderson
2011-09-25ppc_prep: initialize i8259 after the ISA busAvi Kivity
2011-09-25mips_r4k: initialize i8259 after the ISA busAvi Kivity
2011-09-25mips_jazz: initialize i8259 after the ISA busAvi Kivity
2011-09-25mips_malta: move i8259 initialization after piix4 initializationAvi Kivity
2011-09-25i8254: Convert to MemoryRegionRichard Henderson
2011-09-25cs4231a: Convert to MemoryRegionRichard Henderson
2011-09-25pc: Re-order pc_init1 to initialize the ISA bus before ISA devicesRichard Henderson
2011-09-25isa: add isa_register_ioport()Richard Henderson
2011-09-25isa: Pass i/o address space to isa_bus_newRichard Henderson
2011-09-25pci: add pci_address_space_io()Richard Henderson
2011-09-23adlib: remove write-only variableHervé Poussineau
2011-09-23irq: introduce qemu_irq_proxy()Avi Kivity
2011-09-23virtio: Use global memory barrier macrosDavid Gibson
2011-09-23pci-devfn: check that device/slot number is within rangeDonald Dutile
2011-09-23isapc: give system address space when pci is disabledHervé Poussineau
2011-09-23cirrus: Unbreak ISA supportJan Kiszka
2011-09-23vga: Unbreak ISA supportJan Kiszka
2011-09-23pc: Disable HPET for ISA machineJan Kiszka
2011-09-23pc: Unbreak ROM mapping for ISA machineJan Kiszka
2011-09-23e1000: Don't set the Capabilities List bitdann frazier
2011-09-23hw/omap1: Wire up GPIO clockPeter Maydell
2011-09-23omap_intc: QdevifyPeter Maydell
2011-09-23omap_intc: Use MemoryRegion APIPeter Maydell
2011-09-23hw/omap_gpmc: Modify correct field when writing IRQSTATUS registerPeter Maydell
2011-09-23hw/omap_gpmc: Add comment about FIFOTHRESHOLDSTATUS bitPeter Maydell
2011-09-22hw/9pfs: Add handle based fs driverAneesh Kumar K.V
2011-09-22hw/9pfs: Implement TFLUSH operationAneesh Kumar K.V
2011-09-22hw/9pfs: Avoid unnecessary get_fid in v9fs_clunkAneesh Kumar K.V
2011-09-22hw/9pfs: Add fs driver specific details to fscontextAneesh Kumar K.V
2011-09-22hw/9pfs: Add init callback to fs driverAneesh Kumar K.V
2011-09-22hw/9pfs: Move fid pathname tracking to seperate data type.Aneesh Kumar K.V
2011-09-22hw/9pfs: Use read-write lock for protecting fid path.Aneesh Kumar K.V
2011-09-22hw/9pfs: Make v9fs_string* functions non-staticAneesh Kumar K.V
2011-09-22Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori
2011-09-22Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori
2011-09-22Merge remote-tracking branch 'qemu-kvm-tmp/memory/batch' into stagingAnthony Liguori
2011-09-21ahci: add port I/O index-data pairDaniel Verkamp