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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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-09-23
spapr_drc: use RTAS return codes for methods called by RTAS
Michael Roth
3
-43
/
+48
2015-09-23
spapr: Initialize hotplug memory address space
Bharata B Rao
3
-0
/
+31
2015-09-23
spapr_drc: don't allow 'empty' DRCs to be unisolated or allocated
Michael Roth
2
-0
/
+22
2015-09-23
spapr_pci: fix device tree props for MSI/MSI-X
Michael Roth
1
-2
/
+10
2015-09-23
spapr: Enable in-kernel H_SET_MODE handling
Alexey Kardashevskiy
3
-0
/
+11
2015-09-23
pseries: Fix incorrect calculation of threads per socket for chip-id
David Gibson
1
-4
/
+2
2015-09-23
pseries: Update SLOF firmware image to qemu-slof-20150813
Alexey Kardashevskiy
3
-1
/
+1
2015-09-23
pseries: define coldplugged devices as "configured"
Laurent Vivier
1
-1
/
+1
2015-09-23
sPAPR: Introduce rtas_ldq()
Gavin Shan
2
-10
/
+15
2015-09-23
spapr_rtas: Prevent QEMU crash during hotplug without a prior device_add
Bharata B Rao
2
-7
/
+14
2015-09-23
ppc/spapr: Use qemu_log_mask() for hcall_dprintf()
Thomas Huth
2
-9
/
+5
2015-09-23
spapr_drc: Fix potential undefined behaviour
David Gibson
1
-1
/
+1
2015-09-23
spapr: add dumpdtb support
Andrew Jones
1
-0
/
+2
2015-09-23
spapr: SPLPAR Characteristics
Sam Bobroff
1
-2
/
+9
2015-09-23
spapr: Make ibm, change-msi respect 3 return values
Sam Bobroff
1
-1
/
+3
2015-09-23
spapr: Add /rtas/ibm,change-msix-capable
Sam Bobroff
1
-0
/
+4
2015-09-23
spapr: Add /ibm,partition-name
Sam Bobroff
1
-0
/
+5
2015-09-23
spapr: Create pseries-2.5 machine
David Gibson
1
-1
/
+18
2015-09-23
spapr: Provide an error message when migration fails due to htab_shift mismatch
Bharata B Rao
1
-0
/
+2
2015-09-22
Merge remote-tracking branch 'remotes/kraxel/tags/pull-ipxe-20150903-1' into ...
Peter Maydell
9
-11
/
+4
2015-09-22
Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2015-09-22' in...
Peter Maydell
5
-8
/
+38
2015-09-22
hmp: Restore "info pci"
Paolo Bonzini
1
-0
/
+14
2015-09-22
monitor: allow device_del to accept QOM paths
Daniel P. Berrange
4
-8
/
+24
2015-09-22
Merge remote-tracking branch 'remotes/spice/tags/pull-spice-20150921-1' into ...
Peter Maydell
1
-1
/
+2
2015-09-21
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2015-09-21' into ...
Peter Maydell
60
-1180
/
+2609
2015-09-21
Merge remote-tracking branch 'remotes/aurel/tags/pull-tcg-mips-20150921' into...
Peter Maydell
1
-75
/
+69
2015-09-21
Merge remote-tracking branch 'remotes/agraf/tags/signed-ppc-for-upstream' int...
Peter Maydell
12
-69
/
+33
2015-09-21
qapi-introspect: Hide type names
Markus Armbruster
3
-33
/
+56
2015-09-21
qapi: New QMP command query-qmp-schema for QMP introspection
Markus Armbruster
27
-11
/
+830
2015-09-21
qapi: Pseudo-type '**' is now unused, drop it
Markus Armbruster
11
-40
/
+11
2015-09-21
qapi-schema: Fix up misleading specification of netdev_add
Markus Armbruster
3
-8
/
+11
2015-09-21
qom: Don't use 'gen': false for qom-get, qom-set, object-add
Markus Armbruster
5
-26
/
+14
2015-09-21
qapi: Introduce a first class 'any' type
Markus Armbruster
25
-10
/
+171
2015-09-21
qapi: Make output visitor return qnull() instead of NULL
Markus Armbruster
2
-3
/
+8
2015-09-21
qapi: Improve built-in type documentation
Markus Armbruster
1
-11
/
+18
2015-09-21
qapi-commands: De-duplicate output marshaling functions
Markus Armbruster
2
-9
/
+12
2015-09-21
qapi: De-duplicate parameter list generation
Markus Armbruster
3
-24
/
+21
2015-09-21
qapi: Rename qmp_marshal_input_FOO() to qmp_marshal_FOO()
Markus Armbruster
6
-133
/
+133
2015-09-21
qapi-commands: Rearrange code
Markus Armbruster
1
-48
/
+39
2015-09-21
qapi-visit: Rearrange code a bit
Markus Armbruster
1
-29
/
+19
2015-09-21
qapi: Clean up after recent conversions to QAPISchemaVisitor
Markus Armbruster
6
-325
/
+272
2015-09-21
qapi: Replace dirty is_c_ptr() by method c_null()
Markus Armbruster
2
-14
/
+5
2015-09-21
qapi-event: Convert to QAPISchemaVisitor, fixing data with base
Markus Armbruster
2
-46
/
+48
2015-09-21
qapi-event: Eliminate global variable event_enum_value
Markus Armbruster
1
-2
/
+1
2015-09-21
qapi: De-duplicate enum code generation
Markus Armbruster
4
-122
/
+64
2015-09-21
qapi-commands: Convert to QAPISchemaVisitor
Markus Armbruster
2
-70
/
+91
2015-09-21
qapi-visit: Convert to QAPISchemaVisitor, fixing bugs
Markus Armbruster
4
-165
/
+118
2015-09-21
qapi-types: Convert to QAPISchemaVisitor, fixing flat unions
Markus Armbruster
4
-177
/
+154
2015-09-21
spice: surface switch fast path requires same format too.
Gerd Hoffmann
1
-1
/
+2
2015-09-21
tests/qapi-schema: Convert test harness to QAPISchemaVisitor
Markus Armbruster
16
-118
/
+249
[prev]
[next]