[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH 00/12] qdev isa patches.
From: |
Gerd Hoffmann |
Subject: |
[Qemu-devel] [PATCH 00/12] qdev isa patches. |
Date: |
Wed, 9 Sep 2009 16:45:35 +0200 |
Hi,
Here is a batch of patches for the isa bus and isa bus devices. qdev
support for the isa bus is reworked a bit, following up the default
value discussion with Markus. A few devices are converted to qdev.
Some bugs (like -M isapc segfaulting) are fixed along the way.
As usual the individual patches have more verbose descriptions.
cheers,
Gerd
- [Qemu-devel] [PATCH 00/12] qdev isa patches.,
Gerd Hoffmann <=
- [Qemu-devel] [PATCH 05/12] qdev: tag isabus-bridge as no-user, Gerd Hoffmann, 2009/09/09
- [Qemu-devel] [PATCH 02/12] isapc: pick a more sane default cpu for such old hardware., Gerd Hoffmann, 2009/09/09
- [Qemu-devel] [PATCH 01/12] isapc: Fix irq routing, Gerd Hoffmann, 2009/09/09
- [Qemu-devel] [PATCH 03/12] qdev: drop iobase properties from isa bus, Gerd Hoffmann, 2009/09/09
- [Qemu-devel] [PATCH 08/12] qdev/isa: convert cs4231a sound card, Gerd Hoffmann, 2009/09/09
- [Qemu-devel] [PATCH 06/12] qdev: add isa_create() function, Gerd Hoffmann, 2009/09/09
- [Qemu-devel] [PATCH 04/12] qdev: simplify isa irq assignments, Gerd Hoffmann, 2009/09/09
- [Qemu-devel] [PATCH 07/12] qdev/isa: convert soundblaster, Gerd Hoffmann, 2009/09/09
- [Qemu-devel] [PATCH 09/12] qdev/isa: convert gravis ultrasound, Gerd Hoffmann, 2009/09/09
- [Qemu-devel] [PATCH 11/12] qdev/isa: finish pckbd conversion, Gerd Hoffmann, 2009/09/09