aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-03-12checkpatch: Exempt long URLsEric Blake
2018-03-12hw: Do not include "sysemu/block-backend.h" if it is not necessaryThomas Huth
2018-03-12build-sys: make help could have 'modules' targetMarc-André Lureau
2018-03-12qemu-doc: Add the paragraph about the -no-frame deprecation againThomas Huth
2018-03-12qemu-doc: update deprecation section to use -nic and -netdev hubportPaolo Bonzini
2018-03-12scsi-disk.c: consider bl->max_transfer in INQUIRY emulationDaniel Henrique Barboza
2018-03-12q35: change default NIC to e1000ePaolo Bonzini
2018-03-12net: allow using any PCI NICs in -net or -nicPaolo Bonzini
2018-03-12qom: introduce object_class_get_list_sortedPaolo Bonzini
2018-03-12Merge remote-tracking branch 'remotes/kraxel/tags/ui-20180312-pull-request' i...Peter Maydell
2018-03-12Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20180309a'...Peter Maydell
2018-03-12Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180309'...Peter Maydell
2018-03-12trace: only permit standard C types and fixed size integer typesDaniel P. Berrangé
2018-03-12trace: remove use of QEMU specific types from trace probesDaniel P. Berrangé
2018-03-12trace: include filename when printing parser error messagesDaniel P. Berrangé
2018-03-12simpletrace: fix timestamp argument typeStefan Hajnoczi
2018-03-12log-for-trace.h: Split out parts of log.h used by trace.hPeter Maydell
2018-03-12block: make BDRV_POLL_WHILE() re-entrancy safeStefan Hajnoczi
2018-03-12vga: fix region calculationGerd Hoffmann
2018-03-12usbredir: reorder fields in USBRedirDevice to reduce paddingzhenwei.pi
2018-03-12audio/sdl: build as moduleGerd Hoffmann
2018-03-12audio/pulseaudio: build as moduleGerd Hoffmann
2018-03-12audio/oss: build as moduleGerd Hoffmann
2018-03-12audio/alsa: build as moduleGerd Hoffmann
2018-03-12build: enable audio modulesGerd Hoffmann
2018-03-12audio: add module loading supportGerd Hoffmann
2018-03-12audio: add driver registryGerd Hoffmann
2018-03-12Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2018-03-12modules: use gmodule-exportGerd Hoffmann
2018-03-12qapi: Add device ID and head parameters to screendumpThomas Huth
2018-03-12spice: add cursor_dmabuf supportGerd Hoffmann
2018-03-12spice: add scanout_dmabuf supportGerd Hoffmann
2018-03-12spice: drop dprint() debug loggingGerd Hoffmann
2018-03-12vnc: deal with surface NULL pointersGerd Hoffmann
2018-03-12ui/gtk-egl: add cursor_dmabuf supportGerd Hoffmann
2018-03-12ui/gtk-egl: add scanout_dmabuf supportGerd Hoffmann
2018-03-12ui/gtk: use GtkGlArea on wayland onlyGerd Hoffmann
2018-03-12ui/opengl: Makefile cleanupGerd Hoffmann
2018-03-12ui/gtk: group gtk.mo declarations in MakefileGerd Hoffmann
2018-03-12ui/gtk: make GtkGlArea usage a runtime optionGerd Hoffmann
2018-03-12sdl: workaround bug in sdl 2.0.8 headersGerd Hoffmann
2018-03-12make: switch language file build to be gtk module awareBruce Rogers
2018-03-12build: try improve handling of clang warningsGerd Hoffmann
2018-03-09linux-user: init_guest_commpage: Add a comment about size checkLuke Shumaker
2018-03-09linux-user: init_guest_space: Clarify page alignment logicLuke Shumaker
2018-03-09linux-user: init_guest_space: Correctly handle guest_start in commpage initia...Luke Shumaker
2018-03-09linux-user: init_guest_space: Clean up if we can't initialize the commpageLuke Shumaker
2018-03-09linux-user: Rename validate_guest_space => init_guest_commpageLuke Shumaker
2018-03-09linux-user: Use #if to only call validate_guest_space for 32-bit ARM targetLuke Shumaker
2018-03-09Merge remote-tracking branch 'remotes/vivier/tags/m68k-for-2.12-pull-request'...Peter Maydell