index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
ide
Commit message (
Expand
)
Author
Age
Files
Lines
*
hw/ide/pci: Replace magic '512' value by BDRV_SECTOR_SIZE
Philippe Mathieu-Daudé
2020-09-01
1
-1
/
+1
*
hw/ide/atapi: Replace magic '512' value by BDRV_SECTOR_SIZE
Philippe Mathieu-Daudé
2020-09-01
1
-4
/
+4
*
hw/ide/ahci: Replace magic '512' value by BDRV_SECTOR_SIZE
Philippe Mathieu-Daudé
2020-09-01
1
-2
/
+3
*
hw/ide/core: Trivial typo fix
Philippe Mathieu-Daudé
2020-09-01
1
-1
/
+1
*
ahci: Move QOM macro to header
Eduardo Habkost
2020-08-27
1
-3
/
+0
*
ahci: Move QOM macros to header
Eduardo Habkost
2020-08-27
1
-5
/
+0
*
meson: convert hw/ide
Marc-André Lureau
2020-08-21
2
-14
/
+14
*
trace: switch position of headers to what Meson requires
Paolo Bonzini
2020-08-21
1
-0
/
+1
*
qom: Put name parameter before value / visitor parameter
Markus Armbruster
2020-07-10
1
-1
/
+1
*
qapi: Use returned bool to check for failure, manual part
Markus Armbruster
2020-07-10
1
-2
/
+2
*
qapi: Use returned bool to check for failure, Coccinelle part
Markus Armbruster
2020-07-10
1
-2
/
+1
*
qdev: Make qdev_prop_set_drive() match the other helpers
Markus Armbruster
2020-06-23
1
-2
/
+2
*
block: consolidate blocksize properties consistency checks
Roman Kagan
2020-06-17
1
-1
/
+4
*
hw/ide: Make IDEDMAOps handlers take a const IDEDMA pointer
Philippe Mathieu-Daudé
2020-06-17
4
-21
/
+21
*
qdev: Convert bus-less devices to qdev_realize() with Coccinelle
Markus Armbruster
2020-06-15
1
-1
/
+2
*
isa: Convert uses of isa_create() with Coccinelle
Markus Armbruster
2020-06-15
1
-2
/
+3
*
qdev: Convert uses of qdev_create() with Coccinelle
Markus Armbruster
2020-06-15
1
-2
/
+2
*
hw/ide/ahci: Log lost IRQs
Philippe Mathieu-Daudé
2020-05-18
1
-0
/
+1
*
hw: Remove unnecessary DEVICE() cast
Philippe Mathieu-Daudé
2020-05-15
1
-1
/
+1
*
various: Remove unnecessary OBJECT() cast
Philippe Mathieu-Daudé
2020-05-15
1
-1
/
+1
*
qdev: Unrealize must not fail
Markus Armbruster
2020-05-15
1
-2
/
+2
*
qom: Drop parameter @errp of object_property_add() & friends
Markus Armbruster
2020-05-15
2
-2
/
+2
*
hw/ide/sii3112: Remove dead assignment
Philippe Mathieu-Daudé
2020-05-04
1
-2
/
+3
*
cmd646-ide: use qdev gpio rather than qemu_allocate_irqs()
Mark Cave-Ayland
2020-03-27
1
-5
/
+4
*
via-ide: use qdev gpio rather than qemu_allocate_irqs()
Mark Cave-Ayland
2020-03-27
1
-2
/
+4
*
via-ide: don't use PCI level for legacy IRQs
Mark Cave-Ayland
2020-03-27
1
-1
/
+0
*
hw/ide/sii3112: Use qdev gpio rather than qemu_allocate_irqs()
Peter Maydell
2020-03-27
1
-4
/
+4
*
hw/ide: Do ide_drive_get() within pci_ide_create_devs()
BALATON Zoltan
2020-03-17
1
-1
/
+3
*
hw/ide/pci.c: Coding style update to fix checkpatch errors
BALATON Zoltan
2020-03-17
1
-3
/
+3
*
hw/ide: Remove now unneded #include "hw/pci/pci.h" from hw/ide.h
BALATON Zoltan
2020-03-17
1
-0
/
+1
*
hw/ide: Get rid of piix4_init function
BALATON Zoltan
2020-03-17
1
-11
/
+1
*
hw/ide: Get rid of piix3_init functions
BALATON Zoltan
2020-03-17
2
-20
/
+2
*
via-ide: always use legacy IRQ 14/15 routing
Mark Cave-Ayland
2020-03-17
1
-4
/
+1
*
via-ide: allow guests to write to PCI_CLASS_PROG
Mark Cave-Ayland
2020-03-17
1
-0
/
+1
*
via-ide: initialise IDE controller in legacy mode
Mark Cave-Ayland
2020-03-17
1
-1
/
+1
*
via-ide: ensure that PCI_INTERRUPT_LINE is hard-wired to its default value
Mark Cave-Ayland
2020-03-17
1
-1
/
+1
*
ide/via: Get rid of via_ide_init()
BALATON Zoltan
2020-03-17
1
-8
/
+0
*
via-ide: move registration of VMStateDescription to DeviceClass
Mark Cave-Ayland
2020-03-17
1
-2
/
+1
*
cmd646: remove unused pci_cmd646_ide_init() function
Mark Cave-Ayland
2020-03-10
1
-12
/
+0
*
cmd646: register vmstate_ide_pci VMStateDescription in DeviceClass
Mark Cave-Ayland
2020-03-10
1
-2
/
+1
*
cmd646: register cmd646_reset() function in DeviceClass
Mark Cave-Ayland
2020-03-10
1
-3
/
+3
*
hw/ide: Let the DMAIntFunc prototype use a boolean 'is_write' argument
Philippe Mathieu-Daudé
2020-02-20
4
-4
/
+4
*
add device_legacy_reset function to prepare for reset api change
Damien Hedde
2020-01-30
1
-4
/
+4
*
ide: Fix incorrect handling of some PRDTs in ide_dma_cb()
Alexander Popov
2020-01-27
1
-8
/
+22
*
qdev: set properties with device_class_set_props()
Marc-André Lureau
2020-01-24
6
-9
/
+9
*
vmstate: replace DeviceState with VMStateIf
Marc-André Lureau
2020-01-06
4
-4
/
+4
*
bootdevice: Gather LCHS from all relevant devices
Sam Eiderman
2019-10-31
1
-0
/
+5
*
block: Refactor macros - fix tabbing
Sam Eiderman
2019-10-31
1
-1
/
+1
*
IDE: deprecate ide-drive
John Snow
2019-10-31
1
-0
/
+3
*
hw/ide/via82c: Convert reset handler to DeviceReset
Philippe Mathieu-Daudé
2019-10-15
1
-6
/
+4
[next]