Age | Commit message (Expand) | Author | Files | Lines |
2016-10-08 | usb: ehci: fix memory leak in ehci_process_itd | Li Qiang | 1 | -0/+1 |
2016-10-08 | qapi: make the json schema files more regular. | David Anderson | 2 | -7/+1 |
2016-10-08 | maint: Add module_block.h to .gitignore | Lin Ma | 1 | -0/+1 |
2016-10-08 | MAINTAINERS: Some updates related to the SH4 machines | Thomas Huth | 1 | -1/+3 |
2016-10-08 | MAINTAINERS: Add some more MIPS related files | Thomas Huth | 1 | -0/+7 |
2016-10-08 | MAINTAINERS: Add usermode related config files | Thomas Huth | 1 | -0/+2 |
2016-10-08 | MAINTAINERS: Add some more pattern to recognize all win32 related files | Thomas Huth | 1 | -0/+3 |
2016-10-08 | MAINTAINERS: Add some more rocker related files | Thomas Huth | 1 | -0/+2 |
2016-10-08 | MAINTAINERS: Add header files to CRIS section | Thomas Huth | 1 | -0/+1 |
2016-10-08 | MAINTAINERS: Add some more files to the virtio section | Thomas Huth | 1 | -0/+2 |
2016-10-08 | MAINTAINERS: Add some SPARC machine related files | Thomas Huth | 1 | -2/+7 |
2016-10-08 | MAINTAINERS: Add include/hw/audio/ to audio section | Thomas Huth | 1 | -0/+1 |
2016-10-08 | MAINTAINERS: Add some more files to the HMP section | Thomas Huth | 1 | -2/+3 |
2016-10-08 | MAINTAINERS: Add files to the Moxie section. | Thomas Huth | 1 | -0/+2 |
2016-10-08 | tests: Ignore test executables | Eric Blake | 1 | -0/+2 |
2016-10-08 | bt-hci-csr: drop unused argument | Paolo Bonzini | 3 | -4/+3 |
2016-10-08 | qemu-options.hx: fix -chardev ringbuf typos | Stefan Hajnoczi | 1 | -1/+1 |
2016-10-07 | docs: Belatedly update for move of QMP/* to docs/ | Markus Armbruster | 2 | -3/+3 |
2016-10-07 | docs: Belatedly update for move of qmp-commands.txt | Markus Armbruster | 1 | -1/+1 |
2016-10-07 | qmp: Disable query-cpu-* commands when they're unavailable | Eduardo Habkost | 1 | -0/+9 |
2016-10-07 | MAINTAINERS: Pass the QObject staff from Luiz to Markus | Markus Armbruster | 1 | -3/+3 |
2016-10-07 | MAINTAINERS: Pass the HMP staff from Luiz to David | Markus Armbruster | 1 | -2/+1 |
2016-10-07 | qapi: return a 'missing parameter' error | Marc-André Lureau | 2 | -20/+49 |
2016-10-07 | qapi: assert list entry has a value | Marc-André Lureau | 1 | -0/+1 |
2016-10-07 | qapi: add assert about root value | Marc-André Lureau | 1 | -0/+2 |
2016-10-07 | bsd-user: fix FreeBSD build after d148d90e | Ed Maste | 1 | -0/+10 |
2016-10-07 | Merge remote-tracking branch 'mreitz/tags/pull-block-2016-10-07' into queue-b... | Kevin Wolf | 6 | -62/+155 |
2016-10-07 | dmg: Move libbz2 code to dmg-bz2.so | Fam Zheng | 4 | -53/+139 |
2016-10-07 | module: Don't load the same module if requested multiple times | Fam Zheng | 1 | -2/+16 |
2016-10-07 | scripts: Allow block module to not define BlockDriver | Fam Zheng | 1 | -7/+0 |
2016-10-07 | block: Add qdev ID to DEVICE_TRAY_MOVED | Kevin Wolf | 5 | -11/+46 |
2016-10-07 | block-backend: Remember if attached device is non-qdev | Kevin Wolf | 3 | -11/+23 |
2016-10-07 | block: Add node name to BLOCK_IO_ERROR event | Kevin Wolf | 3 | -5/+18 |
2016-10-07 | block: Add bdrv_runtime_opts to query-command-line-options | Kevin Wolf | 4 | -2/+4 |
2016-10-07 | block: use aio_bh_schedule_oneshot | Paolo Bonzini | 14 | -81/+27 |
2016-10-07 | async: add aio_bh_schedule_oneshot | Paolo Bonzini | 2 | -4/+29 |
2016-10-07 | block: use bdrv_add_before_write_notifier | Paolo Bonzini | 1 | -2/+1 |
2016-10-07 | qemu-doc: merge qemu-tech and qemu-doc | Paolo Bonzini | 6 | -65/+21 |
2016-10-07 | qemu-tech: rewrite some parts | Paolo Bonzini | 1 | -82/+42 |
2016-10-07 | qemu-tech: reorganize content | Paolo Bonzini | 1 | -97/+74 |
2016-10-07 | qemu-tech: move TCG test documentation to tests/tcg/README | Paolo Bonzini | 2 | -35/+76 |
2016-10-07 | qemu-tech: move user mode emulation features from qemu-tech | Paolo Bonzini | 2 | -71/+34 |
2016-10-07 | qemu-tech: document lazy condition code evaluation in cpu.h | Paolo Bonzini | 6 | -25/+34 |
2016-10-07 | qemu-tech: move text from qemu-tech to tcg/README | Paolo Bonzini | 2 | -10/+7 |
2016-10-07 | qemu-doc: drop installation and compilation notes | Paolo Bonzini | 2 | -251/+0 |
2016-10-07 | qemu-doc: replace introduction with the one from the internals manual | Paolo Bonzini | 2 | -128/+44 |
2016-10-07 | qemu-tech: drop index | Paolo Bonzini | 1 | -5/+0 |
2016-10-06 | test-qht: perform lookups under rcu_read_lock | Emilio G. Cota | 1 | -0/+4 |
2016-10-06 | qht: fix unlock-after-free segfault upon resizing | Emilio G. Cota | 1 | -21/+28 |
2016-10-06 | qht: simplify qht_reset_size | Emilio G. Cota | 1 | -5/+3 |