Sign in
qemu-android
/
qemu-android
/
764e0fa497ff5bbc9c9d7c116da2f00f34e71716
/
block
/
bochs.c
02c4f26
block: Use g_new() & friends to avoid multiplying sizes
by Markus Armbruster
· 11 years ago
7bf665e
bochs: Handle failure for potentially large allocations
by Kevin Wolf
· 11 years ago
e1b42f4
block/bochs: Fix error handling for seek_to_sector()
by Max Reitz
· 11 years ago
715c3f6
bochs: Fix catalog size check
by Kevin Wolf
· 11 years ago
28ec11b
bochs: Fix memory leak in bochs_open() error path
by Kevin Wolf
· 11 years ago
a9ba36a
bochs: Fix bitmap offset calculation
by Kevin Wolf
· 11 years ago
8e53abb
bochs: Check extent_size header field (CVE-2014-0142)
by Kevin Wolf
· 11 years ago
e3737b8
bochs: Check catalog_size header field (CVE-2014-0143)
by Kevin Wolf
· 11 years ago
246f658
bochs: Use unsigned variables for offsets and sizes (CVE-2014-0147)
by Kevin Wolf
· 11 years ago
3dd8a67
bochs: Unify header structs and make them QEMU_PACKED
by Kevin Wolf
· 11 years ago
76abe40
block: do not abuse EMEDIUMTYPE
by Paolo Bonzini
· 11 years ago
015a103
bdrv: Use "Error" for opening images
by Max Reitz
· 12 years ago
1a86938
block: Add options QDict to .bdrv_open()
by Kevin Wolf
· 12 years ago
5b7d7df
bochs: Fix bdrv_open() error handling
by Kevin Wolf
· 12 years ago
15bac0d
block: Use error code EMEDIUMTYPE for wrong format in some block drivers
by Stefan Weil
· 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
2914caa
block: take lock around bdrv_read implementations
by Paolo Bonzini
· 13 years ago
848c66e
block: add a CoMutex to synchronous read drivers
by Paolo Bonzini
· 13 years ago
7267c09
Use glib memory allocation and free functions
by Anthony Liguori
· 14 years ago
7a6f391
bochs: use qemu block API
by Christoph Hellwig
· 15 years ago
efbca10
bochs: use pread
by Christoph Hellwig
· 15 years ago
66f82ce
block: Open the underlying image file in generic code
by Kevin Wolf
· 15 years ago
0a7fc98
Read-only device changed to opens it's file for read-only.
by Naphtali Sprei
· 15 years ago
ecbe157
block/bochs: improve format checking
by Blue Swirl
· 15 years ago
00ccf93
block/bochs.c: fix warning with _FORTIFY_SOURCE
by Kirill A. Shutemov
· 15 years ago
019d6b8
Move block drivers into their own directory
by Anthony Liguori
· 16 years ago
[Renamed from block-bochs.c]
5efa9d5
Convert block infrastructure to use new module init functionality
by Anthony Liguori
· 16 years ago
e60f469
Use C99 initializers for BlockDriver methods
by aurel32
· 16 years ago
3ec88e8
block: remove error handling from qemu_malloc() callers (Avi Kivity)
by aliguori
· 16 years ago
faf0796
Split block API from vl.h.
by pbrook
· 17 years ago
3b46e62
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex.
by ths
· 18 years ago
5fafdf2
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
by ths
· 18 years ago
6850dd9
Support for Bochs "growing" images, by Volker Ruppert.
by ths
· 18 years ago
83f6409
async file I/O API
by bellard
· 19 years ago
a8753c3
Bochs disk image support (Alex Beregszaszi)
by bellard
· 20 years ago