index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
ide
/
cmd646.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-03-27
cmd646-ide: use qdev gpio rather than qemu_allocate_irqs()
Mark Cave-Ayland
1
-5
/
+4
2020-03-10
cmd646: remove unused pci_cmd646_ide_init() function
Mark Cave-Ayland
1
-12
/
+0
2020-03-09
cmd646: register vmstate_ide_pci VMStateDescription in DeviceClass
Mark Cave-Ayland
1
-2
/
+1
2020-03-09
cmd646: register cmd646_reset() function in DeviceClass
Mark Cave-Ayland
1
-3
/
+3
2020-01-24
qdev: set properties with device_class_set_props()
Marc-André Lureau
1
-1
/
+1
2020-01-06
vmstate: replace DeviceState with VMStateIf
Marc-André Lureau
1
-1
/
+1
2019-10-04
ide: fix leak from qemu_allocate_irqs
Paolo Bonzini
1
-0
/
+1
2019-08-16
Clean up inclusion of sysemu/sysemu.h
Markus Armbruster
1
-1
/
+0
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
1
-0
/
+1
2019-08-16
Include hw/hw.h exactly where needed
Markus Armbruster
1
-1
/
+0
2019-08-16
Include migration/vmstate.h less
Markus Armbruster
1
-0
/
+1
2019-08-16
Include sysemu/reset.h a lot less
Markus Armbruster
1
-0
/
+1
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
1
-0
/
+2
2019-01-25
ide: Get rid of CMD646BAR struct
BALATON Zoltan
1
-17
/
+16
2019-01-25
cmd646: Move PCI IDE specific functions to ide/pci.c
BALATON Zoltan
1
-69
/
+2
2019-01-25
cmd646: Remove IDEBus from CMD646BAR
BALATON Zoltan
1
-15
/
+14
2019-01-25
cmd646: Remove unused variable
BALATON Zoltan
1
-1
/
+0
2018-03-12
hw: Do not include "sysemu/block-backend.h" if it is not necessary
Thomas Huth
1
-1
/
+0
2017-12-18
hw/ide: remove old i386 dependency
Philippe Mathieu-Daudé
1
-1
/
+0
2017-09-18
IDE: replace DEBUG_IDE with tracing system
John Snow
1
-6
/
+4
2016-07-12
Use #include "..." for our own headers, <...> for others
Markus Armbruster
1
-5
/
+5
2016-01-29
ide: Clean up includes
Peter Maydell
1
-0
/
+1
2015-10-23
cmd646: add to storage category
Laurent Vivier
1
-0
/
+1
2015-03-10
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
1
-2
/
+1
2015-03-10
ide: introduce ide_register_restart_cb
Paolo Bonzini
1
-2
/
+1
2015-02-26
pci: Trivial device model conversions to realize
Markus Armbruster
1
-3
/
+2
2014-10-20
hw: Convert from BlockDriverState to BlockBackend, mostly
Markus Armbruster
1
-1
/
+1
2014-08-19
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-5
/
+0
2014-08-18
memory: remove memory_region_destroy
Paolo Bonzini
1
-5
/
+0
2014-08-15
cmd646: synchronise UDMA interrupt status with DMA interrupt status
Mark Cave-Ayland
1
-0
/
+24
2014-08-15
cmd646: allow MRDMODE interrupt status bits clearing from PCI config space
Mark Cave-Ayland
1
-2
/
+30
2014-08-15
cmd646: switch cmd646_update_irq() to accept PCIDevice instead of PCIIDEState
Mark Cave-Ayland
1
-5
/
+4
2014-08-15
cmd646: synchronise DMA interrupt status with UDMA interrupt status
Mark Cave-Ayland
1
-0
/
+22
2014-08-15
cmd646: add constants for CNTRL register access
Mark Cave-Ayland
1
-2
/
+5
2013-10-14
hw: set interrupts using pci irq wrappers
Marcel Apfelbaum
1
-1
/
+1
2013-08-30
ide: Pass size to ide_bus_new()
Andreas Färber
1
-1
/
+1
2013-07-29
ide: Introduce abstract QOM type for PCIIDEState
Andreas Färber
1
-29
/
+33
2013-07-04
hw/i*: pass owner to memory_region_init* functions
Paolo Bonzini
1
-5
/
+8
2013-07-04
memory: add owner argument to initialization functions
Paolo Bonzini
1
-5
/
+5
2013-06-28
cmd646: fix build when DEBUG_IDE is enabled.
Mark Cave-Ayland
1
-2
/
+2
2013-05-08
ahci: Don't allow creating slave drives
Kevin Wolf
1
-1
/
+1
2013-04-08
hw: move headers to include/
Paolo Bonzini
1
-2
/
+2
2013-01-10
Make all static TypeInfos const
Andreas Färber
1
-1
/
+1
2012-12-19
softmmu: move include files to include/sysemu/
Paolo Bonzini
1
-2
/
+2
2012-12-19
block: move include files to include/block/
Paolo Bonzini
1
-1
/
+1
2012-12-17
pci: update all users to look in pci/
Michael S. Tsirkin
1
-1
/
+1
2012-10-23
Rename target_phys_addr_t to hwaddr
Avi Kivity
1
-6
/
+6
2012-08-27
Revert "fix some debug printf format strings"
malc
1
-3
/
+2
2012-08-24
fix some debug printf format strings
Matthew Ogilvie
1
-2
/
+3
2012-07-29
Merge branch pci into master
Michael S. Tsirkin
1
-3
/
+1
[next]