Sign in
qemu
/
qemu
/
66d4f6a32bf5aa0e3e20c1da11ecc75f8b566899
/
qemu-io.c
787e4a8
block: Add options QDict to bdrv_file_open() prototypes
by Kevin Wolf
· 12 years ago
de9c0ce
block: Add options QDict to bdrv_open() prototype
by Kevin Wolf
· 12 years ago
9e8f183
block: implement BDRV_O_UNMAP
by Paolo Bonzini
· 12 years ago
1de7afc
misc: move include files to include/qemu/
by Paolo Bonzini
· 12 years ago
737e150
block: move include files to include/block/
by Paolo Bonzini
· 12 years ago
41c695c
qemu-io: Add AIO debugging commands
by Kevin Wolf
· 12 years ago
791bfa3
qemu-io: Implement write -c for compressed clusters
by Kevin Wolf
· 12 years ago
e7c8b09
qemu-io: Use bdrv_drain_all instead of qemu_aio_flush
by Kevin Wolf
· 12 years ago
2592c59
tools: initialize main loop before block layer
by Paolo Bonzini
· 12 years ago
e01c30d
qemu-io: add "abort" command to simulate program crash
by Stefan Hajnoczi
· 12 years ago
9e55953
qemu-io: Fix memory leaks
by Kevin Wolf
· 12 years ago
cc785c3
qemu-io: fix the alloc command
by Paolo Bonzini
· 13 years ago
a5a5238
qemu-io: use main_loop_wait
by Paolo Bonzini
· 13 years ago
592fa07
qemu-io: Add command line switch for cache mode
by Kevin Wolf
· 13 years ago
d7bb72c
qemu-io: add option to enable tracing
by Stefan Hajnoczi
· 13 years ago
a57d114
qemu-io: fix segment fault when the image format is qed
by Zhi Yong Wu
· 13 years ago
71b58b8
qemu-io: add write -z option for bdrv_co_write_zeroes
by Stefan Hajnoczi
· 13 years ago
21fe5bc
Merge remote-tracking branch 'kwolf/for-anthony' into staging
by Anthony Liguori
· 13 years ago
96bab41
qemu-io: end aio help text sentences with periods
by Laszlo Ersek
· 13 years ago
031380d
block: replace unchecked strdup/malloc/calloc with glib
by Stefan Hajnoczi
· 13 years ago
ad54ae8
block: bdrv_aio_* do not return NULL
by Paolo Bonzini
· 13 years ago
eb5d5be
Merge remote-tracking branch 'kwolf/for-anthony' into staging
by Anthony Liguori
· 13 years ago
922453b
block: convert qemu_aio_flush() calls to bdrv_drain_all()
by Stefan Hajnoczi
· 13 years ago
07f3507
fix spelling in main directory
by Dong Xu Wang
· 13 years ago
67403db
qemu-io: Fix multiwrite_f error handling
by Kevin Wolf
· 13 years ago
f236062
qemu-io: Handle create_iovec errors
by Kevin Wolf
· 13 years ago
b465785
qemu-io: delete bs instead of leaking it
by Stefan Hajnoczi
· 13 years ago
b1b1dad
fix memory leak in aio_write_f
by Alex Jia
· 13 years ago
b2bedb2
Remove blanks before \n in output strings
by Stefan Weil
· 13 years ago
84c8c65
qemu-io: remove unnecessary assignment
by Blue Swirl
· 13 years ago
7267c09
Use glib memory allocation and free functions
by Anthony Liguori
· 13 years ago
5afc8b3
qemu-io: Fix if scoping bug
by Devin Nakamura
· 13 years ago
43642b3
qemu-io: Fix formatting
by Devin Nakamura
· 13 years ago
a659979
block: clarify the meaning of BDRV_O_NOCACHE
by Christoph Hellwig
· 14 years ago
a9c49a6
qemu-io: Fix discard command
by Kevin Wolf
· 14 years ago
1afec91
qemu-io: fix a memory leak
by Blue Swirl
· 14 years ago
095343a
qemu-io: Fix typo in help texts
by Kevin Wolf
· 14 years ago
edff5db
qemu-io: Add discard command
by Stefan Hajnoczi
· 14 years ago
ad71713
Remove NULL checks for bdrv_new return value
by Kevin Wolf
· 14 years ago
191c289
qemu-io: New command map
by Kevin Wolf
· 14 years ago
72aef73
use qemu_blockalign consistently
by Christoph Hellwig
· 14 years ago
b407a81
qemu-io: Make alloc output useful when nb_sectors=1
by Stefan Hajnoczi
· 14 years ago
ca1d6ac
fix variable type in qemu-io.c
by Joel Schopp
· 14 years ago
0923c57
qemu-io: Fix error messages
by Kevin Wolf
· 15 years ago
776cbbb
qemu-io: Add multiwrite command
by Kevin Wolf
· 15 years ago
0bfcd59
Fix %lld or %llx printf format use
by Blue Swirl
· 15 years ago
6db9560
block: get rid of the BDRV_O_FILE flag
by Christoph Hellwig
· 15 years ago
d6e9098
Replace calls of old bdrv_open
by Kevin Wolf
· 15 years ago
e432cef
qemu-io: fix aio help texts
by Christoph Hellwig
· 15 years ago
06b611c
qemu-io: Fix return value handling of bdrv_open
by Ryota Ozaki
· 15 years ago
9a2d77a
block: kill BDRV_O_CREAT
by Christoph Hellwig
· 15 years ago
f5edb01
Clean-up a little bit the RW related bits of BDRV_O_FLAGS. BDRV_O_RDONLY gone (and so is BDRV_O_ACCESS). Default value for bdrv_flags (0/zero) is READ-ONLY. Need to explicitly request READ-WRITE.
by Naphtali Sprei
· 15 years ago
6474bd6
qemu-io: suppress a warning with gcc 4.0.2
by Blue Swirl
· 15 years ago
40a0d7c
qemu-io: Fix memory leak
by Kevin Wolf
· 15 years ago
b32bb95
qemu-io: add 'const'
by Blue Swirl
· 15 years ago
22a2bdc
Fix OpenBSD build of qemu-io
by Blue Swirl
· 15 years ago
c32d766
qemu-io: Improve portability (win32 now supported).
by Stefan Weil
· 15 years ago
5c6c3a6
raw-posix: add Linux native AIO support
by Christoph Hellwig
· 15 years ago
660f11b
Fix Sparse warnings: "Using plain integer as NULL pointer"
by Blue Swirl
· 15 years ago
cf070d7
qemu-io: reject invalid pattern
by Christoph Hellwig
· 15 years ago
a7824a8
qemu-io: Rework alloc command
by Kevin Wolf
· 15 years ago
1db6947
qemu-io: use BDRV_O_FILE to implement the growable open option
by Christoph Hellwig
· 15 years ago
ca94dbc
qemu-io: Implement bdrv_load_vmstate/bdrv_save_vmstate
by Kevin Wolf
· 15 years ago
7d8abfc
qemu-io: fix memory leak
by Kevin Wolf
· 15 years ago
9c4bab2
qemu-io: add flag to mark files growable
by Christoph Hellwig
· 15 years ago
cf57298
qemu-io: better input validation for vector-based commands
by Christoph Hellwig
· 15 years ago
230d4fa
qemu-io: small cleanups for the aio code
by Christoph Hellwig
· 15 years ago
95533d5
qemu-io: add aio read/write/flush commands
by Christoph Hellwig
· 16 years ago
84844a2
qemu-io: Fix spelling in help message.
by Stefan Weil
· 16 years ago
3abcdf4
Fix dump output in qemu-io.
by Stefan Weil
· 16 years ago
d4ec522
Workaround compiler warnings at -O1
by Paul Brook
· 16 years ago
d9654a5
qemu-io: Optionally verify only part of read data
by Kevin Wolf
· 16 years ago
c48101a
qemu-io: Verify read data by patterns (Kevin Wolf)
by aliguori
· 16 years ago
838ab72
qemu-io: Fix handling of bdrv_is_allocated() return value (Kevin Wolf)
by aliguori
· 16 years ago
7e9bbc9
a couple of qemu-io fixes (Christoph Hellwig)
by aliguori
· 16 years ago
e3aff4f
Add files not included in previous commit.
by aliguori
· 16 years ago