Age | Commit message (Expand) | Author | Files | Lines |
2019-01-25 | ide/via: Implement and use native PCI IDE mode | BALATON Zoltan | 1 | -14/+38 |
2019-01-25 | ide/via: Rename functions to match device name | BALATON Zoltan | 1 | -8/+7 |
2019-01-25 | ide/via: Remove vt82c686b_init_ports() function | BALATON Zoltan | 1 | -24/+20 |
2019-01-09 | trivial: Don't include isa.h if it is not really necessary | Thomas Huth | 1 | -1/+0 |
2018-06-01 | hw: Do not include "sysemu/block-backend.h" if it is not necessary | Philippe Mathieu-Daudé | 1 | -1/+0 |
2017-12-18 | hw/ide: remove old i386 dependency | Philippe Mathieu-Daudé | 1 | -1/+0 |
2017-09-18 | IDE: replace DEBUG_IDE with tracing system | John Snow | 1 | -6/+4 |
2016-07-12 | Use #include "..." for our own headers, <...> for others | Markus Armbruster | 1 | -5/+5 |
2016-01-29 | ide: Clean up includes | Peter Maydell | 1 | -0/+1 |
2015-03-10 | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging | Peter Maydell | 1 | -2/+1 |
2015-03-10 | ide: introduce ide_register_restart_cb | Paolo Bonzini | 1 | -2/+1 |
2015-02-26 | pci: Trivial device model conversions to realize | Markus Armbruster | 1 | -4/+2 |
2014-10-20 | hw: Convert from BlockDriverState to BlockBackend, mostly | Markus Armbruster | 1 | -1/+1 |
2014-08-18 | memory: remove memory_region_destroy | Paolo Bonzini | 1 | -3/+0 |
2013-12-23 | vt82c686: Clean up use of cannot_instantiate_with_device_add_yet | Markus Armbruster | 1 | -1/+0 |
2013-12-23 | qdev: Replace no_user by cannot_instantiate_with_device_add_yet | Markus Armbruster | 1 | -1/+1 |
2013-08-30 | ide: Pass size to ide_bus_new() | Andreas Färber | 1 | -1/+1 |
2013-07-29 | ide: Introduce abstract QOM type for PCIIDEState | Andreas Färber | 1 | -9/+9 |
2013-07-29 | devices: Associate devices to their logical category | Marcel Apfelbaum | 1 | -0/+1 |
2013-07-04 | hw/i*: pass owner to memory_region_init* functions | Paolo Bonzini | 1 | -4/+4 |
2013-07-04 | memory: add owner argument to initialization functions | Paolo Bonzini | 1 | -3/+3 |
2013-05-08 | ahci: Don't allow creating slave drives | Kevin Wolf | 1 | -1/+1 |
2013-04-08 | hw: move headers to include/ | Paolo Bonzini | 1 | -2/+2 |
2013-01-10 | Make all static TypeInfos const | Andreas Färber | 1 | -1/+1 |
2012-12-19 | softmmu: move include files to include/sysemu/ | Paolo Bonzini | 1 | -2/+2 |
2012-12-19 | block: move include files to include/block/ | Paolo Bonzini | 1 | -1/+1 |
2012-12-17 | pci: update all users to look in pci/ | Michael S. Tsirkin | 1 | -1/+1 |
2012-10-23 | Rename target_phys_addr_t to hwaddr | Avi Kivity | 1 | -2/+2 |
2012-08-27 | Revert "fix some debug printf format strings" | malc | 1 | -3/+2 |
2012-08-24 | fix some debug printf format strings | Matthew Ogilvie | 1 | -2/+3 |
2012-07-29 | Merge branch pci into master | Michael S. Tsirkin | 1 | -3/+1 |
2012-07-28 | Avoid returning void | Blue Swirl | 1 | -1/+2 |
2012-07-04 | pci: convert PCIUnregisterFunc to void | Alex Williamson | 1 | -3/+1 |
2012-03-11 | Add missing const attributes for MemoryRegionOps | Stefan Weil | 1 | -1/+1 |
2012-02-15 | qom: Unify type registration | Andreas Färber | 1 | -2/+3 |
2012-02-03 | qdev: register all types natively through QEMU Object Model | Anthony Liguori | 1 | -6/+8 |
2012-01-27 | pci: convert to QEMU Object Model | Anthony Liguori | 1 | -10/+17 |
2011-12-20 | isa: give ISABus/ISADevice to isa_create(), isa_bus_irqs() and isa_get_irq() ... | Hervé Poussineau | 1 | -1/+1 |
2011-12-06 | fix typo: delete redundant semicolon | Dong Xu Wang | 1 | -1/+1 |
2011-10-11 | ide: Convert to isa_register_portio_list | Richard Henderson | 1 | -3/+4 |
2011-09-12 | hw: Trim superfluous #include "block_int.h" | Markus Armbruster | 1 | -1/+0 |
2011-08-08 | pci: rename pci_register_bar_region() to pci_register_bar() | Avi Kivity | 1 | -2/+1 |
2011-08-08 | ide: convert to memory API | Avi Kivity | 1 | -16/+49 |
2011-06-12 | hw/ide/via.c: convert to PCIDeviceInfo to initialize ids | Isaku Yamahata | 1 | -4/+4 |
2011-02-21 | isa-bus: Remove bogus IRQ sharing check | Jan Kiszka | 1 | -1/+1 |
2010-12-17 | ide: Build fix for via.c | Kevin Wolf | 1 | -1/+1 |
2010-12-17 | ide: Register vm change state handler once only | Stefan Hajnoczi | 1 | -10/+24 |
2010-12-17 | ide: Split out BMDMA code from ATA core | Alexander Graf | 1 | -3/+3 |
2010-12-11 | Store IDE bus id in IDEBus structure for easy access. | Gleb Natapov | 1 | -2/+2 |
2010-12-01 | Merge remote branch 'origin/master' into pci | Michael S. Tsirkin | 1 | -6/+2 |