aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-03-05Merge remote-tracking branch 'remotes/kraxel/tags/ui-20180305-pull-request' i...Peter Maydell
2018-03-05Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell
2018-03-05Merge remote-tracking branch 'remotes/vivier/tags/m68k-for-2.12-pull-request'...Peter Maydell
2018-03-05Merge remote-tracking branch 'remotes/ericb/tags/pull-qapi-2018-03-01-v4' int...Peter Maydell
2018-03-05ui/sdl: build as moduleGerd Hoffmann
2018-03-05audio: rename CONFIG_* to CONFIG_AUDIO_*Gerd Hoffmann
2018-03-05ui/curses: build as moduleGerd Hoffmann
2018-03-05ui/gtk: build as moduleGerd Hoffmann
2018-03-05configure: opengl doesn't depend on x11Gerd Hoffmann
2018-03-05configure: add X11 vars to config-host.makGerd Hoffmann
2018-03-05console: add ui module loading supportGerd Hoffmann
2018-03-05console: add and use qemu_display_find_defaultGerd Hoffmann
2018-03-05egl-headless: switch over to new display registryGerd Hoffmann
2018-03-05curses: switch over to new display registryGerd Hoffmann
2018-03-05cocoa: switch over to new display registryGerd Hoffmann
2018-03-05sdl: switch over to new display registryGerd Hoffmann
2018-03-05console: add qemu display registry, add gtkGerd Hoffmann
2018-03-05tap: setting error appropriately when calling net_init_tap_one()Jay Zhou
2018-03-05hw/net: Remove unnecessary header includesThomas Huth
2018-03-05net: Add a new convenience option "--nic" to configure default/on-board NICsThomas Huth
2018-03-05net: Remove the deprecated 'host_net_add' and 'host_net_remove' HMP commandsThomas Huth
2018-03-05net: Remove the deprecated way of dumping network packetsThomas Huth
2018-03-05net: Make net_client_init() staticThomas Huth
2018-03-05net: Only show vhost-user in the help text if CONFIG_POSIX is definedThomas Huth
2018-03-05net: List available netdevs with "-netdev help"Thomas Huth
2018-03-05net: Move error reporting from net_init_client/netdev to the calling siteThomas Huth
2018-03-04target/m68k: add fscale, fgetman and fgetexpLaurent Vivier
2018-03-04softfloat: use floatx80_infinity in softfloatLaurent Vivier
2018-03-04target/m68k: add fmod/fremLaurent Vivier
2018-03-04softfloat: export some functionsLaurent Vivier
2018-03-04target/m68k: TCGv returned by gen_load() must be freedLaurent Vivier
2018-03-02qapi: Don't create useless directory qapi-generatedMarkus Armbruster
2018-03-02Fix up dangling references to qmp-commands.* in comment and docMarkus Armbruster
2018-03-02qapi: Move qapi-schema.json to qapi/, rename generated filesMarkus Armbruster
2018-03-02docs: Correct outdated information on QAPIMarkus Armbruster
2018-03-02docs/devel/writing-qmp-commands: Update for modular QAPIMarkus Armbruster
2018-03-02qapi: Empty out qapi-schema.jsonMarkus Armbruster
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster
2018-03-02qapi: Generate separate .h, .c for each moduleMarkus Armbruster
2018-03-02watchdog: Consolidate QAPI into single fileEric Blake
2018-03-02qapi/common: Fix guardname() for funny filenamesMarkus Armbruster
2018-03-02qapi/types qapi/visit: Generate built-in stuff into separate filesMarkus Armbruster
2018-03-02qapi: Make code-generating visitors use QAPIGen moreMarkus Armbruster
2018-03-02qapi: Rename generated qmp-marshal.c to qmp-commands.cMarkus Armbruster
2018-03-02qapi: Record 'include' directives in intermediate representationMarkus Armbruster
2018-03-02qapi: Generate in source orderMarkus Armbruster
2018-03-02qapi: Record 'include' directives in parse treeMarkus Armbruster
2018-03-02qapi: Concentrate QAPISchemaParser.exprs updates in .__init__()Markus Armbruster
2018-03-02qapi: Lift error reporting from QAPISchema.__init__() to callersMarkus Armbruster
2018-03-02qapi/common: Eliminate QAPISchema.exprsMarkus Armbruster