index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
ide
/
isa.c
Age
Commit message (
Expand
)
Author
2024-02-27
hw/ide: Include 'ide-internal.h' from current path
Philippe Mathieu-Daudé
2023-12-29
hw/ide: Constify VMState
Richard Henderson
2023-11-01
migration: Use vmstate_register_any() for isa-ide
Juan Quintela
2023-02-27
hw/ide: Rename ide_init2() -> ide_bus_init_output_irq()
Philippe Mathieu-Daudé
2023-02-27
hw/ide: Rename ide_register_restart_cb -> ide_bus_register_restart_cb
Philippe Mathieu-Daudé
2023-02-27
hw/ide: Rename ide_create_drive() -> ide_bus_create_drive()
Philippe Mathieu-Daudé
2023-02-27
hw/ide/isa: Remove intermediate ISAIDEState::irq variable
Philippe Mathieu-Daudé
2023-02-27
hw/ide/isa: Extract TYPE_ISA_IDE declarations to 'hw/ide/isa.h'
Philippe Mathieu-Daudé
2022-03-08
hw/isa: Inline and remove one-line isa_init_irq()
Bernhard Beschow
2021-09-30
ide: Rename ide_bus_new() to ide_bus_init()
Peter Maydell
2020-09-18
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost
2020-09-09
Use DECLARE_*CHECKER* macros
Eduardo Habkost
2020-09-09
Move QOM typedefs and add missing includes
Eduardo Habkost
2020-06-15
isa: Convert uses of isa_create() with Coccinelle
Markus Armbruster
2020-01-24
qdev: set properties with device_class_set_props()
Marc-André Lureau
2020-01-06
vmstate: replace DeviceState with VMStateIf
Marc-André Lureau
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
2019-08-16
Include hw/hw.h exactly where needed
Markus Armbruster
2019-08-16
Include migration/vmstate.h less
Markus Armbruster
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2018-03-12
hw: Do not include "sysemu/block-backend.h" if it is not necessary
Thomas Huth
2017-12-18
hw/ide: remove old i386 dependency
Philippe Mathieu-Daudé
2016-07-12
Use #include "..." for our own headers, <...> for others
Markus Armbruster
2016-01-29
ide: Clean up includes
Peter Maydell
2015-03-10
ide: support PIO restart for the ISA controller
Paolo Bonzini
2015-02-24
ide/isa: Replace unchecked qdev_init() by qdev_init_nofail()
Markus Armbruster
2014-10-20
hw: Convert from BlockDriverState to BlockBackend, mostly
Markus Armbruster
2014-06-16
savevm: Remove all the unneeded version_minimum_id_old (x86)
Juan Quintela
2014-02-14
qdev: Remove hex8/32/64 property types
Paolo Bonzini
2013-08-30
ide: Pass size to ide_bus_new()
Andreas Färber
2013-07-29
devices: Associate devices to their logical category
Marcel Apfelbaum
2013-06-07
isa: Use realizefn for ISADevice
Andreas Färber
2013-05-08
ahci: Don't allow creating slave drives
Kevin Wolf
2013-04-29
ide: QOM'ify ISA IDE
Andreas Färber
2013-04-08
hw: move headers to include/
Paolo Bonzini
2013-01-10
Make all static TypeInfos const
Andreas Färber
2012-12-19
softmmu: move include files to include/sysemu/
Paolo Bonzini
2012-12-19
block: move include files to include/block/
Paolo Bonzini
2012-02-15
qom: Unify type registration
Andreas Färber
2012-02-03
qdev: register all types natively through QEMU Object Model
Anthony Liguori
2012-01-27
isa: pic: convert to QEMU Object Model
Anthony Liguori
2011-12-20
isa: give ISABus/ISADevice to isa_create(), isa_bus_irqs() and isa_get_irq() ...
Hervé Poussineau
2011-10-11
ide: Convert to isa_register_portio_list
Richard Henderson
2011-09-12
hw: Trim superfluous #include "block_int.h"
Markus Armbruster
2011-04-15
Remove unused sysemu.h include directives
Blue Swirl
2010-12-11
Store IDE bus id in IDEBus structure for easy access.
Gleb Natapov
2010-12-11
Keep track of ISA ports ISA device is using in qdev.
Gleb Natapov
2010-12-11
Introduce fw_name field to DeviceInfo structure.
Gleb Natapov
2010-07-06
savevm: Add DeviceState param
Alex Williamson
2010-07-02
ide: Make PIIX and ISA IDE init functions return the qdev
Markus Armbruster
[next]