- 9c17d61 softmmu: move include files to include/sysemu/ by Paolo Bonzini · 12 years ago
- 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
- 83c9089 monitor: move include files to include/monitor/ by Paolo Bonzini · 12 years ago
- 022c62c exec: move include files to include/exec/ by Paolo Bonzini · 12 years ago
- 737e150 block: move include files to include/block/ by Paolo Bonzini · 12 years ago
- 6f99198 Merge commit '1dd3a74d2ee2d873cde0b390b536e45420b3fe05' into HEAD by Paolo Bonzini · 12 years ago
- a2cb15b pci: update all users to look in pci/ by Michael S. Tsirkin · 12 years ago
- a7f3d65 atapi: reset cdrom tray statuses on ide_reset by Pavel Hrdina · 12 years ago
- 0c6f08b atapi: make change media detection for guests easier by Pavel Hrdina · 12 years ago
- d688e52 hw/ide/macio: Fix segfault caused by NULL DMAContext* by Peter Maydell · 12 years ago
- 72bcca7 ide: Fix status register after short PRDs by Kevin Wolf · 12 years ago
- 038268e ide: Fix crash with too long PRD by Kevin Wolf · 12 years ago
- d7331be aio: rename AIOPool to AIOCBInfo by Stefan Hajnoczi · 12 years ago
- a8170e5 Rename target_phys_addr_t to hwaddr by Avi Kivity · 12 years ago
- 048d361 Merge branch 'trivial-patches' of git://github.com/stefanha/qemu by Aurelien Jarno · 12 years ago
- c9159fe Remove libhw by Stefan Weil · 12 years ago
- 4d5b97d cleanup useless return sentence by Amos Kong · 12 years ago
- a5cf826 scsi, pci, qdev, isa-bus, sysbus: don't let *_get_fw_dev_path return NULL by Jim Meyering · 12 years ago
- 3e1caa5 iostatus: reorganize io error code by Paolo Bonzini · 12 years ago
- 1ceee0d iostatus: change is_read to a bool by Paolo Bonzini · 12 years ago
- 92aa5c6 iostatus: move BlockdevOnError declaration to QAPI by Paolo Bonzini · 12 years ago
- ff06f5f iostatus: rename BlockErrorAction, BlockQMPEventAction by Paolo Bonzini · 12 years ago
- 2a4f4f3 ahci: properly reset PxCMD on HBA reset by Jason Baron · 13 years ago
- 1e53537 ide: Fix error messages from static code analysis (no real error) by Stefan Weil · 13 years ago
- ce560dc ATAPI: STARTSTOPUNIT only eject/load media if powercondition is 0 by Ronnie Sahlberg · 13 years ago
- 08406b0 Revert "fix some debug printf format strings" by malc · 13 years ago
- 145c7c8 fix some debug printf format strings by Matthew Ogilvie · 13 years ago
- ea8d82a ahci: Fix sglist memleak in ahci_dma_rw_buf() by Jason Baron · 13 years ago
- 61f52e0 ahci: Fix ahci cdrom read corruptions for reads > 128k by Jason Baron · 13 years ago
- b2df431 ide scsi: Mess with geometry only for hard disk devices by Markus Armbruster · 13 years ago
- 5e59b02 Merge branch pci into master by Michael S. Tsirkin · 13 years ago
- 0ed8b6f Avoid returning void by Blue Swirl · 13 years ago
- b7eb0c9 hw/block-common: Factor out fall back to legacy -drive cyls=... by Markus Armbruster · 13 years ago
- 577d0a3 blockdev: Don't limit DriveInfo serial to 20 characters by Markus Armbruster · 13 years ago
- 911525d hw/block-common: Factor out fall back to legacy -drive serial=... by Markus Armbruster · 13 years ago
- 31e404f hw/block-common: Move BlockConf & friends from block.h by Markus Armbruster · 13 years ago
- b51daf0 Relax IDE CHS limits from 16383,16,63 to 65535,16,255 by Markus Armbruster · 13 years ago
- 2adc99b hd-geometry: Compute BIOS CHS translation in one place by Markus Armbruster · 13 years ago
- 9dc13e3 ide pc: Put hard disk info into CMOS only for hard disks by Markus Armbruster · 13 years ago
- 6e6f61a ide: qdev property for BIOS CHS translation by Markus Armbruster · 13 years ago
- ba80196 ide: qdev properties for disk geometry by Markus Armbruster · 13 years ago
- 1f24d7b hd-geometry: Switch to uint32_t to match BlockConf by Markus Armbruster · 13 years ago
- 9139046 ide pc: Cut out the block layer geometry middleman by Markus Armbruster · 13 years ago
- e2f3dc2 hd-geometry: Cut out block layer translation middleman by Markus Armbruster · 13 years ago
- 9db1c0f hd-geometry: Move disk geometry guessing back from block.c by Markus Armbruster · 13 years ago
- f90c2bc pci: convert PCIUnregisterFunc to void by Alex Williamson · 13 years ago
- 55042b9 atapi: implement READ DISC INFORMATION by Paolo Bonzini · 13 years ago
- 10ca294 ide/ahci: Use universal DMA helper functions by David Gibson · 13 years ago
- c65bcef iommu: Make sglists and dma_bdrv helpers use new universal DMA helpers by David Gibson · 13 years ago
- 93bfef4 Allow machines to configure the QEMU_VERSION that's exposed via hardware by Crístian Viana · 13 years ago
- 8aca521 Merge remote-tracking branch 'afaerber-or/qom-next-2' into staging by Anthony Liguori · 13 years ago
- 0b0cb9d Merge remote-tracking branch 'kwolf/for-anthony' into staging by Anthony Liguori · 13 years ago
- df6606f Merge remote-tracking branch 'mst/tags/for_anthony' into staging by Anthony Liguori · 13 years ago
- 0d93692 qdev: Convert busses to QEMU Object Model by Anthony Liguori · 13 years ago
- bce5447 qdev: Move bus properties to abstract superclasses by Paolo Bonzini · 13 years ago
- 3cb75a7 qdev: Move bus properties to a separate global by Paolo Bonzini · 13 years ago
- 7cdd481 ide: support enable/disable write cache by Paolo Bonzini · 13 years ago
- dfc65f1 Un-inline fdctrl_init_isa() by Markus Armbruster · 13 years ago
- 95d6580 msi: Invoke msi/msix_write_config from PCI core by Jan Kiszka · 13 years ago
- cbd2d43 msi: Invoke msi/msix_reset from PCI core by Jan Kiszka · 13 years ago
- 8ab60a0 ahci: Clean up reset functions by Jan Kiszka · 13 years ago
- 868a1a5 ahci: Fix reset of MSI function by Jan Kiszka · 13 years ago
- be1029e build: convert libhw to nested Makefile.objs by Paolo Bonzini · 13 years ago
- 4bb9c93 ahci: SATA FIS is 20 bytes, not 0x20 by Daniel Verkamp · 13 years ago
- d5b406d ATA: Allow WIN_SECURITY_FREEZE_LOCK as nop by Alexander Graf · 13 years ago
- e82dabd ide: convert ide_sector_write() to asynchronous I/O by Stefan Hajnoczi · 13 years ago
- bef0fd5 ide: convert ide_sector_read() to asynchronous I/O by Stefan Hajnoczi · 13 years ago
- 43cf8ae Use DMADirection type for dma_bdrv_io by David Gibson · 13 years ago
- 95ebda8 ide: Adds wwn=hex qdev option by Floris Bos · 13 years ago
- aa2c91b ide: Change serial number strncpy() to pstrcpy() by Floris Bos · 13 years ago
- 27e0c9a ide: Add "model=s" qdev option by Floris Bos · 13 years ago
- 2844bdd ide: IDENTIFY word 86 bit 14 is reserved by Kevin Wolf · 13 years ago
- 85e8dab aio: move BlockDriverAIOCB to qemu-aio.h by Paolo Bonzini · 13 years ago
- a348f10 Add missing const attributes for MemoryRegionOps by Stefan Weil · 13 years ago
- d53cdb3 ide: fail I/O to empty disk by Paolo Bonzini · 13 years ago
- 7c1daf3 Merge remote-tracking branch 'qmp/queue/qmp' into staging by Anthony Liguori · 13 years ago
- bde2538 ide: drop ide_tray_state_post_load() by Luiz Capitulino · 13 years ago
- d88b181 block: Don't call bdrv_eject() if the tray state didn't change by Luiz Capitulino · 13 years ago
- 329c0a4 block: Rename bdrv_mon_event() & BlockMonEventAction by Luiz Capitulino · 13 years ago
- da22132 ahci: use new DMA helpers by Paolo Bonzini · 13 years ago
- a19255a Merge remote-tracking branch 'stefanha/trivial-patches' into staging by Anthony Liguori · 13 years ago
- 65b31cc Merge remote-tracking branch 'kwolf/for-anthony' into staging by Anthony Liguori · 13 years ago
- 83f7d43 qom: Unify type registration by Andreas Färber · 13 years ago
- cb67be8 ide: fix compilation errors when DEBUG_IDE is set by Hervé Poussineau · 13 years ago
- b867672 AHCI: Masking of IRQs actually masks them by Alexander Graf · 13 years ago
- c9b308d AHCI: Fix port reset race by Alexander Graf · 13 years ago
- 6acbe4c qdev: remove baked in notion of aliases (v2) by Anthony Liguori · 13 years ago
- d307af7 qdev: kill off DeviceInfo by Anthony Liguori · 13 years ago
- 39bffca qdev: register all types natively through QEMU Object Model by Anthony Liguori · 13 years ago
- 999e12b sysbus: apic: ioapic: convert to QEMU Object Model by Anthony Liguori · 13 years ago
- 40021f0 pci: convert to QEMU Object Model by Anthony Liguori · 13 years ago
- d148211 ide: convert to QEMU Object Model by Anthony Liguori · 13 years ago
- 8f04ee0 isa: pic: convert to QEMU Object Model by Anthony Liguori · 13 years ago
- e855761 qdev: prepare source tree for code conversion by Anthony Liguori · 13 years ago
- 30fbb9f qdev: move qdev->info to class by Anthony Liguori · 13 years ago
- d9fa31a ahci: add support for non-PCI based controllers by Rob Herring · 13 years ago
- 964455f Correct types in bmdma_addr_{read,write} by David Gibson · 13 years ago
- 48a18b3 isa: give ISABus/ISADevice to isa_create(), isa_bus_irqs() and isa_get_irq() functions by Hervé Poussineau · 13 years ago
- 3cfdd0d Merge remote-tracking branch 'stefanha/trivial-patches' into staging by Anthony Liguori · 13 years ago
- b61744b ide: drop argument to dma_buf_commit by Paolo Bonzini · 13 years ago