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-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
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
2015-06-21
target-microblaze: Rename the usefpu variable
Alistair Francis
3
-8
/
+8
2015-06-21
target-microblaze: Disable stack protection by default
Alistair Francis
1
-1
/
+1
2015-06-21
target-microblaze: Convert use-fpu to a CPU property
Alistair Francis
4
-12
/
+19
2015-06-21
target-microblaze: Tidy up the base-vectors property
Alistair Francis
3
-7
/
+8
2015-06-21
target-microblaze: Allow the stack protection to be disabled
Alistair Francis
4
-2
/
+13
2015-06-21
target-microblaze: Preserve the pvr registers during reset
Alistair Francis
2
-22
/
+28
2015-06-21
target-microblaze: Fix up indentation
Alistair Francis
1
-5
/
+5
2015-06-21
microblaze: s3adsp: Instantiate CPU using QOM
Peter Crosthwaite
1
-6
/
+2
2015-06-19
qdev: Un-deprecate qdev_init_nofail()
Markus Armbruster
1
-2
/
+2
2015-06-19
qdev: Deprecated qdev_init() is finally unused, drop
Markus Armbruster
2
-33
/
+17
2015-06-19
qom: Don't pass string table to object_get_enum() function
Daniel P. Berrange
5
-19
/
+71
2015-06-19
qom: Add an object_property_add_enum() helper function
Daniel P. Berrange
3
-0
/
+150
2015-06-19
qom: Make enum string tables const-correct
Daniel P. Berrange
10
-15
/
+16
2015-06-19
qom: Add object_new_with_props() / object_new_withpropv() helpers
Daniel P. Berrange
6
-1
/
+434
2015-06-19
qom: Add helper function for getting user objects root
Daniel P. Berrange
5
-7
/
+22
2015-06-19
vl: Create (most) objects before creating chardev backends
Daniel P. Berrange
1
-1
/
+39
[next]