Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2009-10-07 | Make isa_create() terminate program on failure | Markus Armbruster | 1 | -5/+3 |
2009-10-07 | New qdev_init_nofail() | Markus Armbruster | 1 | -1/+1 |
2009-10-07 | Make qdev_init() destroy the device on failure | Markus Armbruster | 1 | -1/+0 |
2009-09-10 | qdev: add isa_create() function | Gerd Hoffmann | 1 | -2/+13 |
2009-09-10 | qdev: tag isabus-bridge as no-user | Gerd Hoffmann | 1 | -0/+1 |
2009-09-10 | qdev: simplify isa irq assignments | Gerd Hoffmann | 1 | -27/+11 |
2009-09-10 | qdev: drop iobase properties from isa bus | Gerd Hoffmann | 1 | -9/+1 |
2009-08-28 | Suppress kraxelisms | Blue Swirl | 1 | -2/+4 |
2009-08-27 | qdev: add return value to init() callbacks. | Gerd Hoffmann | 1 | -3/+5 |
2009-08-27 | Move isa_connect_irq calls into isa_create_simple | Gerd Hoffmann | 1 | -1/+6 |
2009-08-27 | Add isa_reserve_irq(). | Jes Sorensen | 1 | -0/+21 |
2009-08-27 | isa bus irq changes and fixes. | Gerd Hoffmann | 1 | -7/+63 |
2009-08-24 | qdev/prop: convert isa-bus to helper macros. | Gerd Hoffmann | 1 | -12/+3 |
2009-08-10 | qdev/isa: add isa bus support to qdev. | Gerd Hoffmann | 1 | -0/+102 |