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
Commit message (
Expand
)
Author
Age
Files
Lines
*
pci: don't overwrite multi functio bit in pci header type.
Isaku Yamahata
2010-07-11
2
-2
/
+0
*
Merge remote branch 'kwolf/for-anthony' into staging
Anthony Liguori
2010-07-06
5
-35
/
+61
|
\
|
*
ide: Reject invalid CHS geometry
Markus Armbruster
2010-07-06
1
-0
/
+12
|
*
ide: Reject readonly drives unless CD-ROM
Markus Armbruster
2010-07-06
1
-0
/
+5
|
*
ide: Make ide_init_drive() return success
Markus Armbruster
2010-07-06
3
-7
/
+14
|
*
ide: Replace IDEState members is_cdrom, is_cf by drive_kind
Markus Armbruster
2010-07-06
4
-24
/
+25
|
*
ide: Improve error messages
Markus Armbruster
2010-07-06
1
-4
/
+5
*
|
qemu_ram_alloc: Add DeviceState and name parameters
Alex Williamson
2010-07-06
1
-1
/
+1
*
|
savevm: Add DeviceState param
Alex Williamson
2010-07-06
6
-6
/
+6
|
/
*
pc: Fix CMOS info for drives defined with -device
Markus Armbruster
2010-07-02
1
-0
/
+7
*
ide: Make PIIX and ISA IDE init functions return the qdev
Markus Armbruster
2010-07-02
2
-6
/
+8
*
block: Fix virtual media change for if=none
Markus Armbruster
2010-07-02
1
-0
/
+1
*
block: Catch attempt to attach multiple devices to a blockdev
Markus Armbruster
2010-07-02
1
-1
/
+1
*
qdev: Decouple qdev_prop_drive from DriveInfo
Markus Armbruster
2010-07-02
3
-13
/
+18
*
ide: Make it explicit that ide_create_drive() can't fail
Markus Armbruster
2010-07-02
1
-2
/
+1
*
MIPS: Initial support of VIA IDE controller used by fulong mini pc
Huacai Chen
2010-06-29
1
-0
/
+191
*
block: Move error actions from DriveInfo to BlockDriverState
Markus Armbruster
2010-06-15
1
-1
/
+1
*
blockdev: Collect block device code in new blockdev.c
Markus Armbruster
2010-06-04
2
-3
/
+0
*
ide: Fix info qtree for ide-drive.ver
Markus Armbruster
2010-06-04
1
-0
/
+3
*
ide: Turn drive serial into a qdev property ide-drive.serial
Markus Armbruster
2010-06-04
3
-7
/
+24
*
ide: Split non-qdev code off ide_init2()
Markus Armbruster
2010-06-04
8
-18
/
+34
*
ide: Change ide_init_drive() to require valid dinfo argument
Markus Armbruster
2010-06-04
1
-22
/
+25
*
ide: Split ide_init1() off ide_init2()
Markus Armbruster
2010-06-04
1
-15
/
+17
*
ide: Remove redundant IDEState member conf
Markus Armbruster
2010-06-04
3
-14
/
+9
*
ide: Remove useless IDEDeviceInfo members unit, drive
Markus Armbruster
2010-06-04
1
-2
/
+0
*
ide: Fix ide_dma_cancel
Kevin Wolf
2010-05-17
1
-4
/
+4
*
ide: make a table 'const'
Blue Swirl
2010-05-14
1
-1
/
+1
*
cmd646: fix abort due to changed opaque pointer for ioport read
Igor V. Kovalenko
2010-05-01
1
-4
/
+5
*
cmd646: pass pci_dev as it needs it
Igor V. Kovalenko
2010-05-01
3
-18
/
+45
*
Compile ide/macio only once
Blue Swirl
2010-03-29
1
-10
/
+4
*
Fix build
Blue Swirl
2010-03-27
1
-3
/
+5
*
Compile ide/core only once
Blue Swirl
2010-03-27
1
-9
/
+5
*
block: Emit BLOCK_IO_ERROR before vm_stop() call
Luiz Capitulino
2010-03-08
1
-1
/
+1
*
Fix warning on mingw32
Blue Swirl
2010-02-20
1
-2
/
+5
*
ide save/restore pio/atapi cmd transfer fields and io buffer
Marcelo Tosatti
2010-02-19
2
-2
/
+62
*
ide: add topology support
Christoph Hellwig
2010-02-10
1
-0
/
+2
*
block: add topology qdev properties
Christoph Hellwig
2010-02-10
3
-8
/
+16
*
ide: Generate BLOCK_IO_ERROR QMP event
Luiz Capitulino
2010-02-10
1
-1
/
+5
*
ide save/restore current transfer fields
Marcelo Tosatti
2010-01-26
1
-2
/
+6
*
ide: device version property
Gerd Hoffmann
2010-01-19
3
-9
/
+17
*
cmd646: symbolic names for pci registers
Michael S. Tsirkin
2009-12-23
1
-3
/
+4
*
piix: symbolic constants
Michael S. Tsirkin
2009-12-23
1
-5
/
+8
*
workaround for cmd646 bmdma register access while no dma is active
Igor V. Kovalenko
2009-12-13
3
-5
/
+4
*
qdev: Replace device names containing whitespace
Markus Armbruster
2009-12-12
2
-6
/
+6
*
Add "static" to please Sparse
Blue Swirl
2009-12-04
1
-1
/
+1
*
ide: implement stub for audio control/volume read
Thadeu Lima de Souza Cascardo
2009-12-03
1
-0
/
+17
*
ide: Use some already defined page macros instead of constants
Thadeu Lima de Souza Cascardo
2009-12-03
1
-2
/
+2
*
ide: Implement rerror option
Kevin Wolf
2009-12-03
2
-17
/
+38
*
Rename DriveInfo.onerror to on_write_error
Kevin Wolf
2009-12-03
1
-1
/
+1
*
pci: introduce pcibus_t to represent pci bus address/size instead of uint32_t
Isaku Yamahata
2009-11-09
2
-3
/
+3
[next]