Sign in
qemu
/
qemu
/
b9a9b3a4626aa099f829e2a6036bfaa0c8e47700
/
block
/
raw-posix.c
eeb6b45
block: raw-posix image file reopen
by Jeff Cody
· 12 years ago
3d1807a
block: purge s->aligned_buf and s->aligned_buf_size from raw-posix.c
by Jeff Cody
· 12 years ago
9acc5a0
block: use BDRV_O_NOCACHE instead of s->aligned_buf in raw-posix.c
by Jeff Cody
· 12 years ago
39c9fb9
block: do not parse BDRV_O_CACHE_WB in block drivers
by Jeff Cody
· 12 years ago
6a8dc04
block: move open flag parsing in raw block drivers to helper functions
by Jeff Cody
· 12 years ago
fc32a72
block: move aio initialization into a helper function
by Jeff Cody
· 12 years ago
2e1e79d
block: Convert close calls to qemu_close
by Corey Bryant
· 12 years ago
6165f4d
block: Convert open calls to qemu_open
by Corey Bryant
· 12 years ago
e174082
block: Prevent detection of /dev/fdset/ as floppy
by Corey Bryant
· 12 years ago
94282e7
raw-posix: Fix build without is_allocated support
by Kevin Wolf
· 13 years ago
5500316
block: implement is_allocated for raw
by Paolo Bonzini
· 13 years ago
83affaa
raw-posix: Do not use CONFIG_COCOA macro
by Pavel Borzenkov
· 13 years ago
f36f394
block: bdrv_eject(): Make eject_flag a real bool
by Luiz Capitulino
· 13 years ago
9b2260c
fix spelling in block sub directory
by Dong Xu Wang
· 13 years ago
6db39ae
block: change discard to co_discard
by Paolo Bonzini
· 13 years ago
6f6dc65
block: drop redundant bdrv_flush implementation
by Stefan Hajnoczi
· 13 years ago
1b1e8c6
raw-posix: remove bdrv_read()/bdrv_write()
by Stefan Hajnoczi
· 13 years ago
55b949c
block: allow resizing of images residing on host devices
by Christoph Hellwig
· 13 years ago
074abad
raw-posix: Fix bdrv_flush error return values
by Kevin Wolf
· 13 years ago
025e849
block: Rename bdrv_set_locked() to bdrv_lock_medium()
by Markus Armbruster
· 13 years ago
c30e624
linux aio: some comments
by Frediano Ziglio
· 13 years ago
f6e8ffc
raw-posix: Always check paio_init result
by Frediano Ziglio
· 13 years ago
c1ee7d5
raw-posix: Typo fix
by Frediano Ziglio
· 13 years ago
822e1cd
block: Make BlockDriver method bdrv_eject() return void
by Markus Armbruster
· 13 years ago
7bf37fe
block: Make BlockDriver method bdrv_set_locked() return void
by Markus Armbruster
· 13 years ago
4a1d5e1
block: add bdrv_get_allocated_file_size() operation
by Fam Zheng
· 14 years ago
343f856
block/raw-posix: Linux compat-ioctl warning workaround
by Johannes Stezenbach
· 14 years ago
13748cf
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
by Anthony Liguori
· 14 years ago
d1f6fd8
block/raw-posix: get right partition size
by Christoph Egger
· 14 years ago
1de1ae0
block/raw-posix: use a character device if a block device is given
by Christoph Egger
· 14 years ago
a659979
block: clarify the meaning of BDRV_O_NOCACHE
by Christoph Hellwig
· 14 years ago
9bf0960
Fix compilation warning due to missing header for sigaction (followup)
by Alexandre Raymond
· 14 years ago
dce512d
raw-posix: add discard support
by Christoph Hellwig
· 14 years ago
11a3cb8
raw-posix: raw_pwrite comment fixup
by Christoph Hellwig
· 14 years ago
205ef79
block: Allow bdrv_flush to return errors
by Kevin Wolf
· 14 years ago
c57c846
qemu-timer: move commonly used timer code to qemu-timer-common
by Blue Swirl
· 14 years ago
581b9e2
raw-posix: handle > 512 byte alignment correctly
by Christoph Hellwig
· 14 years ago
05acda4
raw-posix: improve detection of scsi-generic devices
by Bernhard Kohl
· 14 years ago
897804d
raw-posix: Don't use file name for host_cdrom detection on Linux
by Kevin Wolf
· 14 years ago
336c1c1
block: Fix bdrv_has_zero_init
by Kevin Wolf
· 14 years ago
2ee9fb4
block: Replace u_int8_t, u_int16_t, u_int32_t, u_int64_t by standard int types
by Stefan Weil
· 14 years ago
65d21bc
raw-posix: Fix test for host CD-ROM
by Markus Armbruster
· 15 years ago
9040385
Cleanup: raw-posix.c: Be more consistent using BDRV_SECTOR_SIZE instead of 512
by Jes Sorensen
· 15 years ago
4899d10
raw-posix: Use pread/pwrite instead of lseek+read/write
by Stefan Hajnoczi
· 15 years ago
66f82ce
block: Open the underlying image file in generic code
by Kevin Wolf
· 15 years ago
84a12e6
block: separate raw images from the file protocol
by Christoph Hellwig
· 15 years ago
50779cc
block: split raw_getlength
by Christoph Hellwig
· 15 years ago
6e0a47a
raw-posix: don't assign bs->read_only
by Christoph Hellwig
· 15 years ago
57e69b7
raw-posix: Better error return values for hdev_create
by Kevin Wolf
· 15 years ago
053965c
block/raw-posix: Abort on pread beyond end of non-growable file
by Kevin Wolf
· 15 years ago
f8a8324
win32: pair qemu_memalign() with qemu_vfree()
by Herve Poussineau
· 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
2ebf7c4
raw-posix: Detect legacy floppy via ioctl on linux
by Cole Robinson
· 15 years ago
3baf720
raw-posix: Detect CDROM via ioctl on linux
by Cole Robinson
· 15 years ago
40ff6d7
Don't leak file descriptors
by Kevin Wolf
· 15 years ago
12c09b8
qemu-img: There is more than one host device driver
by Kevin Wolf
· 15 years ago
a167ba5
Add support for GNU/kFreeBSD
by Aurelien Jarno
· 15 years ago
1e5b9d2
Remove aio_ctx from paio_* interface
by Kevin Wolf
· 15 years ago
d2e4634
raw/linux-aio: Also initialize POSIX AIO
by Kevin Wolf
· 15 years ago
0b4ce02
block/raw: Add create_options for host_device
by Kevin Wolf
· 15 years ago
b2e12bc
block: add aio_flush operation
by Christoph Hellwig
· 15 years ago
6f1953c
block: use fdatasync instead of fsync if possible
by Christoph Hellwig
· 15 years ago
e44bd6f
Don't compile aio code if CONFIG_LINUX_AIO is undefined
by Stefan Weil
· 15 years ago
5c6c3a6
raw-posix: add Linux native AIO support
by Christoph Hellwig
· 15 years ago
9ef91a6
raw-posix: refactor AIO support
by Christoph Hellwig
· 15 years ago
4dd75c7
make pthreads mandatory
by Christoph Hellwig
· 15 years ago
71e72a1
rename HOST_BSD to CONFIG_BSD
by Juan Quintela
· 15 years ago
0bf9e31
Fix most warnings (errors with -Werror) when debugging is enabled
by Blue Swirl
· 15 years ago
1e37d05
raw-posix: Handle errors in raw_create
by Stefan Weil
· 16 years ago
1c27a8b
Substitute O_DSYNC with O_SYNC or O_FSYNC when needed.
by G 3
· 16 years ago
1cec71e
Revert "support colon in filenames"
by Anthony Liguori
· 16 years ago
22afa7b
block-raw: Allow pread beyond the end of growable images
by Kevin Wolf
· 16 years ago
707c0db
support colon in filenames
by Ram Pai
· 16 years ago
19a3da7
Fix opening of read only raw images
by Blue Swirl
· 16 years ago
11a1feb
raw-posix: Remove O_RDWR when attempting to open a file read-only
by Avi Kivity
· 16 years ago
736d0c2
raw-posix: open flags use BDRV_ namespace, not posix namespace
by Avi Kivity
· 16 years ago
63ec93d
raw-posix: cleanup ioctl methods
by Christoph Hellwig
· 16 years ago
508c7cb
block: add bdrv_probe_device method
by Christoph Hellwig
· 16 years ago
f3a5d3f
raw-posix: split hdev drivers
by Christoph Hellwig
· 16 years ago
90babde
raw-posix: add a raw_open_common helper
by Christoph Hellwig
· 16 years ago
0e1d8f4
raw-posix: always store open flags
by Christoph Hellwig
· 16 years ago
db08adf
qemu-img: Print available options with -o ?
by Kevin Wolf
· 16 years ago
c16b5a2
fully split aio_pool from BlockDriver
by Christoph Hellwig
· 16 years ago
4099df5
raw-posix: fix hdev_create
by Christoph Hellwig
· 16 years ago
94c6d6d
fix raw_pread_aligned return value
by Christoph Hellwig
· 16 years ago
0e7e198
Convert all block drivers to new bdrv_create
by Kevin Wolf
· 16 years ago
019d6b8
Move block drivers into their own directory
by Anthony Liguori
· 16 years ago
[Renamed from block-raw-posix.c]
5efa9d5
Convert block infrastructure to use new module init functionality
by Anthony Liguori
· 16 years ago
5561650
Include assert.h from qemu-common.h
by Paul Brook
· 16 years ago
001faf3
Replace gcc variadic macro extension with C99 version
by Blue Swirl
· 16 years ago
e268ca5
implement qemu_blockalign (Stefano Stabellini)
by aliguori
· 16 years ago
f141eaf
push down vector linearization to posix-aio-compat.c (Christoph Hellwig)
by aliguori
· 16 years ago
856ae5c
Fix a few Sparse warnings
by blueswir1
· 16 years ago
8185d2c
Fix the build for --disable-aio
by aliguori
· 16 years ago
93c65b4
Add host_device support to qemu-img. (Nolan Leake)
by aliguori
· 16 years ago
bbeea53
Fix wrong return value
by blueswir1
· 16 years ago
221f715
new scsi-generic abstraction, use SG_IO (Christoph Hellwig)
by aliguori
· 16 years ago
9f23011
FreeBSD host physical cdrom fixes
by blueswir1
· 16 years ago
537a1d4
Fix regression introduced by r6824
by aliguori
· 16 years ago
Next »