Age | Commit message (Expand) | Author | Files | Lines |
2013-10-29 | ahci: fix win7 hang on boot | Alexander Graf | 1 | -1/+2 |
2013-10-11 | ahci: set ahci mode on reset | Michael S. Tsirkin | 1 | -1/+9 |
2013-08-30 | ide: Pass size to ide_bus_new() | Andreas Färber | 1 | -1/+1 |
2013-07-29 | devices: Associate devices to their logical category | Marcel Apfelbaum | 1 | -0/+1 |
2013-07-23 | ahci: Use QOM realize for ahci | Hu Tao | 1 | -7/+7 |
2013-07-23 | ahci: QOM'ify some more | Hu Tao | 1 | -5/+11 |
2013-07-23 | ide/ich: QOM parent field cleanup | Andreas Färber | 1 | -5/+6 |
2013-07-15 | ahci: Fix FLUSH command | Kevin Wolf | 1 | -1/+7 |
2013-07-04 | hw/i*: pass owner to memory_region_init* functions | Paolo Bonzini | 1 | -2/+4 |
2013-07-04 | memory: add owner argument to initialization functions | Paolo Bonzini | 1 | -2/+2 |
2013-07-04 | dma: keep a device alive while it has SGLists | Paolo Bonzini | 1 | -1/+4 |
2013-06-20 | dma: eliminate DMAContext | Paolo Bonzini | 1 | -9/+9 |
2013-05-08 | ahci: Don't allow creating slave drives | Kevin Wolf | 1 | -1/+1 |
2013-04-15 | include: avoid useless includes of exec/ headers | Paolo Bonzini | 1 | -1/+0 |
2013-04-08 | hw: move headers to include/ | Paolo Bonzini | 1 | -1/+1 |
2013-01-25 | ahci: Add migration support | Jason Baron | 1 | -1/+81 |
2013-01-25 | ahci: Change data types in preparation for migration | Kevin Wolf | 1 | -4/+4 |
2013-01-25 | ahci: Remove unused AHCIDevice fields | Jason Baron | 1 | -6/+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 | -1/+1 |
2012-12-19 | monitor: move include files to include/monitor/ | Paolo Bonzini | 1 | -1/+1 |
2012-12-19 | exec: move include files to include/exec/ | Paolo Bonzini | 1 | -1/+1 |
2012-12-17 | pci: update all users to look in pci/ | Michael S. Tsirkin | 1 | -2/+2 |
2012-10-23 | Rename target_phys_addr_t to hwaddr | Avi Kivity | 1 | -5/+5 |
2012-09-12 | ahci: properly reset PxCMD on HBA reset | Jason Baron | 1 | -1/+1 |
2012-08-10 | ahci: Fix sglist memleak in ahci_dma_rw_buf() | Jason Baron | 1 | -0/+3 |
2012-08-10 | ahci: Fix ahci cdrom read corruptions for reads > 128k | Jason Baron | 1 | -7/+34 |
2012-06-27 | ide/ahci: Use universal DMA helper functions | David Gibson | 1 | -14/+20 |
2012-06-27 | iommu: Make sglists and dma_bdrv helpers use new universal DMA helpers | David Gibson | 1 | -1/+2 |
2012-06-07 | ahci: Clean up reset functions | Jan Kiszka | 1 | -10/+15 |
2012-05-30 | ahci: SATA FIS is 20 bytes, not 0x20 | Daniel Verkamp | 1 | -2/+2 |
2012-03-11 | Add missing const attributes for MemoryRegionOps | Stefan Weil | 1 | -2/+2 |
2012-02-22 | ahci: use new DMA helpers | Paolo Bonzini | 1 | -69/+13 |
2012-02-15 | Merge remote-tracking branch 'kwolf/for-anthony' into staging | Anthony Liguori | 1 | -0/+7 |
2012-02-15 | qom: Unify type registration | Andreas Färber | 1 | -2/+2 |
2012-02-09 | AHCI: Masking of IRQs actually masks them | Alexander Graf | 1 | -0/+2 |
2012-02-09 | AHCI: Fix port reset race | Alexander Graf | 1 | -0/+5 |
2012-02-03 | qdev: register all types natively through QEMU Object Model | Anthony Liguori | 1 | -10/+14 |
2012-01-27 | sysbus: apic: ioapic: convert to QEMU Object Model | Anthony Liguori | 1 | -9/+14 |
2012-01-26 | ahci: add support for non-PCI based controllers | Rob Herring | 1 | -0/+44 |
2011-10-26 | ahci: fix DPRINTF format strings | Max Filippov | 1 | -6/+10 |
2011-09-21 | ahci: add port I/O index-data pair | Daniel Verkamp | 1 | -1/+41 |
2011-09-20 | Merge remote-tracking branch 'kwolf/for-anthony' into staging | Anthony Liguori | 1 | -3/+5 |
2011-09-20 | AHCI Port Interrupt Enable register cleaning on soft reset | Alexander Motin | 1 | -3/+5 |
2011-09-15 | Replace the VMSTOP macros with a proper state type | Luiz Capitulino | 1 | -1/+1 |
2011-09-12 | ahci: Remove unused struct member | Stefan Weil | 1 | -2/+0 |
2011-08-25 | block: explicit I/O accounting | Christoph Hellwig | 1 | -0/+9 |
2011-08-20 | Use glib memory allocation and free functions | Anthony Liguori | 1 | -2/+2 |
2011-08-08 | ahci: convert to memory API | Avi Kivity | 1 | -18/+13 |
2011-05-19 | ahci: Fix non-NCQ accesses for LBA > 16bits | Alexander Graf | 1 | -2/+25 |