| Commit message (Expand) | Author | Age | Files | Lines |
* | via-ide: always use legacy IRQ 14/15 routing | Mark Cave-Ayland | 2020-03-17 | 1 | -4/+1 |
* | via-ide: allow guests to write to PCI_CLASS_PROG | Mark Cave-Ayland | 2020-03-17 | 1 | -0/+1 |
* | via-ide: initialise IDE controller in legacy mode | Mark Cave-Ayland | 2020-03-17 | 1 | -1/+1 |
* | via-ide: ensure that PCI_INTERRUPT_LINE is hard-wired to its default value | Mark Cave-Ayland | 2020-03-17 | 1 | -1/+1 |
* | ide/via: Get rid of via_ide_init() | BALATON Zoltan | 2020-03-17 | 1 | -8/+0 |
* | via-ide: move registration of VMStateDescription to DeviceClass | Mark Cave-Ayland | 2020-03-17 | 1 | -2/+1 |
* | vmstate: replace DeviceState with VMStateIf | Marc-André Lureau | 2020-01-06 | 1 | -1/+1 |
* | hw/ide/via82c: Convert reset handler to DeviceReset | Philippe Mathieu-Daudé | 2019-10-15 | 1 | -6/+4 |
* | Clean up inclusion of sysemu/sysemu.h | Markus Armbruster | 2019-08-16 | 1 | -1/+0 |
* | Include hw/hw.h exactly where needed | Markus Armbruster | 2019-08-16 | 1 | -1/+0 |
* | Include migration/vmstate.h less | Markus Armbruster | 2019-08-16 | 1 | -0/+1 |
* | 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/+2 |
* | ide/via: Implement and use native PCI IDE mode | BALATON Zoltan | 2019-01-25 | 1 | -14/+38 |
* | ide/via: Rename functions to match device name | BALATON Zoltan | 2019-01-25 | 1 | -8/+7 |
* | ide/via: Remove vt82c686b_init_ports() function | BALATON Zoltan | 2019-01-25 | 1 | -24/+20 |
* | trivial: Don't include isa.h if it is not really necessary | Thomas Huth | 2019-01-09 | 1 | -1/+0 |
* | hw: Do not include "sysemu/block-backend.h" if it is not necessary | Philippe Mathieu-Daudé | 2018-06-01 | 1 | -1/+0 |
* | hw/ide: remove old i386 dependency | Philippe Mathieu-Daudé | 2017-12-18 | 1 | -1/+0 |
* | IDE: replace DEBUG_IDE with tracing system | John Snow | 2017-09-18 | 1 | -6/+4 |
* | Use #include "..." for our own headers, <...> for others | Markus Armbruster | 2016-07-12 | 1 | -5/+5 |
* | ide: Clean up includes | Peter Maydell | 2016-01-29 | 1 | -0/+1 |
* | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging | Peter Maydell | 2015-03-10 | 1 | -2/+1 |
|\ |
|
| * | ide: introduce ide_register_restart_cb | Paolo Bonzini | 2015-03-10 | 1 | -2/+1 |
* | | pci: Trivial device model conversions to realize | Markus Armbruster | 2015-02-26 | 1 | -4/+2 |
|/ |
|
* | hw: Convert from BlockDriverState to BlockBackend, mostly | Markus Armbruster | 2014-10-20 | 1 | -1/+1 |
* | memory: remove memory_region_destroy | Paolo Bonzini | 2014-08-18 | 1 | -3/+0 |
* | vt82c686: Clean up use of cannot_instantiate_with_device_add_yet | Markus Armbruster | 2013-12-23 | 1 | -1/+0 |
* | qdev: Replace no_user by cannot_instantiate_with_device_add_yet | Markus Armbruster | 2013-12-23 | 1 | -1/+1 |
* | ide: Pass size to ide_bus_new() | Andreas Färber | 2013-08-30 | 1 | -1/+1 |
* | ide: Introduce abstract QOM type for PCIIDEState | Andreas Färber | 2013-07-29 | 1 | -9/+9 |
* | devices: Associate devices to their logical category | Marcel Apfelbaum | 2013-07-29 | 1 | -0/+1 |
* | hw/i*: pass owner to memory_region_init* functions | Paolo Bonzini | 2013-07-04 | 1 | -4/+4 |
* | memory: add owner argument to initialization functions | Paolo Bonzini | 2013-07-04 | 1 | -3/+3 |
* | ahci: Don't allow creating slave drives | Kevin Wolf | 2013-05-08 | 1 | -1/+1 |
* | hw: move headers to include/ | Paolo Bonzini | 2013-04-08 | 1 | -2/+2 |
* | Make all static TypeInfos const | Andreas Färber | 2013-01-10 | 1 | -1/+1 |
* | softmmu: move include files to include/sysemu/ | Paolo Bonzini | 2012-12-19 | 1 | -2/+2 |
* | block: move include files to include/block/ | Paolo Bonzini | 2012-12-19 | 1 | -1/+1 |
* | pci: update all users to look in pci/ | Michael S. Tsirkin | 2012-12-17 | 1 | -1/+1 |
* | Rename target_phys_addr_t to hwaddr | Avi Kivity | 2012-10-23 | 1 | -2/+2 |
* | Revert "fix some debug printf format strings" | malc | 2012-08-27 | 1 | -3/+2 |
* | fix some debug printf format strings | Matthew Ogilvie | 2012-08-24 | 1 | -2/+3 |
* | Merge branch pci into master | Michael S. Tsirkin | 2012-07-29 | 1 | -3/+1 |
|\ |
|
| * | pci: convert PCIUnregisterFunc to void | Alex Williamson | 2012-07-04 | 1 | -3/+1 |
* | | Avoid returning void | Blue Swirl | 2012-07-28 | 1 | -1/+2 |
|/ |
|
* | Add missing const attributes for MemoryRegionOps | Stefan Weil | 2012-03-11 | 1 | -1/+1 |
* | qom: Unify type registration | Andreas Färber | 2012-02-15 | 1 | -2/+3 |
* | qdev: register all types natively through QEMU Object Model | Anthony Liguori | 2012-02-03 | 1 | -6/+8 |
* | pci: convert to QEMU Object Model | Anthony Liguori | 2012-01-27 | 1 | -10/+17 |