Age | Commit message (Expand) | Author | Files | Lines |
2012-10-06 | Merge branch 'trivial-patches' of git://github.com/stefanha/qemu | Aurelien Jarno | 1 | -1/+0 |
2012-10-05 | Remove libhw | Stefan Weil | 1 | -10/+10 |
2012-10-05 | cleanup useless return sentence | Amos Kong | 1 | -1/+0 |
2012-10-05 | scsi, pci, qdev, isa-bus, sysbus: don't let *_get_fw_dev_path return NULL | Jim Meyering | 1 | -1/+1 |
2012-09-28 | iostatus: reorganize io error code | Paolo Bonzini | 1 | -15/+5 |
2012-09-28 | iostatus: change is_read to a bool | Paolo Bonzini | 2 | -3/+3 |
2012-09-28 | iostatus: move BlockdevOnError declaration to QAPI | Paolo Bonzini | 1 | -3/+3 |
2012-09-28 | iostatus: rename BlockErrorAction, BlockQMPEventAction | Paolo Bonzini | 1 | -1/+1 |
2012-09-12 | ahci: properly reset PxCMD on HBA reset | Jason Baron | 1 | -1/+1 |
2012-09-12 | ide: Fix error messages from static code analysis (no real error) | Stefan Weil | 1 | -9/+2 |
2012-09-12 | ATAPI: STARTSTOPUNIT only eject/load media if powercondition is 0 | Ronnie Sahlberg | 1 | -0/+6 |
2012-08-27 | Revert "fix some debug printf format strings" | malc | 2 | -6/+4 |
2012-08-24 | fix some debug printf format strings | Matthew Ogilvie | 2 | -4/+6 |
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 | 2 | -7/+35 |
2012-08-06 | ide scsi: Mess with geometry only for hard disk devices | Markus Armbruster | 1 | -1/+2 |
2012-07-29 | Merge branch pci into master | Michael S. Tsirkin | 4 | -12/+4 |
2012-07-28 | Avoid returning void | Blue Swirl | 3 | -5/+7 |
2012-07-17 | hw/block-common: Factor out fall back to legacy -drive cyls=... | Markus Armbruster | 2 | -29/+14 |
2012-07-17 | blockdev: Don't limit DriveInfo serial to 20 characters | Markus Armbruster | 1 | -3/+3 |
2012-07-17 | hw/block-common: Factor out fall back to legacy -drive serial=... | Markus Armbruster | 1 | -10/+2 |
2012-07-17 | hw/block-common: Move BlockConf & friends from block.h | Markus Armbruster | 1 | -0/+1 |
2012-07-17 | Relax IDE CHS limits from 16383,16,63 to 65535,16,255 | Markus Armbruster | 1 | -4/+4 |
2012-07-17 | hd-geometry: Compute BIOS CHS translation in one place | Markus Armbruster | 2 | -0/+5 |
2012-07-17 | ide pc: Put hard disk info into CMOS only for hard disks | Markus Armbruster | 1 | -1/+1 |
2012-07-17 | ide: qdev property for BIOS CHS translation | Markus Armbruster | 2 | -5/+6 |
2012-07-17 | ide: qdev properties for disk geometry | Markus Armbruster | 3 | -7/+38 |
2012-07-17 | hd-geometry: Switch to uint32_t to match BlockConf | Markus Armbruster | 1 | -1/+1 |
2012-07-17 | ide pc: Cut out the block layer geometry middleman | Markus Armbruster | 3 | -6/+19 |
2012-07-17 | hd-geometry: Cut out block layer translation middleman | Markus Armbruster | 1 | -1/+1 |
2012-07-17 | hd-geometry: Move disk geometry guessing back from block.c | Markus Armbruster | 1 | -1/+2 |
2012-07-04 | pci: convert PCIUnregisterFunc to void | Alex Williamson | 4 | -12/+4 |
2012-07-02 | atapi: implement READ DISC INFORMATION | Paolo Bonzini | 1 | -0/+31 |
2012-06-27 | ide/ahci: Use universal DMA helper functions | David Gibson | 3 | -16/+23 |
2012-06-27 | iommu: Make sglists and dma_bdrv helpers use new universal DMA helpers | David Gibson | 2 | -3/+4 |
2012-06-19 | Allow machines to configure the QEMU_VERSION that's exposed via hardware | CrÃstian Viana | 1 | -1/+1 |
2012-06-18 | Merge remote-tracking branch 'afaerber-or/qom-next-2' into staging | Anthony Liguori | 2 | -10/+24 |
2012-06-18 | Merge remote-tracking branch 'kwolf/for-anthony' into staging | Anthony Liguori | 2 | -4/+20 |
2012-06-18 | Merge remote-tracking branch 'mst/tags/for_anthony' into staging | Anthony Liguori | 3 | -22/+24 |
2012-06-18 | qdev: Convert busses to QEMU Object Model | Anthony Liguori | 2 | -6/+18 |
2012-06-18 | qdev: Move bus properties to abstract superclasses | Paolo Bonzini | 1 | -1/+1 |
2012-06-18 | qdev: Move bus properties to a separate global | Paolo Bonzini | 1 | -4/+6 |
2012-06-15 | ide: support enable/disable write cache | Paolo Bonzini | 1 | -3/+18 |
2012-06-15 | Un-inline fdctrl_init_isa() | Markus Armbruster | 1 | -1/+2 |
2012-06-07 | msi: Invoke msi/msix_write_config from PCI core | Jan Kiszka | 1 | -8/+0 |
2012-06-07 | msi: Invoke msi/msix_reset from PCI core | Jan Kiszka | 1 | -1/+0 |
2012-06-07 | ahci: Clean up reset functions | Jan Kiszka | 3 | -17/+20 |
2012-06-07 | ahci: Fix reset of MSI function | Jan Kiszka | 1 | -2/+10 |
2012-06-07 | build: convert libhw to nested Makefile.objs | Paolo Bonzini | 1 | -0/+10 |
2012-05-30 | ahci: SATA FIS is 20 bytes, not 0x20 | Daniel Verkamp | 1 | -2/+2 |