Sign in
qemu-android
/
qemu-android
/
9f227bc3583ea082be7a79c14a5ffdade5844753
/
hw
/
ide
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
b9b2008
block: dma_bdrv_* does not return NULL
by Paolo Bonzini
· 13 years ago
ad54ae8
block: bdrv_aio_* do not return NULL
by Paolo Bonzini
· 13 years ago
9423a2e
Merge remote-tracking branch 'stefanha/trivial-patches-next' into staging
by Anthony Liguori
· 13 years ago
859e538
Remove unnecessary casts from PCI DMA code in PCI IDE
by David Gibson
· 13 years ago
66a0a2c
fix spelling in hw sub directory
by Dong Xu Wang
· 13 years ago
3a93113
fix typo: delete redundant semicolon
by Dong Xu Wang
· 13 years ago
eb5d5be
Merge remote-tracking branch 'kwolf/for-anthony' into staging
by Anthony Liguori
· 13 years ago
922453b
block: convert qemu_aio_flush() calls to bdrv_drain_all()
by Stefan Hajnoczi
· 13 years ago
9d7f1b9
ide/mmio: convert to memory API
by Avi Kivity
· 13 years ago
2c20ae1
atapi: kill MODE SENSE(6), fix MODE SENSE(10)
by Paolo Bonzini
· 13 years ago
2df0a3a
atapi: implement eject requests
by Paolo Bonzini
· 13 years ago
552908f
PCI IDE: Use PCI DMA stub functions
by David Gibson
· 13 years ago
8494a39
Merge remote-tracking branch 'kwolf/for-anthony' into staging
by Anthony Liguori
· 13 years ago
a07c7dc
atapi/scsi-disk: make mode page values coherent between the two
by Paolo Bonzini
· 14 years ago
af0e1ea
atapi: cleanup/fix mode sense results
by Paolo Bonzini
· 13 years ago
f0f992e
atapi: move GESN definitions to scsi-defs.h
by Paolo Bonzini
· 14 years ago
67cc61e
atapi/scsi: unify definitions for MMC
by Paolo Bonzini
· 14 years ago
fb60105
ide: Fix off-by-one error in array index check
by Kevin Wolf
· 13 years ago
3899edf
ahci: fix DPRINTF format strings
by Max Filippov
· 13 years ago
2a22e6e
Merge remote-tracking branch 'kwolf/for-anthony' into staging
by Anthony Liguori
· 13 years ago
36f490b
Merge remote-tracking branch 'qemu-kvm-tmp/memory/batch' into staging
by Anthony Liguori
· 13 years ago
4a91d3b
ide: Convert to isa_register_portio_list
by Richard Henderson
· 14 years ago
50fb190
ide: Support I/O status
by Luiz Capitulino
· 14 years ago
0461d5a
RunState: Rename enum values as generated by the QAPI
by Luiz Capitulino
· 14 years ago
465f1ab
ahci: add port I/O index-data pair
by Daniel Verkamp
· 14 years ago
c8af89a
Merge remote-tracking branch 'kwolf/for-anthony' into staging
by Anthony Liguori
· 14 years ago
Next »