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
2013-10-11
qcow2: Use better type for numerical snapshot ID
Max Reitz
1
-2
/
+3
2013-10-11
qcow2: Fix snapshot restoration in snapshot_create
Max Reitz
1
-0
/
+1
2013-10-11
qcow2: Remove wrong metadata overlap check
Max Reitz
1
-8
/
+0
2013-10-11
qcow2: Add missing space in error message
Max Reitz
1
-1
/
+1
2013-10-11
block: qemu-iotests for vhdx, read sample dynamic image
Jeff Cody
6
-1
/
+86
2013-10-11
ahci: set ahci mode on reset
Michael S. Tsirkin
1
-1
/
+9
2013-10-11
qemu-iotests: Discard preallocated zero clusters
Max Reitz
3
-0
/
+77
2013-10-11
block: Add BlockDriver.bdrv_check_ext_snapshot.
BenoƮt Canet
5
-0
/
+46
2013-10-11
block/get_block_status: avoid redundant callouts on raw devices
Peter Lieven
3
-1
/
+13
2013-10-11
qcow2: Assert against snapshot name/ID overflow
Max Reitz
1
-0
/
+1
2013-10-11
qcow2: Free allocated snapshot table on error
Max Reitz
1
-0
/
+4
2013-10-11
qcow2: Always use error path on writing snapshots
Max Reitz
1
-3
/
+4
2013-10-11
qcow2: Free preallocated zero clusters
Max Reitz
1
-3
/
+5
2013-10-11
qcow2: Use pread for inactive L1 in overlap check
Max Reitz
1
-4
/
+3
2013-10-11
qcow2: Alignment of snapshot table entries
Max Reitz
1
-0
/
+3
2013-10-11
qemu-iotests: Additional info from qemu-img info
Max Reitz
4
-0
/
+135
2013-10-11
qemu-iotests: Discard specific info in _img_info
Max Reitz
1
-1
/
+19
2013-10-11
qcow2: Add support for ImageInfoSpecific
Max Reitz
2
-0
/
+44
2013-10-11
block/qapi: Human-readable ImageInfoSpecific dump
Max Reitz
3
-0
/
+132
2013-10-11
block: Add bdrv_get_specific_info
Max Reitz
4
-0
/
+14
2013-10-11
qapi: Add ImageInfoSpecific type
Max Reitz
1
-1
/
+17
2013-10-11
qapi: make use of new BlockJobType
Fam Zheng
6
-7
/
+7
2013-10-11
qapi: Introduce enum BlockJobType
Fam Zheng
1
-0
/
+18
2013-10-11
blockjob: rename BlockJobType to BlockJobDriver
Fam Zheng
6
-25
/
+25
2013-10-10
exec: Add both big- and little-endian memory helpers
Richard Henderson
2
-51
/
+304
2013-10-10
tcg: Add qemu_ld_st_i32/64
Richard Henderson
14
-239
/
+368
2013-10-10
Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into staging
Anthony Liguori
18
-77
/
+46
2013-10-10
Merge remote-tracking branch 'amit/char-remove-watch-on-unplug' into staging
Anthony Liguori
2
-51
/
+32
2013-10-10
Merge remote-tracking branch 'otubo/seccomp' into staging
Anthony Liguori
1
-0
/
+1
2013-10-10
Merge remote-tracking branch 'mcayland/qemu-openbios' into staging
Anthony Liguori
5
-1
/
+1
2013-10-10
qemu-ga: Extend 'guest-info' command to expose flag 'success-response'
Mark Wu
4
-1
/
+11
2013-10-10
qemu-ga: Add interface to traverse the qmp command list by QmpCommand
Mark Wu
4
-92
/
+57
2013-10-10
qemu-ga: execute fsfreeze-freeze in reverse order of mounts
Tomoki Sekiyama
1
-2
/
+2
2013-10-10
tcg: Add TCGMemOp
Richard Henderson
1
-0
/
+54
2013-10-10
configure: Remove CONFIG_QEMU_LDST_OPTIMIZATION
Richard Henderson
1
-8
/
+0
2013-10-10
tcg: Add tcg-be-ldst.h
Richard Henderson
8
-158
/
+112
2013-10-10
tcg: Add tcg-be-null.h
Richard Henderson
6
-0
/
+53
2013-10-10
exec: Delete is_tcg_gen_code and GETRA_EXT
Richard Henderson
3
-26
/
+2
2013-10-10
tcg-aarch64: Update to helper_ret_*_mmu routines
Richard Henderson
2
-30
/
+16
2013-10-10
tcg: Merge tcg_register_helper into tcg_context_init
Richard Henderson
2
-16
/
+6
2013-10-10
tcg: Add tcg-runtime.c helpers to all_helpers
Richard Henderson
1
-0
/
+16
2013-10-10
tcg: Put target helper data into an array.
Richard Henderson
2
-5
/
+15
2013-10-10
tcg: Remove stray semi-colons from target-*/helper.h
Richard Henderson
6
-29
/
+29
2013-10-10
tcg: Move helper registration into tcg_context_init
Richard Henderson
15
-48
/
+7
2013-10-10
target-m68k: Rename helpers.h to helper.h
Richard Henderson
4
-5
/
+5
2013-10-10
tcg: Use a GHashTable for tcg_find_helper
Richard Henderson
2
-65
/
+19
2013-10-10
tcg: Delete tcg_helper_get_name declaration
Richard Henderson
1
-1
/
+0
2013-10-10
tcg-hppa: Remove tcg backend
Richard Henderson
4
-1962
/
+0
2013-10-10
Merge remote-tracking branch 'sstabellini/xen-2013-10-10' into staging
Anthony Liguori
3
-14
/
+8
2013-10-10
Merge remote-tracking branch 'bonzini/scsi-next' into staging
Anthony Liguori
3
-14
/
+39
[prev]
[next]