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
2015-06-23
raw-posix: Introduce hdev_is_sg()
Dimitris Aragiorgis
1
-11
/
+28
2015-06-23
raw-posix: Use DPRINTF for DEBUG_FLOPPY
Dimitris Aragiorgis
1
-17
/
+5
2015-06-23
raw-posix: DPRINTF instead of DEBUG_BLOCK_PRINT
Dimitris Aragiorgis
1
-8
/
+18
2015-06-23
Fix migration in case of scsi-generic
Dimitris Aragiorgis
2
-5
/
+2
2015-06-23
block: Use bdrv_is_sg() everywhere
Dimitris Aragiorgis
3
-6
/
+6
2015-06-23
nvme: Fix memleak in nvme_dma_read_prp
Lu Lina
1
-0
/
+1
2015-06-23
vvfat: add a label option
Wolfgang Bumiller
2
-4
/
+27
2015-06-23
util/hbitmap: Add an API to reset all set bits in hbitmap
Wen Congyang
4
-1
/
+60
2015-06-23
virtio-blk: Use blk_drain() to drain IO requests
Alexander Yarygin
1
-5
/
+10
2015-06-23
block-backend: Introduce blk_drain()
Alexander Yarygin
2
-0
/
+6
2015-06-23
throttle: Check current timers before updating any_timer_armed[]
Alberto Garcia
1
-2
/
+7
2015-06-23
block: Let bdrv_drain_all() to call aio_poll() for each AioContext
Alexander Yarygin
1
-16
/
+26
2015-06-23
Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2015-06-22' in...
Peter Maydell
176
-1102
/
+953
2015-06-22
Include monitor/monitor.h exactly where needed
Markus Armbruster
30
-29
/
+5
2015-06-22
Include qapi/qmp/qerror.h exactly where needed
Markus Armbruster
46
-21
/
+25
2015-06-22
qerror: Move #include out of qerror.h
Markus Armbruster
60
-3
/
+62
2015-06-22
qerror: Finally unused, clean up
Markus Armbruster
11
-199
/
+4
2015-06-22
qmp: Wean off qerror_report()
Markus Armbruster
11
-126
/
+50
2015-06-22
tpm: Avoid qerror_report() outside QMP command handlers
Markus Armbruster
1
-5
/
+4
2015-06-22
qerror: Clean up QERR_ macros to expand into a single string
Markus Armbruster
54
-363
/
+367
2015-06-22
qerror: Eliminate QERR_DEVICE_NOT_FOUND
Markus Armbruster
10
-29
/
+52
2015-06-22
vl: Use error_report() for --display errors
Markus Armbruster
1
-8
/
+8
2015-06-22
vl: Avoid qerror_report() outside QMP command handlers
Markus Armbruster
1
-14
/
+9
2015-06-22
QemuOpts: Wean off qerror_report_err()
Markus Armbruster
18
-62
/
+109
2015-06-22
qdev-monitor: Propagate errors through qdev_device_add()
Markus Armbruster
3
-24
/
+21
2015-06-22
qdev-monitor: Propagate errors through set_property()
Markus Armbruster
1
-3
/
+3
2015-06-22
qdev-monitor: Convert qbus_find() to Error
Markus Armbruster
2
-15
/
+20
2015-06-22
qdev-monitor: Fix check for full bus
Markus Armbruster
1
-14
/
+17
2015-06-22
qdev-monitor: Stop error avalanche in qbus_find_recursive()
Markus Armbruster
1
-24
/
+40
2015-06-22
disas: Remove uses of CPU env
Peter Crosthwaite
21
-29
/
+29
2015-06-22
monitor: Split mon_get_cpu fn to remove ENV_GET_CPU
Peter Crosthwaite
1
-36
/
+29
2015-06-22
monitor: Fix failure path for "S" argument
Bandan Das
1
-1
/
+1
2015-06-22
monitor: Point to "help" command on syntax error
Bandan Das
1
-0
/
+2
2015-06-22
monitor: cleanup parsing of cmd name and cmd arguments
Bandan Das
1
-40
/
+56
2015-06-22
monitor: remove debug prints
Bandan Das
1
-19
/
+1
2015-06-22
qobject: Use 'bool' inside qdict
Eric Blake
6
-28
/
+28
2015-06-22
qobject: Use 'bool' for qbool
Eric Blake
16
-38
/
+39
2015-06-22
m68k: fix usp processing on interrupt entry and exception exit
Greg Ungerer
1
-4
/
+3
2015-06-22
m68k: implement move to/from usp register instruction
Greg Ungerer
1
-4
/
+4
2015-06-22
m68k: implement more ColdFire 5208 interrupt controller functionality
Greg Ungerer
1
-0
/
+14
2015-06-22
Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' in...
Peter Maydell
28
-125
/
+837
2015-06-22
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
16
-23
/
+485
2015-06-21
target-microblaze: Remove dead code
Alistair Francis
1
-4
/
+0
2015-06-21
s3adsp1800: Remove the hardcoded values from the reset
Alistair Francis
1
-8
/
+1
2015-06-21
ml605_mmu: Move the hardcoded values to the init function
Alistair Francis
1
-12
/
+6
2015-06-21
target-microblaze: Convert pvr-full to a CPU property
Alistair Francis
4
-6
/
+10
2015-06-21
target-microblaze: Convert version_mask to a CPU property
Alistair Francis
3
-2
/
+55
2015-06-21
target-microblaze: Convert endi to a CPU property
Alistair Francis
4
-3
/
+6
2015-06-21
target-microblaze: Convert dcache-writeback to a CPU property
Alistair Francis
3
-1
/
+8
2015-06-21
target-microblaze: Convert use-mmu to a CPU property
Alistair Francis
4
-4
/
+6
[next]