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
2011-12-05
block: add .bdrv_co_is_allocated()
Stefan Hajnoczi
2
-0
/
+39
2011-12-05
block: use public bdrv_is_allocated() interface
Stefan Hajnoczi
1
-1
/
+1
2011-12-05
qcow2: Fix error path in qcow2_snapshot_load_tmp
Kevin Wolf
1
-12
/
+22
2011-12-05
qcow2: Fix order in qcow2_snapshot_delete
Kevin Wolf
1
-15
/
+33
2011-12-05
qcow2: Fix order of refcount updates in qcow2_snapshot_goto
Kevin Wolf
2
-18
/
+50
2011-12-05
qcow2: Return real error in qcow2_snapshot_goto
Kevin Wolf
1
-11
/
+40
2011-12-05
qcow2: Rework qcow2_snapshot_create error handling
Kevin Wolf
1
-14
/
+41
2011-12-05
qcow2: Cleanups and memleak fix in qcow2_snapshot_create
Kevin Wolf
1
-15
/
+11
2011-12-05
qcow2: Update snapshot table information at once
Kevin Wolf
1
-12
/
+10
2011-12-05
qcow2: Return real error code in qcow2_write_snapshots
Kevin Wolf
1
-10
/
+38
2011-12-05
qcow2: Return real error code in qcow2_read_snapshots
Kevin Wolf
2
-7
/
+23
2011-12-05
block: Add coroutine_fn marker to coroutine functions
Dong Xu Wang
3
-8
/
+8
2011-12-05
hmp/qmp: add block_set_io_throttle
Zhi Yong Wu
9
-2
/
+175
2011-12-05
block: add I/O throttling algorithm
Zhi Yong Wu
3
-0
/
+236
2011-12-05
CoQueue: introduce qemu_co_queue_wait_insert_head
Zhi Yong Wu
2
-0
/
+14
2011-12-05
block: add the blockio limits command line support
Zhi Yong Wu
6
-0
/
+141
2011-12-05
block: Use bdrv functions to replace file operation in cow.c
Li Zhi Hui
1
-18
/
+16
2011-12-05
xen_disk: remove dead code
Paolo Bonzini
1
-84
/
+2
2011-12-05
qed: adjust the way to get nb_sectors
Zhi Yong Wu
1
-3
/
+3
2011-12-05
qcow2: avoid reentrant bdrv_read() in copy_sectors()
Stefan Hajnoczi
1
-8
/
+19
2011-12-05
qcow2: Unlock during COW
Kevin Wolf
1
-69
/
+35
2011-12-01
Update version for 1.0 release
v1.0
Anthony Liguori
1
-1
/
+1
2011-11-30
Makefile: use full path for qapi-generated directory
Michael Roth
1
-1
/
+1
2011-11-30
qapi: fix guardname generation
Michael Roth
1
-3
/
+4
2011-11-28
Update version for 1.0-rc4
v1.0-rc4
Anthony Liguori
1
-1
/
+1
2011-11-28
ccid: Fix buffer overrun in handling of VSC_ATR message
Markus Armbruster
1
-0
/
+1
2011-11-28
Revert "fix out of tree build"
Anthony Liguori
1
-1
/
+1
2011-11-28
configure: avoid screening of --{en, dis}able-usb-redir options
Max Filippov
1
-2
/
+8
2011-11-28
cutils: Make strtosz & friends leave follow set to callers
Markus Armbruster
1
-44
/
+26
2011-11-28
qemu-img: Tighten parsing of size arguments
Markus Armbruster
1
-4
/
+6
2011-11-28
x86/cpuid: Tighten parsing of tsc_freq=FREQ
Markus Armbruster
1
-1
/
+1
2011-11-28
vl: Tighten parsing of -m argument
Markus Armbruster
1
-2
/
+3
2011-11-28
vl: Tighten parsing of -numa's parameter mem
Markus Armbruster
1
-2
/
+2
2011-11-28
cutils: Drop broken support for zero strtosz default_suffix
Markus Armbruster
1
-13
/
+4
2011-11-28
configure: tighten pie toolchain support test for tls variables
Avi Kivity
1
-1
/
+11
2011-11-28
usb-redir: Don't try to write to the chardev after a close event
Hans de Goede
1
-0
/
+4
2011-11-28
usb-redir: Device disconnect + re-connect robustness fixes
Hans de Goede
1
-1
/
+21
2011-11-28
usb-redir: Call qemu_chr_fe_open/close
Hans de Goede
1
-0
/
+3
2011-11-28
spice-qemu-char: Generate chardev open/close events
Hans de Goede
1
-1
/
+35
2011-11-28
qemu-char: rename qemu_chr_event to qemu_chr_be_event and make it public
Hans de Goede
2
-13
/
+23
2011-11-28
9pfs: improve portability to older systems
Aneesh Kumar K.V
1
-1
/
+6
2011-11-28
tci: Make flush_icache_range() inline
Stefan Weil
2
-4
/
+4
2011-11-28
eepro100: Fix alignment requirement for statistical counters
Stefan Weil
1
-1
/
+9
2011-11-28
virtio: add and use virtio_set_features
Paolo Bonzini
5
-20
/
+23
2011-11-28
9pfs: improve portability to older systems
Paolo Bonzini
3
-7
/
+8
2011-11-28
Merge remote-tracking branch 'kwolf/block-stable' into staging
Anthony Liguori
12
-13
/
+99
2011-11-28
Merge remote-tracking branch 'kraxel/usb.32' into staging
Anthony Liguori
5
-39
/
+98
2011-11-28
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
Anthony Liguori
3
-19
/
+6
2011-11-28
Revert "i386: derive '-cpu host' from KVM_GET_SUPPORTED_CPUID"
Anthony Liguori
1
-4
/
+23
2011-11-26
tci: Add entry to MAINTAINERS
Stefan Weil
1
-0
/
+5
[next]