Age | Commit message (Expand) | Author | Files | Lines |
2011-09-12 | hw: Trim superfluous #include "block_int.h" | Markus Armbruster | 8 | -8/+0 |
2011-09-12 | block: Move BlockConf & friends from block_int.h to block.h | Markus Armbruster | 2 | -1/+1 |
2011-09-12 | block: Show whether the virtual tray is open in info block | Markus Armbruster | 1 | -0/+6 |
2011-09-12 | block: Drop BlockDriverState member removable | Markus Armbruster | 1 | -1/+0 |
2011-09-12 | ide/atapi: Preserve tray state on migration | Markus Armbruster | 1 | -0/+32 |
2011-09-12 | ide/atapi: Don't fail eject when tray is already open | Markus Armbruster | 1 | -1/+1 |
2011-09-12 | block: Rename bdrv_set_locked() to bdrv_lock_medium() | Markus Armbruster | 1 | -1/+1 |
2011-09-12 | block: Drop medium lock tracking, ask device models instead | Markus Armbruster | 1 | -0/+6 |
2011-09-12 | block: Leave enforcing tray lock to device models | Markus Armbruster | 1 | -20/+9 |
2011-09-12 | ide/atapi: Track tray locked state | Markus Armbruster | 2 | -1/+4 |
2011-09-12 | block: Revert entanglement of bdrv_is_inserted() with tray status | Markus Armbruster | 1 | -7/+8 |
2011-09-12 | ide/atapi: Track tray open/close state | Markus Armbruster | 2 | -1/+6 |
2011-09-12 | ide/atapi: Clean up misleading name in cmd_start_stop_unit() | Markus Armbruster | 1 | -4/+4 |
2011-09-12 | ide: Reject ATA commands specific to drive kinds | Markus Armbruster | 1 | -25/+25 |
2011-09-12 | ide: Use a table to declare which drive kinds accept each command | Markus Armbruster | 1 | -25/+80 |
2011-09-12 | ide: Fix ATA command READ to set ATAPI signature for CD-ROM | Markus Armbruster | 1 | -1/+3 |
2011-09-06 | xen: Clean up pci_piix3_xen_ide_unplug()'s test for "not a CD" | Markus Armbruster | 1 | -2/+1 |
2011-09-06 | ide: Give vmstate structs internal linkage where possible | Markus Armbruster | 1 | -3/+3 |
2011-09-06 | ide: Clean up case label indentation in ide_exec_cmd() | Markus Armbruster | 1 | -6/+6 |
2011-09-06 | ide: Update command code definitions as per ACS-2 Table B.2 | Markus Armbruster | 2 | -83/+92 |
2011-09-06 | block: Split change_cb() into change_media_cb(), resize_cb() | Markus Armbruster | 1 | -6/+2 |
2011-09-06 | block: Generalize change_cb() to BlockDevOps | Markus Armbruster | 1 | -1/+5 |
2011-09-06 | block: Attach non-qdev devices as well | Markus Armbruster | 2 | -2/+3 |
2011-09-03 | Use new macro QEMU_PACKED for packed structures | Stefan Weil | 2 | -5/+5 |
2011-08-25 | block: explicit I/O accounting | Christoph Hellwig | 6 | -21/+86 |
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 |