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
2018-03-05
Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...
Peter Maydell
21
-391
/
+190
2018-03-05
Merge remote-tracking branch 'remotes/vivier/tags/m68k-for-2.12-pull-request'...
Peter Maydell
11
-106
/
+548
2018-03-05
Merge remote-tracking branch 'remotes/ericb/tags/pull-qapi-2018-03-01-v4' int...
Peter Maydell
189
-1355
/
+1569
2018-03-05
tap: setting error appropriately when calling net_init_tap_one()
Jay Zhou
2
-5
/
+20
2018-03-05
hw/net: Remove unnecessary header includes
Thomas Huth
7
-11
/
+0
2018-03-05
net: Add a new convenience option "--nic" to configure default/on-board NICs
Thomas Huth
4
-6
/
+120
2018-03-05
net: Remove the deprecated 'host_net_add' and 'host_net_remove' HMP commands
Thomas Huth
6
-200
/
+0
2018-03-05
net: Remove the deprecated way of dumping network packets
Thomas Huth
5
-145
/
+9
2018-03-05
net: Make net_client_init() static
Thomas Huth
2
-3
/
+1
2018-03-05
net: Only show vhost-user in the help text if CONFIG_POSIX is defined
Thomas Huth
1
-0
/
+2
2018-03-05
net: List available netdevs with "-netdev help"
Thomas Huth
1
-1
/
+36
2018-03-05
net: Move error reporting from net_init_client/netdev to the calling site
Thomas Huth
3
-26
/
+8
2018-03-04
target/m68k: add fscale, fgetman and fgetexp
Laurent Vivier
5
-0
/
+174
2018-03-04
softfloat: use floatx80_infinity in softfloat
Laurent Vivier
3
-16
/
+50
2018-03-04
target/m68k: add fmod/frem
Laurent Vivier
7
-2
/
+176
2018-03-04
softfloat: export some functions
Laurent Vivier
4
-88
/
+137
2018-03-04
target/m68k: TCGv returned by gen_load() must be freed
Laurent Vivier
1
-0
/
+11
2018-03-02
qapi: Don't create useless directory qapi-generated
Markus Armbruster
3
-3
/
+0
2018-03-02
Fix up dangling references to qmp-commands.* in comment and doc
Markus Armbruster
2
-9
/
+8
2018-03-02
qapi: Move qapi-schema.json to qapi/, rename generated files
Markus Armbruster
35
-134
/
+119
2018-03-02
docs: Correct outdated information on QAPI
Markus Armbruster
2
-17
/
+11
2018-03-02
docs/devel/writing-qmp-commands: Update for modular QAPI
Markus Armbruster
1
-7
/
+7
2018-03-02
qapi: Empty out qapi-schema.json
Markus Armbruster
50
-3248
/
+3285
2018-03-02
Include less of the generated modular QAPI headers
Markus Armbruster
115
-109
/
+135
2018-03-02
qapi: Generate separate .h, .c for each module
Markus Armbruster
6
-22
/
+310
2018-03-02
watchdog: Consolidate QAPI into single file
Eric Blake
2
-9
/
+9
2018-03-02
qapi/common: Fix guardname() for funny filenames
Markus Armbruster
1
-1
/
+1
2018-03-02
qapi/types qapi/visit: Generate built-in stuff into separate files
Markus Armbruster
6
-87
/
+115
2018-03-02
qapi: Make code-generating visitors use QAPIGen more
Markus Armbruster
7
-243
/
+189
2018-03-02
qapi: Rename generated qmp-marshal.c to qmp-commands.c
Markus Armbruster
9
-19
/
+17
2018-03-02
qapi: Record 'include' directives in intermediate representation
Markus Armbruster
12
-4
/
+71
2018-03-02
qapi: Generate in source order
Markus Armbruster
12
-189
/
+191
2018-03-02
qapi: Record 'include' directives in parse tree
Markus Armbruster
1
-4
/
+16
2018-03-02
qapi: Concentrate QAPISchemaParser.exprs updates in .__init__()
Markus Armbruster
1
-6
/
+9
2018-03-02
qapi: Lift error reporting from QAPISchema.__init__() to callers
Markus Armbruster
3
-18
/
+23
2018-03-02
qapi/common: Eliminate QAPISchema.exprs
Markus Armbruster
1
-4
/
+4
2018-03-02
qapi: Improve include file name reporting in error messages
Markus Armbruster
2
-7
/
+7
2018-03-02
qapi: Touch generated files only when they change
Markus Armbruster
1
-2
/
+9
2018-03-02
qapi-gen: Convert from getopt to argparse
Markus Armbruster
2
-64
/
+33
2018-03-02
qapi-gen: New common driver for code and doc generators
Markus Armbruster
16
-278
/
+192
2018-03-02
qapi: Turn generators into modules
Markus Armbruster
5
-115
/
+143
2018-03-02
qapi: Reduce use of global variables in generators some
Markus Armbruster
5
-31
/
+34
2018-03-02
qapi: New classes QAPIGenC, QAPIGenH, QAPIGenDoc
Markus Armbruster
6
-94
/
+113
2018-03-02
qapi: Rename variable holding the QAPISchemaGenFOOVisitor
Markus Armbruster
5
-20
/
+20
2018-03-02
qapi: Generate up-to-date copyright notice
Markus Armbruster
6
-104
/
+80
2018-03-02
qapi: Streamline boilerplate comment generation
Markus Armbruster
8
-126
/
+36
2018-03-02
Include qapi/qmp/qerror.h exactly where needed
Markus Armbruster
6
-3
/
+4
2018-03-02
net: fix misaligned member access
Marc-André Lureau
2
-2
/
+4
2018-03-02
Merge remote-tracking branch 'remotes/bkoppelmann/tags/pull-tricore-2018-03-0...
Peter Maydell
5
-18
/
+53
2018-03-02
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180302'...
Peter Maydell
45
-191
/
+4659
[next]