Age | Commit message (Expand) | Author | Files | Lines |
2017-06-15 | docs: create interop/ subdirectory | Paolo Bonzini | 9 | -0/+0 |
2017-06-07 | docs: create config/, devel/ and spin/ subdirectories | Paolo Bonzini | 26 | -0/+0 |
2017-06-04 | docs/qdev-device-use.txt: update section Default Devices | Markus Armbruster | 1 | -4/+5 |
2017-06-04 | docs qemu-doc: Avoid ide-drive, it's deprecated | Markus Armbruster | 2 | -3/+3 |
2017-06-02 | spec/vhost-user spec: Add IOMMU support | Maxime Coquelin | 1 | -0/+84 |
2017-06-02 | vhost-user: add slave-req-fd support | Marc-André Lureau | 1 | -2/+30 |
2017-05-12 | qemu-doc: Update to use the new way of attaching USB devices | Thomas Huth | 1 | -4/+2 |
2017-03-28 | trace: fix tcg tracing build breakage | Stefan Hajnoczi | 1 | -0/+3 |
2017-03-16 | qapi: The #optional tag is redundant, drop | Markus Armbruster | 2 | -9/+7 |
2017-03-16 | qapi: Clean up build of generated documentation | Markus Armbruster | 1 | -1/+1 |
2017-03-16 | qapi: Have each QAPI schema declare its name rule violations | Markus Armbruster | 1 | -0/+6 |
2017-03-16 | qapi: Have each QAPI schema declare its returns white-list | Markus Armbruster | 1 | -6/+7 |
2017-03-16 | docs/qapi-code-gen.txt: Drop confusing reference to 'gen' | Markus Armbruster | 1 | -10/+8 |
2017-03-16 | qapi: Make doc comments optional where we don't need them | Markus Armbruster | 1 | -13/+30 |
2017-03-14 | docs: Add a note about mixing bootindex with "-boot order" | Thomas Huth | 1 | -0/+9 |
2017-03-07 | docs/qapi-code-gen.txt: Clarify naming rules | Markus Armbruster | 1 | -22/+39 |
2017-03-05 | qapi: Drop unused non-strict qobject input visitor | Markus Armbruster | 1 | -1/+1 |
2017-03-03 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell | 1 | -0/+245 |
2017-03-02 | Merge remote-tracking branch 'remotes/kraxel/tags/pull-audio-20170301-1' into... | Peter Maydell | 1 | -0/+7 |
2017-03-02 | Merge remote-tracking branch 'remotes/kraxel/tags/pull-docs-20170301-1' into ... | Peter Maydell | 6 | -152/+1253 |
2017-03-02 | docs: VM Generation ID device description | Ben Warren | 1 | -0/+245 |
2017-03-01 | replay: add record/replay for audio passthrough | Pavel Dovgalyuk | 1 | -0/+7 |
2017-03-01 | mach-virt: Provide sample configuration files | Andrea Bolognani | 2 | -0/+524 |
2017-03-01 | q35: Improve sample configuration files | Andrea Bolognani | 4 | -152/+729 |
2017-02-28 | postcopy: Add doc about hugepages and postcopy | Dr. David Alan Gilbert | 1 | -0/+13 |
2017-02-28 | migration: Update docs to discourage version bumps | Dr. David Alan Gilbert | 1 | -0/+58 |
2017-02-24 | docs: new design document multi-thread-tcg.txt | Alex Bennée | 1 | -0/+350 |
2017-02-21 | xhci: add qemu xhci controller | Gerd Hoffmann | 1 | -0/+1 |
2017-02-20 | Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-02-20' into ... | Peter Maydell | 2 | -0/+4 |
2017-02-20 | Merge remote-tracking branch 'remotes/kraxel/tags/pull-input-20170220-1' into... | Peter Maydell | 1 | -1/+1 |
2017-02-20 | Makefile: Put VERSION info into version.texi rather than using -D | Peter Maydell | 2 | -0/+4 |
2017-02-20 | Add wctablet device | Anatoli Huseu1 | 1 | -1/+1 |
2017-02-17 | docs: add document to explain the usage of vNVDIMM | Haozhong Zhang | 1 | -0/+124 |
2017-01-31 | trace: update docs to reflect new code generation approach | Daniel P. Berrange | 1 | -11/+44 |
2017-01-27 | replay: save/load initial state | Pavel Dovgalyuk | 1 | -0/+16 |
2017-01-24 | docs: sync pci-ids.txt | Gerd Hoffmann | 1 | -0/+3 |
2017-01-24 | doc/usb2: fix typo | Cao jin | 1 | -1/+1 |
2017-01-24 | usb: Fix typo in documentation | Frediano Ziglio | 1 | -1/+1 |
2017-01-20 | Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st... | Peter Maydell | 1 | -1/+3 |
2017-01-20 | docs: Fix description of the sentence | Zhang Chen | 1 | -1/+3 |
2017-01-18 | fw-cfg: bump "x-file-slots" to 0x20 for 2.9+ machine types | Laszlo Ersek | 1 | -2/+2 |
2017-01-18 | fw-cfg: turn FW_CFG_FILE_SLOTS into a device property | Laszlo Ersek | 1 | -1/+1 |
2017-01-18 | fw-cfg: support writeable blobs | Michael S. Tsirkin | 1 | -7/+25 |
2017-01-17 | Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-01-16' into ... | Peter Maydell | 7 | -4591/+304 |
2017-01-16 | aio: document locking | Paolo Bonzini | 1 | -8/+5 |
2017-01-16 | qemu-thread: optimize QemuLockCnt with futexes on Linux | Paolo Bonzini | 1 | -5/+4 |
2017-01-16 | qemu-thread: introduce QemuLockCnt | Paolo Bonzini | 1 | -0/+278 |
2017-01-16 | build-sys: add qapi doc generation targets | Marc-André Lureau | 1 | -2/+1 |
2017-01-16 | docs: add qemu logo to pdf | Marc-André Lureau | 3 | -0/+8 |
2017-01-16 | qapi: add qapi2texi script | Marc-André Lureau | 1 | -33/+147 |