aboutsummaryrefslogtreecommitdiffstats
path: root/hw/isa.h
AgeCommit message (Expand)AuthorFilesLines
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori1-2/+0
2012-01-27isa: pic: convert to QEMU Object ModelAnthony Liguori1-8/+15
2011-12-20isa: move ISABus structure definition to header fileHervé Poussineau1-0/+6
2011-12-20isa: give ISABus/ISADevice to isa_create(), isa_bus_irqs() and isa_get_irq() ...Hervé Poussineau1-6/+5
2011-10-16pc: Generalize ISA IRQs to GSIsJan Kiszka1-0/+2
2011-10-11isa: Remove isa_init_ioport_range and isa_init_ioportRichard Henderson1-2/+0
2011-10-11isa: Add isa_register_portio_list()Avi Kivity1-1/+30
2011-10-10isa: Tidy support code for isabus_get_fw_dev_pathRichard Henderson1-4/+1
2011-09-25isa: add isa_register_ioport()Richard Henderson1-1/+4
2011-09-25isa: Pass i/o address space to isa_bus_newRichard Henderson1-1/+1
2011-08-22isa: add isa_address_space()Avi Kivity1-0/+1
2011-08-08isa-mmio: convert to memory APIAvi Kivity1-0/+2
2011-02-21isa-bus: Remove bogus IRQ sharing checkJan Kiszka1-1/+1
2011-02-12isa: add creation function that may failBlue Swirl1-0/+1
2010-12-11Keep track of ISA ports ISA device is using in qdev.Gleb Natapov1-0/+4
2010-12-11isa_mmio: Always use little endianAlexander Graf1-1/+1
2010-05-22Compile dma only onceBlue Swirl1-1/+1
2010-03-21Compile isa_mmio only onceBlue Swirl1-1/+1
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-2/+2
2009-10-01Get rid of _t suffixmalc1-2/+2
2009-09-10qdev: add isa_create() functionGerd Hoffmann1-0/+1
2009-09-10qdev: simplify isa irq assignmentsGerd Hoffmann1-4/+2
2009-09-10qdev: drop iobase properties from isa busGerd Hoffmann1-3/+1
2009-08-27qdev: add return value to init() callbacks.Gerd Hoffmann1-1/+1
2009-08-27Move isa_connect_irq calls into isa_create_simpleGerd Hoffmann1-1/+2
2009-08-27Add isa_reserve_irq().Jes Sorensen1-0/+1
2009-08-27isa bus irq changes and fixes.Gerd Hoffmann1-1/+3
2009-08-10qdev/isa: add isa bus support to qdev.Gerd Hoffmann1-0/+25
2009-07-09split out ioport related stuffs from vl.c into ioport.c.Isaku Yamahata1-6/+2
2008-10-31Make DMA bottom-half driven (v2)aliguori1-1/+0
2008-08-30Fix some warnings that would be generated by gcc -Wredundant-declsblueswir11-0/+3
2007-11-17Break up vl.h.pbrook1-0/+24