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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2010-12-17
ide: Build fix for via.c
Kevin Wolf
1
-1
/
+1
2010-12-17
ide: Fix build for cmd646.c
Kevin Wolf
1
-2
/
+2
2010-12-17
docs: Fix missing carets in QED specification
Stefan Hajnoczi
1
-2
/
+2
2010-12-17
Add proper -errno error return values to qcow2_open()
Jes Sorensen
1
-18
/
+42
2010-12-17
block/qcow2.c: rename qcow_ functions to qcow2_
Jes Sorensen
3
-98
/
+104
2010-12-17
qed: Consistency check support
Stefan Hajnoczi
3
-3
/
+336
2010-12-17
qed: Read/write support
Stefan Hajnoczi
4
-2
/
+663
2010-12-17
qed: Table, L2 cache, and cluster functions
Stefan Hajnoczi
8
-2
/
+866
2010-12-17
qed: Add QEMU Enhanced Disk image format
Stefan Hajnoczi
4
-0
/
+704
2010-12-17
docs: Add QED image format specification
Stefan Hajnoczi
1
-0
/
+130
2010-12-17
qemu-io: Fix typo in help texts
Kevin Wolf
1
-7
/
+7
2010-12-17
raw-posix: add discard support
Christoph Hellwig
2
-0
/
+71
2010-12-17
qemu-io: Add discard command
Stefan Hajnoczi
1
-0
/
+88
2010-12-17
scsi-disk: support WRITE SAME (16) with unmap bit
Christoph Hellwig
2
-2
/
+52
2010-12-17
block: add discard support
Christoph Hellwig
4
-1
/
+24
2010-12-17
ide: Register vm change state handler once only
Stefan Hajnoczi
3
-28
/
+58
2010-12-17
Remove NULL checks for bdrv_new return value
Kevin Wolf
4
-19
/
+7
2010-12-17
qemu.img.c: Use error_report() instead of own error() implementation
Jes Sorensen
1
-65
/
+62
2010-12-17
bdrv_img_create() use proper errno return values
Jes Sorensen
1
-13
/
+10
2010-12-17
Prevent creating an image with the same filename as backing file
Jes Sorensen
1
-4
/
+11
2010-12-17
Introduce do_snapshot_blkdev() and monitor command to handle it.
Jes Sorensen
3
-0
/
+82
2010-12-17
qemu-img.c: Re-factor img_create()
Jes Sorensen
3
-106
/
+147
2010-12-17
qemu-img: Call error_set_progname
Kevin Wolf
1
-0
/
+3
2010-12-17
ide: honor ncq for atapi
Alexander Graf
1
-0
/
+6
2010-12-17
ahci: set SATA Mode Select
Sebastian Herbszt
1
-0
/
+3
2010-12-17
config: add ahci for pci capable machines
Alexander Graf
1
-0
/
+1
2010-12-17
config: move ide core and pci to pci.mak
Alexander Graf
14
-33
/
+3
2010-12-17
ahci: add ahci emulation
Alexander Graf
2
-0
/
+1525
2010-12-17
pci: add ich9 pci id
Alexander Graf
1
-0
/
+1
2010-12-17
pci: add storage class for sata
Alexander Graf
1
-0
/
+1
2010-12-17
ide: add ncq identify data for ahci sata drives
Roland Elek
2
-0
/
+9
2010-12-17
ide: move transfer_start after variable modification
Alexander Graf
1
-4
/
+4
2010-12-17
ide: Split out BMDMA code from ATA core
Alexander Graf
7
-298
/
+446
2010-12-17
ide: fix whitespace gap in ide_exec_cmd
Alexander Graf
1
-367
/
+367
2010-12-17
ide: split ide command interpretation off
Alexander Graf
2
-6
/
+16
2010-12-17
qemu-img.c: Clean up handling of image size in img_create()
Jes Sorensen
1
-6
/
+17
2010-12-17
Introduce strtosz_suffix()
Jes Sorensen
2
-3
/
+21
2010-12-17
block: Fix the use of protocols in backing files
Stefan Hajnoczi
1
-3
/
+11
2010-12-17
block: Introduce path_has_protocol() function
Stefan Hajnoczi
1
-28
/
+36
2010-12-17
blockdev: check dinfo ptr before using
Ryan Harper
1
-2
/
+4
2010-12-17
Merge remote branch 'arm/for-anthony' into staging
Anthony Liguori
6
-42
/
+312
2010-12-17
Merge remote branch 'kwolf/for-anthony' into staging
Anthony Liguori
9
-107
/
+1344
2010-12-17
Merge remote branch 'qmp/for-anthony' into staging
Anthony Liguori
2
-49
/
+39
2010-12-17
Merge remote branch 'jvrao/for-anthony' into staging
Anthony Liguori
7
-12
/
+80
2010-12-17
Merge remote branch 'mst/for_anthony' into staging
Anthony Liguori
13
-122
/
+195
2010-12-14
qemu-img: Fail creation if backing format is invalid
Stefan Hajnoczi
1
-10
/
+12
2010-12-14
qemu-img: Free option parameter lists in img_create()
Stefan Hajnoczi
1
-2
/
+2
2010-12-14
qemu-option: Fix parse_option_parameters() documentation typo
Stefan Hajnoczi
1
-2
/
+2
2010-12-14
qemu-option: Don't reinvent append_option_parameters()
Stefan Hajnoczi
1
-8
/
+1
2010-12-14
qemu-img: Deprecate obsolete -6 and -e options
Jes Sorensen
2
-32
/
+22
[next]