aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-01-31char: move file chardev in its own fileMarc-André Lureau
2017-01-31char: move udp chardev in its own fileMarc-André Lureau
2017-01-31char: move socket chardev to its own fileMarc-André Lureau
2017-01-31char: move win-stdio into its own fileMarc-André Lureau
2017-01-31char: move win chardev base class in its own fileMarc-André Lureau
2017-01-31char: move fd chardev in its own fileMarc-André Lureau
2017-01-31char: move QIOChannel-related stuff to char-io.hMarc-André Lureau
2017-01-31char: remove unused READ_RETRIESMarc-André Lureau
2017-01-31char: rename and move to header CHR_READ_BUF_LENMarc-André Lureau
2017-01-31char: move ringbuf/memory to its own fileMarc-André Lureau
2017-01-31char: move mux to its own fileMarc-André Lureau
2017-01-31char: move null chardev to its own fileMarc-André Lureau
2017-01-31char: make null_chr_write() the default methodMarc-André Lureau
2017-01-31char: create chardev-obj-yMarc-André Lureau
2017-01-31Merge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20170131-2' into st...Peter Maydell
2017-01-31trace: clean up trace-events filesStefan Hajnoczi
2017-01-31qapi: add missing trace_visit_type_enum() callStefan Hajnoczi
2017-01-31trace: improve error reporting when parsing simpletrace headerDaniel P. Berrange
2017-01-31trace: update docs to reflect new code generation approachDaniel P. Berrange
2017-01-31trace: switch to modular code generation for sub-directoriesDaniel P. Berrange
2017-01-31trace: move setting of group name into MakefilesDaniel P. Berrange
2017-01-31trace: move hw/i386/xen events to correct subdirDaniel P. Berrange
2017-01-31trace: move hw/xen events to correct subdirDaniel P. Berrange
2017-01-31trace: move hw/block/dataplane events to correct subdirDaniel P. Berrange
2017-01-31make: move top level dir to end of include search pathDaniel P. Berrange
2017-01-31console: fix console resizeGerd Hoffmann
2017-01-31gtk: Hardcode LC_CTYPE as C.utf-8Kevin Wolf
2017-01-31qxl: switch to constants within BUILD_BUG_ONMichael S. Tsirkin
2017-01-31compiler: drop ; after BUILD_BUG_ONMichael S. Tsirkin
2017-01-31char: move to chardev/Marc-André Lureau
2017-01-31char: remove class kind fieldMarc-André Lureau
2017-01-31char: rename remaining CharDriver to ChardevMarc-André Lureau
2017-01-31char: get rid of CharDriverMarc-André Lureau
2017-01-31char: remove chr_freeMarc-André Lureau
2017-01-31char-fd: convert to finalizeMarc-André Lureau
2017-01-31char-win: convert to finalizeMarc-André Lureau
2017-01-31char-win: do not override chr_freeMarc-André Lureau
2017-01-31char-win-stdio: convert to finalizeMarc-André Lureau
2017-01-31char-stdio: convert to finalizeMarc-André Lureau
2017-01-31char-parallel: convert parallel to finalizeMarc-André Lureau
2017-01-31char-ringbuf: convert to finalizeMarc-André Lureau
2017-01-31char-pty: convert to finalizeMarc-André Lureau
2017-01-31char-socket: convert to finalizeMarc-André Lureau
2017-01-31char-udp: convert to finalizeMarc-André Lureau
2017-01-31mux: convert to finalizeMarc-André Lureau
2017-01-31msmouse: convert to finalizeMarc-André Lureau
2017-01-31baum: convert to finalizeMarc-André Lureau
2017-01-31spice-qemu-char: convert to finalizeMarc-André Lureau
2017-01-31MAINTAINERS: add myself to qemu-char.cMarc-André Lureau
2017-01-31vnc: fix overflow in vnc_update_statsGerd Hoffmann