index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
ide
/
isa.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ide: support PIO restart for the ISA controller
Paolo Bonzini
2015-03-10
1
-1
/
+2
*
ide/isa: Replace unchecked qdev_init() by qdev_init_nofail()
Markus Armbruster
2015-02-24
1
-3
/
+1
*
hw: Convert from BlockDriverState to BlockBackend, mostly
Markus Armbruster
2014-10-20
1
-1
/
+1
*
savevm: Remove all the unneeded version_minimum_id_old (x86)
Juan Quintela
2014-06-16
1
-2
/
+1
*
qdev: Remove hex8/32/64 property types
Paolo Bonzini
2014-02-14
1
-2
/
+2
*
ide: Pass size to ide_bus_new()
Andreas Färber
2013-08-30
1
-1
/
+1
*
devices: Associate devices to their logical category
Marcel Apfelbaum
2013-07-29
1
-0
/
+1
*
isa: Use realizefn for ISADevice
Andreas Färber
2013-06-07
1
-8
/
+8
*
ahci: Don't allow creating slave drives
Kevin Wolf
2013-05-08
1
-1
/
+1
*
ide: QOM'ify ISA IDE
Andreas Färber
2013-04-29
1
-15
/
+24
*
hw: move headers to include/
Paolo Bonzini
2013-04-08
1
-2
/
+2
*
Make all static TypeInfos const
Andreas Färber
2013-01-10
1
-1
/
+1
*
softmmu: move include files to include/sysemu/
Paolo Bonzini
2012-12-19
1
-1
/
+1
*
block: move include files to include/block/
Paolo Bonzini
2012-12-19
1
-1
/
+1
*
qom: Unify type registration
Andreas Färber
2012-02-15
1
-2
/
+2
*
qdev: register all types natively through QEMU Object Model
Anthony Liguori
2012-02-03
1
-13
/
+17
*
isa: pic: convert to QEMU Object Model
Anthony Liguori
2012-01-27
1
-7
/
+13
*
isa: give ISABus/ISADevice to isa_create(), isa_bus_irqs() and isa_get_irq() ...
Hervé Poussineau
2011-12-20
1
-2
/
+2
*
ide: Convert to isa_register_portio_list
Richard Henderson
2011-10-11
1
-3
/
+1
*
hw: Trim superfluous #include "block_int.h"
Markus Armbruster
2011-09-12
1
-1
/
+0
*
Remove unused sysemu.h include directives
Blue Swirl
2011-04-15
1
-1
/
+0
*
Store IDE bus id in IDEBus structure for easy access.
Gleb Natapov
2010-12-11
1
-1
/
+1
*
Keep track of ISA ports ISA device is using in qdev.
Gleb Natapov
2010-12-11
1
-0
/
+2
*
Introduce fw_name field to DeviceInfo structure.
Gleb Natapov
2010-12-11
1
-0
/
+1
*
savevm: Add DeviceState param
Alex Williamson
2010-07-06
1
-1
/
+1
*
ide: Make PIIX and ISA IDE init functions return the qdev
Markus Armbruster
2010-07-02
1
-4
/
+4
*
ide: Split non-qdev code off ide_init2()
Markus Armbruster
2010-06-04
1
-1
/
+1
*
IDE: Fix reset handling
Blue Swirl
2009-11-07
1
-0
/
+8
*
ide: port isa ide to vmstate
Juan Quintela
2009-10-27
1
-19
/
+12
*
Clean up test for qdev_init() failure
Markus Armbruster
2009-10-07
1
-1
/
+1
*
switch ide bus to inplace allocation.
Gerd Hoffmann
2009-10-05
1
-12
/
+12
*
ide/isa: convert to qdev.
Gerd Hoffmann
2009-09-15
1
-8
/
+53
*
ide: pass down DriveInfo instead of BlockDriverState
Gerd Hoffmann
2009-09-04
1
-1
/
+1
*
ide: move code to hw/ide/
Gerd Hoffmann
2009-08-27
1
-0
/
+71