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
/
block
/
fdc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-09-04
qapi: Mechanically convert FOO_lookup[...] to FOO_str(...)
Markus Armbruster
1
-3
/
+3
2017-06-28
vmstate: error hint for failed equal checks
Halil Pasic
1
-1
/
+1
2017-06-20
qdev: Rename DEFINE_PROP_DEFAULT() to DEFINE_PROP_SIGNED()
Marc-André Lureau
1
-9
/
+9
2017-04-24
fdc: Make errp the last parameter of fdctrl_connect_drives
Fam Zheng
1
-3
/
+3
2017-02-28
hw/block: Request permissions
Kevin Wolf
1
-2
/
+23
2017-02-28
block: Allow error return in BlockDevOps.change_media_cb()
Kevin Wolf
1
-1
/
+1
2017-02-28
block: Add permissions to blk_new()
Kevin Wolf
1
-1
/
+2
2016-10-27
fdc: Move qdev properties to FloppyDrive
Kevin Wolf
1
-32
/
+88
2016-10-27
fdc: Add a floppy drive qdev
Kevin Wolf
1
-31
/
+120
2016-10-27
fdc: Add a floppy qbus
Kevin Wolf
1
-5
/
+35
2016-09-08
portio: keep references on portio
Marc-André Lureau
1
-1
/
+3
2016-05-12
fdc: Switch to byte-based block access
Eric Blake
1
-8
/
+17
2016-03-22
Replaced get_tick_per_sec() by NANOSECONDS_PER_SECOND
Rutuja Shah
1
-2
/
+2
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
1
-0
/
+1
2016-03-11
fdc: add function to determine drive chs limits
Roman Kagan
1
-0
/
+23
2016-02-10
fdc: always compile-check debug prints
John Snow
1
-7
/
+8
2016-02-03
fdc: use IsaDma interface instead of global DMA_* functions
Hervé Poussineau
1
-17
/
+46
2016-02-03
sparc: disable floppy DMA
Hervé Poussineau
1
-0
/
+2
2016-02-03
fdc: fix detection under Linux
John Snow
1
-0
/
+16
2016-02-02
Revert "hw/block/fdc: Implement tray status"
Max Reitz
1
-16
/
+7
2016-01-25
fdc: change auto fallback drive for ISA FDC to 288
John Snow
1
-1
/
+1
2016-01-25
fdc: rework pick_geometry
John Snow
1
-20
/
+52
2016-01-25
fdc: add physical disk sizes
John Snow
1
-8
/
+32
2016-01-25
fdc: add drive type option
John Snow
1
-3
/
+23
2016-01-25
fdc: Add fallback option
John Snow
1
-2
/
+23
2016-01-25
fdc: add pick_drive
John Snow
1
-10
/
+46
2016-01-25
fdc: Throw an assertion on misconfigured fd_formats table
John Snow
1
-1
/
+3
2016-01-25
fdc: add disk field
John Snow
1
-0
/
+3
2016-01-25
fdc: add drive type qapi enum
John Snow
1
-40
/
+40
2016-01-25
fdc: reduce number of pick_geometry arguments
John Snow
1
-30
/
+20
2016-01-25
fdc: move pick_geometry
John Snow
1
-45
/
+45
2016-01-20
block: Clean up includes
Peter Maydell
1
-0
/
+1
2016-01-13
hw: Inline the qdev_prop_set_drive_nofail() wrapper
Markus Armbruster
1
-5
/
+10
2015-10-23
hw/block/fdc: Implement tray status
Max Reitz
1
-4
/
+16
2015-09-09
i8257: rewrite DMA_schedule to avoid hooking into the CPU loop
Paolo Bonzini
1
-1
/
+1
2015-06-12
migration: Use normal VMStateDescriptions for Subsections
Juan Quintela
1
-26
/
+16
2015-06-02
fdc: Fix MSR.RQM flag
Kevin Wolf
1
-1
/
+12
2015-06-02
fdc: Disentangle phases in fdctrl_read_data()
Kevin Wolf
1
-10
/
+23
2015-06-02
fdc: Code cleanup in fdctrl_write_data()
Kevin Wolf
1
-24
/
+39
2015-06-02
fdc: Use phase in fdctrl_write_data()
Kevin Wolf
1
-28
/
+41
2015-06-02
fdc: Introduce fdctrl->phase
Kevin Wolf
1
-0
/
+89
2015-06-02
fdc: Rename fdctrl_set_fifo() to fdctrl_to_result_phase()
Kevin Wolf
1
-15
/
+16
2015-06-02
fdc: Rename fdctrl_reset_fifo() to fdctrl_to_command_phase()
Kevin Wolf
1
-15
/
+15
2015-05-12
fdc: force the fifo access to be in bounds of the allocated buffer
Petr Matousek
1
-6
/
+11
2015-04-28
fdc: remove sparc sun4m mutations
Hervé Poussineau
1
-17
/
+0
2015-01-26
vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR*
Paolo Bonzini
1
-1
/
+1
2014-10-20
hw: Convert from BlockDriverState to BlockBackend, mostly
Markus Armbruster
1
-40
/
+38
2014-10-20
block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo()
Markus Armbruster
1
-5
/
+11
2014-10-15
bootindex: move calling add_boot_device_patch to bootindex setter function
Gonglei
1
-3
/
+0
2014-10-15
isa-fdc: remove bootindexA/B property from qdev to qom
Gonglei
1
-2
/
+13
[next]