Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | hw/ide/sii3112: Remove dead assignment | Philippe Mathieu-Daudé | 2020-05-04 | 1 | -2/+3 |
* | hw/ide/sii3112: Use qdev gpio rather than qemu_allocate_irqs() | Peter Maydell | 2020-03-27 | 1 | -4/+4 |
* | hw/ide/sii3112: Convert reset handler to DeviceReset | Philippe Mathieu-Daudé | 2019-10-15 | 1 | -4/+3 |
* | Include sysemu/reset.h a lot less | Markus Armbruster | 2019-08-16 | 1 | -0/+1 |
* | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster | 2019-06-12 | 1 | -0/+1 |
* | sii3112: Remove duplicated code and use PCI IDE ops instead | BALATON Zoltan | 2019-01-25 | 1 | -44/+8 |
* | sii3112: Remove unneeded exit function | BALATON Zoltan | 2018-03-18 | 1 | -12/+0 |
* | Use #include "..." for our own headers, <...> for others | Markus Armbruster | 2018-02-09 | 1 | -2/+2 |
* | sii3112: Add explicit type casts to avoid unintended sign extension | BALATON Zoltan | 2018-01-20 | 1 | -5/+5 |
* | hw/ide: Emulate SiI3112 SATA controller | BALATON Zoltan | 2018-01-10 | 1 | -0/+368 |