Age | Commit message (Expand) | Author |
2016-07-12 | Use #include "..." for our own headers, <...> for others | Markus Armbruster |
2016-01-29 | ide: Clean up includes | Peter Maydell |
2015-10-23 | cmd646: add to storage category | Laurent Vivier |
2015-03-10 | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging | Peter Maydell |
2015-03-10 | ide: introduce ide_register_restart_cb | Paolo Bonzini |
2015-02-26 | pci: Trivial device model conversions to realize | Markus Armbruster |
2014-10-20 | hw: Convert from BlockDriverState to BlockBackend, mostly | Markus Armbruster |
2014-08-19 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2014-08-18 | memory: remove memory_region_destroy | Paolo Bonzini |
2014-08-15 | cmd646: synchronise UDMA interrupt status with DMA interrupt status | Mark Cave-Ayland |
2014-08-15 | cmd646: allow MRDMODE interrupt status bits clearing from PCI config space | Mark Cave-Ayland |
2014-08-15 | cmd646: switch cmd646_update_irq() to accept PCIDevice instead of PCIIDEState | Mark Cave-Ayland |
2014-08-15 | cmd646: synchronise DMA interrupt status with UDMA interrupt status | Mark Cave-Ayland |
2014-08-15 | cmd646: add constants for CNTRL register access | Mark Cave-Ayland |
2013-10-14 | hw: set interrupts using pci irq wrappers | Marcel Apfelbaum |
2013-08-30 | ide: Pass size to ide_bus_new() | Andreas Färber |
2013-07-29 | ide: Introduce abstract QOM type for PCIIDEState | Andreas Färber |
2013-07-04 | hw/i*: pass owner to memory_region_init* functions | Paolo Bonzini |
2013-07-04 | memory: add owner argument to initialization functions | Paolo Bonzini |
2013-06-28 | cmd646: fix build when DEBUG_IDE is enabled. | Mark Cave-Ayland |
2013-05-08 | ahci: Don't allow creating slave drives | Kevin Wolf |
2013-04-08 | hw: move headers to include/ | Paolo Bonzini |
2013-01-10 | Make all static TypeInfos const | Andreas Färber |
2012-12-19 | softmmu: move include files to include/sysemu/ | Paolo Bonzini |
2012-12-19 | block: move include files to include/block/ | Paolo Bonzini |
2012-12-17 | pci: update all users to look in pci/ | Michael S. Tsirkin |
2012-10-23 | Rename target_phys_addr_t to hwaddr | Avi Kivity |
2012-08-27 | Revert "fix some debug printf format strings" | malc |
2012-08-24 | fix some debug printf format strings | Matthew Ogilvie |
2012-07-29 | Merge branch pci into master | Michael S. Tsirkin |
2012-07-28 | Avoid returning void | Blue Swirl |
2012-07-04 | pci: convert PCIUnregisterFunc to void | Alex Williamson |
2012-03-11 | Add missing const attributes for MemoryRegionOps | Stefan Weil |
2012-02-15 | qom: Unify type registration | Andreas Färber |
2012-02-03 | qdev: register all types natively through QEMU Object Model | Anthony Liguori |
2012-01-27 | pci: convert to QEMU Object Model | Anthony Liguori |
2012-01-27 | qdev: prepare source tree for code conversion | Anthony Liguori |
2011-09-12 | hw: Trim superfluous #include "block_int.h" | Markus Armbruster |
2011-08-08 | pci: rename pci_register_bar_region() to pci_register_bar() | Avi Kivity |
2011-08-08 | ide: convert to memory API | Avi Kivity |
2011-06-12 | hw/ide/cmd646.c: convert to PCIDeviceInfo to initialize ids | Isaku Yamahata |
2010-12-17 | ide: Fix build for cmd646.c | Kevin Wolf |
2010-12-17 | ide: Register vm change state handler once only | Stefan Hajnoczi |
2010-12-17 | ide: Split out BMDMA code from ATA core | Alexander Graf |
2010-12-11 | Store IDE bus id in IDEBus structure for easy access. | Gleb Natapov |
2010-11-24 | ide: convert bmdma address ioport to ioport_register() | Avi Kivity |
2010-07-11 | pci: don't overwrite multi functio bit in pci header type. | Isaku Yamahata |
2010-07-06 | savevm: Add DeviceState param | Alex Williamson |
2010-06-04 | ide: Split non-qdev code off ide_init2() | Markus Armbruster |
2010-05-01 | cmd646: fix abort due to changed opaque pointer for ioport read | Igor V. Kovalenko |