index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
/
vpc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
vpc: Validate block size (CVE-2014-0142)
Kevin Wolf
2014-04-01
1
-0
/
+5
*
vpc/vhd: add bounds check for max_table_entries and block_size (CVE-2014-0144)
Jeff Cody
2014-04-01
1
-4
/
+23
*
block: do not abuse EMEDIUMTYPE
Paolo Bonzini
2014-02-21
1
-1
/
+2
*
block drivers: add discard/write_zeroes properties to bdrv_get_info implement...
Paolo Bonzini
2013-12-03
1
-0
/
+1
*
vpc, vhdx: add get_info
Paolo Bonzini
2013-12-03
1
-0
/
+14
*
block/vpc: fix virtual size for images created with disk2vhd
Peter Lieven
2013-11-07
1
-0
/
+9
*
block/vpc: check that the image has not been truncated
Peter Lieven
2013-10-24
1
-0
/
+7
*
block: vpc - use QEMU_PACKED for on-disk structures
Jeff Cody
2013-09-25
1
-14
/
+14
*
bdrv: Use "Error" for creating images
Max Reitz
2013-09-12
1
-1
/
+2
*
bdrv: Use "Error" for opening images
Max Reitz
2013-09-12
1
-1
/
+2
*
vpc: Implement .bdrv_has_zero_init
Kevin Wolf
2013-06-28
1
-6
/
+19
*
block: Add options QDict to .bdrv_open()
Kevin Wolf
2013-03-15
1
-1
/
+1
*
Revert "block/vpc: Fix size calculation"
Stefan Hajnoczi
2013-02-12
1
-9
/
+5
*
block/vpc: Fix size calculation
Stefan Weil
2013-02-11
1
-5
/
+9
*
vpc: Fix bdrv_open() error handling
Kevin Wolf
2013-02-01
1
-12
/
+30
*
misc: move include files to include/qemu/
Paolo Bonzini
2012-12-19
1
-1
/
+1
*
migration: move include files to include/migration/
Paolo Bonzini
2012-12-19
1
-1
/
+1
*
block: move include files to include/block/
Paolo Bonzini
2012-12-19
1
-1
/
+1
*
block: vpc support for ~2 TB disks
Charles Arnold
2012-12-11
1
-4
/
+13
*
block: vpc initialize the uuid footer field
Charles Arnold
2012-12-11
1
-1
/
+6
*
block: vpc image file reopen
Jeff Cody
2012-09-24
1
-0
/
+7
*
block: Convert close calls to qemu_close
Corey Bryant
2012-08-15
1
-1
/
+1
*
block: Convert open calls to qemu_open
Corey Bryant
2012-08-15
1
-1
/
+1
*
block/vpc: write checksum back to footer after check
Zhang Shengju
2012-04-05
1
-0
/
+3
*
block: push recursive flushing up from drivers
Paolo Bonzini
2012-04-05
1
-6
/
+0
*
vpc: Round up image size during fixed image creation
Kevin Wolf
2012-02-09
1
-13
/
+10
*
vpc: Add support for Fixed Disk type
Charles Arnold
2012-02-09
1
-91
/
+194
*
vpc: Add missing error handling in alloc_block
Kevin Wolf
2011-11-23
1
-1
/
+4
*
vpc: Add migration blocker
Kevin Wolf
2011-11-23
1
-0
/
+13
*
block: Rename bdrv_co_flush to bdrv_co_flush_to_disk
Kevin Wolf
2011-11-11
1
-3
/
+5
*
block: Fix vpc initialization of the Dynamic Disk Header
Charles Arnold
2011-11-11
1
-1
/
+5
*
block: change flush to co_flush
Paolo Bonzini
2011-10-21
1
-3
/
+3
*
block: take lock around bdrv_write implementations
Paolo Bonzini
2011-10-21
1
-1
/
+12
*
block: take lock around bdrv_read implementations
Paolo Bonzini
2011-10-21
1
-1
/
+12
*
block: add a CoMutex to synchronous read drivers
Paolo Bonzini
2011-10-21
1
-0
/
+2
*
Use glib memory allocation and free functions
Anthony Liguori
2011-08-20
1
-4
/
+4
*
block/vpc.c: Detect too-large vpc file
Serge E. Hallyn
2011-08-01
1
-1
/
+7
*
vpc.c: Use get_option_parameter() does the search
Mitnick Lyu
2011-04-13
1
-6
/
+2
*
vpc: fix a file descriptor leak
Blue Swirl
2011-01-12
1
-17
/
+30
*
block: Remove unused s->hd in various drivers
Kevin Wolf
2010-11-24
1
-2
/
+0
*
vpc: Implement bdrv_flush
Kevin Wolf
2010-11-04
1
-8
/
+13
*
vpc: Use bdrv_(p)write_sync for metadata writes
Kevin Wolf
2010-06-22
1
-4
/
+5
*
vpc: Read/write multiple sectors at once
Kevin Wolf
2010-06-15
1
-11
/
+30
*
block/vpc: Fix conversion from size to disk geometry
Stefan Weil
2010-05-17
1
-9
/
+12
*
block: Open the underlying image file in generic code
Kevin Wolf
2010-05-03
1
-20
/
+12
*
Fix spelling in comment.
Stefan Weil
2009-09-09
1
-1
/
+1
*
eliminate errors about unused results in block/vpc.c
Nathan Froyd
2009-08-24
1
-4
/
+4
*
qemu-img: Print available options with -o ?
Kevin Wolf
2009-06-06
1
-1
/
+5
*
Convert all block drivers to new bdrv_create
Kevin Wolf
2009-05-22
1
-4
/
+17
*
Move block drivers into their own directory
Anthony Liguori
2009-05-14
1
-0
/
+606