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
/
vpc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-03-16
block/vpc: remove disabled code from get_sector_offset
Peter Lieven
1
-32
/
+0
2015-03-16
block/vpc: rename footer->size -> footer->current_size
Peter Lieven
1
-4
/
+5
2015-03-16
block/vpc: make calculate_geometry spec conform
Peter Lieven
1
-19
/
+22
2015-03-16
vpc: Ignore geometry for large images
Kevin Wolf
1
-6
/
+4
2015-03-16
block/vpc: optimize vpc_co_get_block_status
Peter Lieven
1
-10
/
+8
2015-03-09
vpc: Implement bdrv_co_get_block_status()
Kevin Wolf
1
-2
/
+48
2015-03-09
vpc: Fix size in fixed image creation
Kevin Wolf
1
-7
/
+3
2014-12-10
block: remove BLOCK_OPT_NOCOW from vpc_create_opts
Jeff Cody
1
-5
/
+0
2014-10-20
block: Eliminate BlockDriverState member device_name[]
Markus Armbruster
1
-1
/
+1
2014-09-25
vpc: fix beX_to_cpu() and cpu_to_beX() confusion
Stefan Hajnoczi
1
-22
/
+22
2014-09-12
block: round up file size to nearest sector
Hu Tao
1
-1
/
+2
2014-09-10
Fix improper usage of cpu_to_be32 in vpc
Xiaodong Gong
1
-4
/
+4
2014-08-15
vpc: Handle failure for potentially large allocations
Kevin Wolf
1
-1
/
+5
2014-08-15
block: vpc - use block layer ops in vpc_create, instead of posix calls
Jeff Cody
1
-63
/
+43
2014-07-01
qemu-img create: add 'nocow' option
Chunyan Liu
1
-0
/
+29
2014-06-16
cleanup QEMUOptionParameter
Chunyan Liu
1
-1
/
+1
2014-06-16
vpc.c: replace QEMUOptionParameter with QemuOpts
Chunyan Liu
1
-28
/
+34
2014-04-01
vpc: Validate block size (CVE-2014-0142)
Kevin Wolf
1
-0
/
+5
2014-04-01
vpc/vhd: add bounds check for max_table_entries and block_size (CVE-2014-0144)
Jeff Cody
1
-4
/
+23
2014-02-21
block: do not abuse EMEDIUMTYPE
Paolo Bonzini
1
-1
/
+2
2013-12-03
block drivers: add discard/write_zeroes properties to bdrv_get_info implement...
Paolo Bonzini
1
-0
/
+1
2013-12-03
vpc, vhdx: add get_info
Paolo Bonzini
1
-0
/
+14
2013-11-07
block/vpc: fix virtual size for images created with disk2vhd
Peter Lieven
1
-0
/
+9
2013-10-24
block/vpc: check that the image has not been truncated
Peter Lieven
1
-0
/
+7
2013-09-25
block: vpc - use QEMU_PACKED for on-disk structures
Jeff Cody
1
-14
/
+14
2013-09-12
bdrv: Use "Error" for creating images
Max Reitz
1
-1
/
+2
2013-09-12
bdrv: Use "Error" for opening images
Max Reitz
1
-1
/
+2
2013-06-28
vpc: Implement .bdrv_has_zero_init
Kevin Wolf
1
-6
/
+19
2013-03-15
block: Add options QDict to .bdrv_open()
Kevin Wolf
1
-1
/
+1
2013-02-12
Revert "block/vpc: Fix size calculation"
Stefan Hajnoczi
1
-9
/
+5
2013-02-11
block/vpc: Fix size calculation
Stefan Weil
1
-5
/
+9
2013-02-01
vpc: Fix bdrv_open() error handling
Kevin Wolf
1
-12
/
+30
2012-12-19
misc: move include files to include/qemu/
Paolo Bonzini
1
-1
/
+1
2012-12-19
migration: move include files to include/migration/
Paolo Bonzini
1
-1
/
+1
2012-12-19
block: move include files to include/block/
Paolo Bonzini
1
-1
/
+1
2012-12-11
block: vpc support for ~2 TB disks
Charles Arnold
1
-4
/
+13
2012-12-11
block: vpc initialize the uuid footer field
Charles Arnold
1
-1
/
+6
2012-09-24
block: vpc image file reopen
Jeff Cody
1
-0
/
+7
2012-08-15
block: Convert close calls to qemu_close
Corey Bryant
1
-1
/
+1
2012-08-15
block: Convert open calls to qemu_open
Corey Bryant
1
-1
/
+1
2012-04-05
block/vpc: write checksum back to footer after check
Zhang Shengju
1
-0
/
+3
2012-04-05
block: push recursive flushing up from drivers
Paolo Bonzini
1
-6
/
+0
2012-02-09
vpc: Round up image size during fixed image creation
Kevin Wolf
1
-13
/
+10
2012-02-09
vpc: Add support for Fixed Disk type
Charles Arnold
1
-91
/
+194
2011-11-23
vpc: Add missing error handling in alloc_block
Kevin Wolf
1
-1
/
+4
2011-11-23
vpc: Add migration blocker
Kevin Wolf
1
-0
/
+13
2011-11-11
block: Rename bdrv_co_flush to bdrv_co_flush_to_disk
Kevin Wolf
1
-3
/
+5
2011-11-11
block: Fix vpc initialization of the Dynamic Disk Header
Charles Arnold
1
-1
/
+5
2011-10-21
block: change flush to co_flush
Paolo Bonzini
1
-3
/
+3
2011-10-21
block: take lock around bdrv_write implementations
Paolo Bonzini
1
-1
/
+12
[next]