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-06
configure: Include #define name in check_define compiler error
Peter Maydell
1
-1
/
+1
2011-12-06
console: Fix qemu_default_pixelformat() for 24 bpp
Markus Armbruster
1
-0
/
+1
2011-12-06
console: Fix console_putchar() for CSI J
Markus Armbruster
1
-0
/
+1
2011-12-06
console: Clean up confusing indentation in console_putchar()
Markus Armbruster
1
-9
/
+9
2011-12-05
hw/arm_gic.c: Ignore attempts to complete nonexistent IRQs
Peter Maydell
1
-9
/
+18
2011-12-05
configure: Drop armv4l/armv4b distinction in $cpu
Peter Maydell
1
-14
/
+12
2011-12-05
pseries: Fix array overrun bug in PCI code
David Gibson
1
-1
/
+1
2011-12-05
target-arm/helper.c: Don't allocate TCG resources unless TCG enabled
Peter Maydell
1
-1
/
+1
2011-12-05
target-arm/translate.c: Fix slightly misleading comment in Thumb decoder
Peter Maydell
1
-3
/
+5
2011-12-05
Fix hw_error messages from arm_timer.c
Peter Chubb
1
-4
/
+4
2011-12-05
Merge remote-tracking branch 'kwolf/for-anthony' into staging
Anthony Liguori
40
-343
/
+1329
2011-12-05
Merge remote-tracking branch 'aneesh/1.0-fixes' into staging
Anthony Liguori
14
-72
/
+130
2011-12-05
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
Anthony Liguori
51
-72
/
+71
2011-12-05
Merge remote-tracking branch 'qemu-kvm/memory/batch' into staging
Anthony Liguori
168
-2730
/
+2396
2011-12-05
Update version for 1.1 development branch
Anthony Liguori
1
-1
/
+1
2011-12-05
block: convert qemu_aio_flush() calls to bdrv_drain_all()
Stefan Hajnoczi
12
-13
/
+34
2011-12-05
block: wait_for_overlapping_requests() deadlock detection
Stefan Hajnoczi
1
-0
/
+8
2011-12-05
block: implement bdrv_co_is_allocated() boundary cases
Stefan Hajnoczi
1
-8
/
+18
2011-12-05
dma-helpers: Add trace events
Kevin Wolf
2
-0
/
+17
2011-12-05
cow: use bdrv_co_is_allocated()
Stefan Hajnoczi
1
-3
/
+3
2011-12-05
block: add -drive copy-on-read=on|off
Stefan Hajnoczi
4
-3
/
+21
2011-12-05
block: core copy-on-read logic
Stefan Hajnoczi
2
-0
/
+73
2011-12-05
block: request overlap detection
Stefan Hajnoczi
1
-2
/
+43
2011-12-05
block: wait for overlapping requests
Stefan Hajnoczi
1
-0
/
+35
2011-12-05
block: add interface to toggle copy-on-read
Stefan Hajnoczi
3
-0
/
+28
2011-12-05
block: add request tracking
Stefan Hajnoczi
2
-1
/
+51
2011-12-05
coroutine: add qemu_co_queue_restart_all()
Stefan Hajnoczi
3
-8
/
+14
2011-12-05
qemu-common: add QEMU_ALIGN_DOWN() and QEMU_ALIGN_UP() macros
Stefan Hajnoczi
1
-0
/
+6
2011-12-05
block: add bdrv_co_is_allocated() interface
Stefan Hajnoczi
2
-13
/
+26
2011-12-05
block: drop .bdrv_is_allocated() interface
Stefan Hajnoczi
2
-22
/
+18
2011-12-05
cow: convert to .bdrv_co_is_allocated()
Stefan Hajnoczi
1
-4
/
+4
2011-12-05
vdi: convert to .bdrv_co_is_allocated()
Stefan Hajnoczi
1
-3
/
+3
2011-12-05
vvfat: convert to .bdrv_co_is_allocated()
Stefan Hajnoczi
1
-2
/
+2
2011-12-05
block: convert qcow2, qcow2, and vmdk to .bdrv_co_is_allocated()
Stefan Hajnoczi
3
-11
/
+18
2011-12-05
qed: convert to .bdrv_co_is_allocated()
Stefan Hajnoczi
1
-4
/
+11
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
[next]