]> git.proxmox.com Git - qemu.git/history - hw/isa-bus.c
qxl: create slots on post_load in vga state
[qemu.git] / hw / isa-bus.c
2011-10-20 Anthony LiguoriMerge remote-tracking branch 'aneesh/for-upstream-6...
2011-10-14 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2011-10-14 Anthony LiguoriMerge remote-tracking branch 'stefanha/trivial-patches...
2011-10-14 Anthony LiguoriMerge remote-tracking branch 'kraxel/usb.28' into staging
2011-10-14 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm-tmp/memory/batch...
2011-10-11 Richard Hendersonisa: Remove isa_init_ioport_range and isa_init_ioport
2011-10-11 Avi Kivityisa: Add isa_register_portio_list()
2011-10-10 Richard Hendersonisa: Tidy support code for isabus_get_fw_dev_path
2011-09-29 Anthony LiguoriMerge remote-tracking branch 'aneesh/for-upstream-5...
2011-09-26 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm-tmp/memory/urgen...
2011-09-26 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm-tmp/memory/batch...
2011-09-25 Richard Hendersonisa: add isa_register_ioport()
2011-09-25 Richard Hendersonisa: Pass i/o address space to isa_bus_new
2011-08-25 Anthony LiguoriMerge remote-tracking branch 'aneesh/for-upstream-2...
2011-08-22 Avi Kivityisa: add isa_address_space()
2011-05-05 Michael S. TsirkinMerge remote branch 'origin/master' into pci
2011-04-25 Anthony LiguoriMerge remote-tracking branch 'awilliam/ipxe' into staging
2011-04-15 Blue SwirlRemove unused sysemu.h include directives
2011-02-21 Jan Kiszkaisa-bus: Remove bogus IRQ sharing check
2011-02-16 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2011-02-12 Blue Swirlisa: add creation function that may fail
2010-12-27 Aurelien JarnoMerge branch 'spice.v23.pull' of git://anongit.freedesk...
2010-12-17 Anthony LiguoriMerge remote branch 'arm/for-anthony' into staging
2010-12-17 Anthony LiguoriMerge remote branch 'qmp/for-anthony' into staging
2010-12-17 Anthony LiguoriMerge remote branch 'jvrao/for-anthony' into staging
2010-12-17 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-12-11 Gleb NatapovAdd get_fw_dev_path callback to ISA bus in qdev.
2010-12-11 Gleb NatapovKeep track of ISA ports ISA device is using in qdev.
2010-12-11 Gleb NatapovIntroduce fw_name field to DeviceInfo structure.
2010-12-11 Tristan Gingoldisa-bus.c: use hw_error instead of fprintf
2010-04-14 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-04-09 Paolo Bonzinimove two variable declarations out of vl.c
2009-10-07 Markus ArmbrusterMake isa_create() terminate program on failure
2009-10-07 Markus ArmbrusterNew qdev_init_nofail()
2009-10-07 Markus ArmbrusterMake qdev_init() destroy the device on failure
2009-09-10 Gerd Hoffmannqdev: add isa_create() function
2009-09-10 Gerd Hoffmannqdev: tag isabus-bridge as no-user
2009-09-10 Gerd Hoffmannqdev: simplify isa irq assignments
2009-09-10 Gerd Hoffmannqdev: drop iobase properties from isa bus
2009-08-28 Blue SwirlSuppress kraxelisms
2009-08-28 Anthony LiguoriMerge commit 'linux-user/linux-user-for-upstream' into...
2009-08-28 Gerd Hoffmannqdev: add return value to init() callbacks.
2009-08-28 Gerd HoffmannMove isa_connect_irq calls into isa_create_simple
2009-08-28 Jes SorensenAdd isa_reserve_irq().
2009-08-28 Gerd Hoffmannisa bus irq changes and fixes.
2009-08-24 Gerd Hoffmannqdev/prop: convert isa-bus to helper macros.
2009-08-10 Gerd Hoffmannqdev/isa: add isa bus support to qdev.