Age | Commit message (Expand) | Author | Files | Lines |
2011-08-20 | Use glib memory allocation and free functions | Anthony Liguori | 5 | -8/+8 |
2011-08-08 | pci: rename pci_register_bar_region() to pci_register_bar() | Avi Kivity | 4 | -14/+8 |
2011-08-08 | ppc: convert to memory API | Avi Kivity | 1 | -17/+19 |
2011-08-08 | ahci: convert to memory API | Avi Kivity | 3 | -21/+15 |
2011-08-08 | ide: convert to memory API | Avi Kivity | 5 | -120/+261 |
2011-07-29 | Merge remote-tracking branch 'agraf/xen-next' into staging | Anthony Liguori | 1 | -0/+44 |
2011-07-29 | Merge remote-tracking branch 'kraxel/migration.2' into staging | Anthony Liguori | 1 | -0/+6 |
2011-07-26 | xen: implement unplug protocol in xen_platform | Stefano Stabellini | 1 | -0/+44 |
2011-07-23 | ide: Turn properties any IDE device must have into bus properties | Markus Armbruster | 1 | -1/+4 |
2011-07-20 | ahci doesn't support migration | Gerd Hoffmann | 1 | -0/+6 |
2011-07-05 | ide: Initialise buffers with zeros | Kevin Wolf | 1 | -1/+5 |
2011-07-05 | ide: Ignore reads during PIO in and writes during PIO out | Kevin Wolf | 1 | -8/+36 |
2011-06-22 | Merge remote-tracking branch 'mst/for_anthony' into staging | Anthony Liguori | 4 | -38/+23 |
2011-06-15 | Merge remote-tracking branch 'origin/master' into pci | Michael S. Tsirkin | 6 | -39/+110 |
2011-06-15 | ide: Clear error_status after restarting flush | Kevin Wolf | 1 | -7/+11 |
2011-06-15 | ide: add TRIM support | Christoph Hellwig | 5 | -5/+124 |
2011-06-15 | ide: allow other dma comands than read and write | Christoph Hellwig | 4 | -17/+33 |
2011-06-15 | ide: Add forgotten VMSTATE_END_OF_LIST in subsection | Kevin Wolf | 1 | -0/+1 |
2011-06-15 | ide: Fix ide_drive_pio_state_needed() | Kevin Wolf | 1 | -1/+2 |
2011-06-15 | ide: Split error status from status register | Kevin Wolf | 4 | -8/+105 |
2011-06-12 | hw/ide/via.c: convert to PCIDeviceInfo to initialize ids | Isaku Yamahata | 1 | -4/+4 |
2011-06-12 | hw/ide/ich.c: convert to PCIDeviceInfo to initialize ids | Isaku Yamahata | 1 | -5/+4 |
2011-06-12 | hw/ide/cmd646.c: convert to PCIDeviceInfo to initialize ids | Isaku Yamahata | 1 | -6/+4 |
2011-06-12 | ide/piix: convert to PCIDeviceInfo to initialize ids | Isaku Yamahata | 1 | -22/+10 |
2011-06-08 | ide/core: Remove explicit setting of BM_STATUS_INT | Kevin Wolf | 1 | -3/+4 |
2011-05-19 | ahci: Fix non-NCQ accesses for LBA > 16bits | Alexander Graf | 1 | -2/+25 |
2011-05-19 | blockdev: Store -drive option media in DriveInfo | Markus Armbruster | 2 | -8/+5 |
2011-05-19 | ide: Split qdev "ide-drive" into "ide-hd" and "ide-cd" | Markus Armbruster | 3 | -22/+74 |
2011-05-18 | ahci: Fix crashes on duplicate BH registration | Jan Kiszka | 1 | -3/+5 |
2011-05-18 | ide: Turn debug messages into assertions | Kevin Wolf | 1 | -6/+2 |
2011-05-18 | ide: cleanup warnings | Andrea Arcangeli | 1 | -2/+2 |
2011-05-16 | ahci: Unbreak bar registration | Jan Kiszka | 1 | -3/+3 |
2011-05-16 | ich/ahci: fix uninitialized memory use | Michael S. Tsirkin | 1 | -2/+2 |
2011-05-05 | Merge remote branch 'origin/master' into pci | Michael S. Tsirkin | 9 | -937/+1202 |
2011-05-05 | MSI: Robust resource release | Jan Kiszka | 1 | -4/+1 |
2011-05-03 | ide/atapi: fix set but unused | Alon Levy | 1 | -3/+1 |
2011-05-03 | atapi: Explain why we need a 'media not present' state | Amit Shah | 1 | -1/+7 |
2011-05-03 | atapi: Move comment to proper place | Amit Shah | 1 | -1/+1 |
2011-04-27 | ide/atapi: Introduce CHECK_READY flag for commands | Kevin Wolf | 1 | -25/+23 |
2011-04-27 | ide/atapi: Replace bdrv_get_geometry calls by s->nb_sectors | Kevin Wolf | 1 | -15/+6 |
2011-04-27 | ide/atapi: Use table instead of switch for commands | Kevin Wolf | 1 | -67/+48 |
2011-04-27 | ide/atapi: Factor commands out | Kevin Wolf | 1 | -378/+459 |
2011-04-27 | ide: Split atapi.c out | Kevin Wolf | 3 | -1061/+1097 |
2011-04-27 | atapi: Add 'medium ready' to 'medium not ready' transition on cd change | Amit Shah | 1 | -4/+16 |
2011-04-15 | Remove unused sysemu.h include directives | Blue Swirl | 6 | -6/+0 |
2011-04-13 | atapi: GESN: implement 'media' subcommand | Amit Shah | 2 | -4/+115 |
2011-04-13 | atapi: GESN: Standardise event response handling for future additions | Amit Shah | 1 | -6/+19 |
2011-04-13 | atapi: GESN: Use structs for commonly-used field types | Amit Shah | 1 | -2/+14 |
2011-04-13 | atapi: Move GET_EVENT_STATUS_NOTIFICATION command handling to its own function | Amit Shah | 1 | -13/+24 |
2011-04-13 | atapi: Allow GET_EVENT_STATUS_NOTIFICATION after media change | Amit Shah | 1 | -6/+14 |