aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-05-05qapi: Segregate anonymous unions into alternates in generatorEric Blake
2015-05-05qapi: Prepare for catching more semantic parse errorsEric Blake
2015-05-05qapi: Tighten checking of unionsEric Blake
2015-05-05qapi: Forbid base without discriminator in unionsEric Blake
2015-05-05qapi: Clean up test coverage of simple unionsEric Blake
2015-05-05qapi: Add some union testsEric Blake
2015-05-05qapi: Better error messages for bad enumsEric Blake
2015-05-05qapi: Add some enum testsEric Blake
2015-05-05qapi: Require ASCII in schemaEric Blake
2015-05-05qapi: Fix generation of 'size' builtin typeEric Blake
2015-05-05qapi: Simplify builtin type handlingEric Blake
2015-05-05qapi: Document type-safety considerationsEric Blake
2015-05-05qapi: Add copyright declaration on docsEric Blake
2015-05-05tcg: optimise memory layout of TCGTempEmilio G. Cota
2015-05-05Merge remote-tracking branch 'remotes/kraxel/tags/pull-sdl-20150505-1' into s...Peter Maydell
2015-05-05Merge remote-tracking branch 'remotes/armbru/tags/pull-cov-model-2015-05-05' ...Peter Maydell
2015-05-05sdl2: Fix RGB555Max Reitz
2015-05-05sdl2: add support for display rendering using opengl.Gerd Hoffmann
2015-05-05sdl2: move SDL_* includes to sdl2.hGerd Hoffmann
2015-05-05console-gl: add opengl rendering helper functionsGerd Hoffmann
2015-05-05opengl: add shader helper functions.Gerd Hoffmann
2015-05-05coverity: fix address_space_rw modelPaolo Bonzini
2015-05-05opengl: add shader build infrastructureGerd Hoffmann
2015-04-30Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2015-04-30exec: move rcu_read_lock/unlock to address_space_translate callersPaolo Bonzini
2015-04-30kvm: add support for memory transaction attributesPaolo Bonzini
2015-04-30mtree: also print disabled regionsGerd Hoffmann
2015-04-30mtree: tag & indent a bit betterGerd Hoffmann
2015-04-30apic_common: improve readability of apic_reset_commonDenis V. Lunev
2015-04-30kvm: Silence warning from valgrindThomas Huth
2015-04-30Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2015-04-3...Peter Maydell
2015-04-30Enable NVMe start controller for Windows guest.Daniel Stekloff
2015-04-30Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20150430' into stagingPeter Maydell
2015-04-30MAINTAINERS: Add qemu-block list where missingKevin Wolf
2015-04-30MAINTAINERS: make block layer core Kevin Wolf's responsibilityStefan Hajnoczi
2015-04-30MAINTAINERS: make image fuzzer Stefan Hajnoczi's responsibilityStefan Hajnoczi
2015-04-30MAINTAINERS: make block I/O path Stefan Hajnoczi's responsibilityStefan Hajnoczi
2015-04-30MAINTAINERS: split out image formatsStefan Hajnoczi
2015-04-30MAINTAINERS: make virtio-blk Stefan Hajnoczi's responsibilityStefan Hajnoczi
2015-04-30openrisc: cpu: Remove unused cpu_get_pcPeter Crosthwaite
2015-04-30microblaze: fix memory leakGonglei
2015-04-30tcg: Delete unused cpu_pc_from_tb()Peter Crosthwaite
2015-04-30kvm: Silence warning from valgrindThomas Huth
2015-04-30vhost-user: remove superfluous '\n' around error_report()Gonglei
2015-04-30target-mips: fix memory leakGonglei
2015-04-30qmp-commands: Fix typoJohn Snow
2015-04-30linux-user/elfload: use QTAILQ_FOREACH instead of open-coding itEmilio G. Cota
2015-04-30coroutine: remove unnecessary parentheses in qemu_co_queue_emptyEmilio G. Cota
2015-04-30qemu-char: remove unused list node from FDCharDriverEmilio G. Cota
2015-04-30input: remove unused mouse_handlers listEmilio G. Cota