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
/
block.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-12-12
block: Convert bdrv_info_stats() to QObject
Luiz Capitulino
1
-12
/
+72
2009-12-12
block: Convert bdrv_info() to QObject
Luiz Capitulino
1
-20
/
+103
2009-12-03
block migration: Cleanup dirty tracking code
Jan Kiszka
1
-20
/
+24
2009-12-03
block migration: Rework constants API
Jan Kiszka
1
-35
/
+25
2009-12-03
block migration: Fix coding style and whitespaces
Jan Kiszka
1
-23
/
+26
2009-11-17
Expose a mechanism to trace block writes
lirans@il.ibm.com
1
-1
/
+77
2009-11-09
Configurable block format whitelist
Markus Armbruster
1
-1
/
+37
2009-11-09
Added readonly flag to -drive command
Naphtali Sprei
1
-4
/
+15
2009-10-27
block: Use new AsyncContext for bdrv_read/write emulation
Kevin Wolf
1
-4
/
+18
2009-09-12
Fix sys-queue.h conflict for good
Blue Swirl
1
-5
/
+1
2009-09-11
block: add aio_flush operation
Christoph Hellwig
1
-0
/
+40
2009-09-11
block: add enable_write_cache flag
Christoph Hellwig
1
-0
/
+15
2009-09-11
Add bdrv_aio_multiwrite
Kevin Wolf
1
-0
/
+183
2009-08-27
raw-posix: add Linux native AIO support
Christoph Hellwig
1
-1
/
+2
2009-07-27
rename HOST_BSD to CONFIG_BSD
Juan Quintela
1
-2
/
+2
2009-07-16
replace bdrv_{get, put}_buffer with bdrv_{load, save}_vmstate
Christoph Hellwig
1
-6
/
+8
2009-07-10
block: Clean up after deleting BHs
Avi Kivity
1
-0
/
+2
2009-07-09
Revert "support colon in filenames"
Anthony Liguori
1
-17
/
+10
2009-07-01
Fix missing strnlen problems
Blue Swirl
1
-1
/
+1
2009-06-29
support colon in filenames
Ram Pai
1
-10
/
+17
2009-06-16
Prevent CD-ROM media eject while device is locked
Mark McLoughlin
1
-1
/
+8
2009-06-16
Call qemu_bh_delete at bdrv_aio_bh_cb.
Dor Laor
1
-2
/
+2
2009-06-15
block: add bdrv_probe_device method
Christoph Hellwig
1
-32
/
+12
2009-06-15
raw-posix: split hdev drivers
Christoph Hellwig
1
-17
/
+43
2009-05-27
fully split aio_pool from BlockDriver
Christoph Hellwig
1
-40
/
+25
2009-05-27
Drop bdrv_create2
Kevin Wolf
1
-40
/
+15
2009-05-22
Convert all block drivers to new bdrv_create
Kevin Wolf
1
-11
/
+33
2009-05-22
Fix segv when passing an unknown protocol
Anthony Liguori
1
-1
/
+1
2009-05-14
Convert block infrastructure to use new module init functionality
Anthony Liguori
1
-24
/
+11
2009-05-08
Improve block range checks
Kevin Wolf
1
-1
/
+6
2009-04-22
implement qemu_blockalign (Stefano Stabellini)
aliguori
1
-1
/
+8
2009-04-21
Introduce bdrv_check (Kevin Wolf)
aliguori
1
-0
/
+14
2009-04-13
Fix OpenSolaris gcc4 warnings: iovec type mismatches, missing 'static'
blueswir1
1
-1
/
+1
2009-04-07
native preadv/pwritev support (Christoph Hellwig)
aliguori
1
-2
/
+1
2009-04-07
push down vector linearization to posix-aio-compat.c (Christoph Hellwig)
aliguori
1
-126
/
+70
2009-04-07
remove bdrv_aio_read/bdrv_aio_write (Christoph Hellwig)
aliguori
1
-2
/
+8
2009-04-05
Fix savevm after BDRV_FILE size enforcement
aliguori
1
-0
/
+20
2009-03-29
check for bs->drv in bdrv_flush (Christoph Hellwig)
aliguori
1
-0
/
+2
2009-03-29
remove dead code in bdrv_check_request (Christoph Hellwig)
aliguori
1
-9
/
+1
2009-03-28
block: support known backing format for image create and open (Uri Lublin)
aliguori
1
-4
/
+24
2009-03-28
new scsi-generic abstraction, use SG_IO (Christoph Hellwig)
aliguori
1
-18
/
+7
2009-03-28
Fix vectored aio bounce handling immediate errors (Avi Kivity)
aliguori
1
-0
/
+5
2009-03-20
Use vectored aiocb storage to store vector translation state (Avi Kivity)
aliguori
1
-15
/
+14
2009-03-20
Convert vectored aio emulation to use a dedicated pool (Avi Kivity)
aliguori
1
-6
/
+14
2009-03-20
Refactor aio callback allocation to use an aiocb pool (Avi Kivity)
aliguori
1
-15
/
+27
2009-03-12
Drop internal bdrv_pread()/bdrv_pwrite() APIs (Avi Kivity)
aliguori
1
-73
/
+6
2009-03-12
Add internal scsi generic block API (Avi Kivity)
aliguori
1
-4
/
+4
2009-03-12
Add specialized block driver scsi generic API (Avi Kivity)
aliguori
1
-0
/
+22
2009-03-11
Revert r6406
aliguori
1
-6
/
+1
2009-03-11
Revert r6407
aliguori
1
-3
/
+2
[next]