Age | Commit message (Expand) | Author |
2017-10-17 | egl-headless: add dmabuf support | Gerd Hoffmann |
2017-10-17 | egl-helpers: add egl_texture_blit and egl_texture_blend | Gerd Hoffmann |
2017-10-17 | egl-helpers: add dmabuf import support | Gerd Hoffmann |
2017-10-17 | opengl: add flipping vertex shader | Gerd Hoffmann |
2017-10-17 | opengl: move shader init from console-gl.c to shader.c | Gerd Hoffmann |
2017-10-17 | console: add support for dmabufs | Gerd Hoffmann |
2017-10-16 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell |
2017-10-16 | Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2017-10-14' into st... | Peter Maydell |
2017-10-16 | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ... | Peter Maydell |
2017-10-16 | Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2017-10-04-3... | Peter Maydell |
2017-10-16 | Merge remote-tracking branch 'remotes/elmarco/tags/vu-pull-request' into staging | Peter Maydell |
2017-10-15 | tests/pxe: Test more NICs when running in SPEED=slow mode | Thomas Huth |
2017-10-15 | pc: remove useless hot_add_cpu initialisation | Laurent Vivier |
2017-10-15 | isapc: Remove unnecessary migration compatibility code | Eduardo Habkost |
2017-10-15 | virtio-pci: Replace modern_as with direct access to modern_bar | Alexey Kardashevskiy |
2017-10-15 | virtio: fix descriptor counting in virtqueue_pop | Wolfgang Bumiller |
2017-10-15 | hw/gen_pcie_root_port: make IO RO 0 on IO disabled | Marcel Apfelbaum |
2017-10-15 | pci: Validate interfaces on base_class_init | Eduardo Habkost |
2017-10-15 | xen/pt: Mark TYPE_XEN_PT_DEVICE as hybrid | Eduardo Habkost |
2017-10-15 | pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devices | Eduardo Habkost |
2017-10-15 | pci: Add INTERFACE_PCIE_DEVICE to all PCIe devices | Eduardo Habkost |
2017-10-15 | pci: Add interface names to hybrid PCI devices | Eduardo Habkost |
2017-10-15 | pci: conventional-pci-device and pci-express-device interfaces | Eduardo Habkost |
2017-10-15 | PCI: PCIe access should always be little endian | Matt Redfearn |
2017-10-15 | virtio/pci/migration: Convert to VMState | Dr. David Alan Gilbert |
2017-10-15 | hw/pci-bridge/pcie_pci_bridge: properly handle MSI unavailability case | Aleksandr Bezzubikov |
2017-10-15 | pci: allow 32-bit PCI IO accesses to pass through the PCI bridge | Mark Cave-Ayland |
2017-10-15 | virtio/vhost: reset dev->log after syncing | Felipe Franciosi |
2017-10-15 | MAINTAINERS: add Dump maintainers | Marc-André Lureau |
2017-10-15 | scripts/dump-guest-memory.py: add vmcoreinfo | Marc-André Lureau |
2017-10-15 | kdump: set vmcoreinfo location | Marc-André Lureau |
2017-10-15 | dump: update phys_base header field based on VMCOREINFO content | Marc-André Lureau |
2017-10-15 | dump: add guest ELF note | Marc-André Lureau |
2017-10-15 | hw/misc: add vmcoreinfo device | Marc-André Lureau |
2017-10-15 | fw_cfg: add write callback | Marc-André Lureau |
2017-10-15 | pci: Set err to errp directly rather than through error_propagate() | Mao Zhongyi |
2017-10-15 | xio3130_downstream: Report error if pcie_chassis_add_slot() failed | Eduardo Habkost |
2017-10-13 | nbd: header constants indenting | Vladimir Sementsov-Ogievskiy |
2017-10-13 | nbd/server: simplify reply transmission | Vladimir Sementsov-Ogievskiy |
2017-10-13 | nbd/server: refactor nbd_co_send_simple_reply parameters | Vladimir Sementsov-Ogievskiy |
2017-10-13 | nbd/server: do not use NBDReply structure | Vladimir Sementsov-Ogievskiy |
2017-10-13 | block/throttle.c: add bdrv_co_drain_begin/end callbacks | Manos Pitsidianakis |
2017-10-13 | block: rename bdrv_co_drain to bdrv_co_drain_begin | Manos Pitsidianakis |
2017-10-13 | block: add bdrv_co_drain_end callback | Manos Pitsidianakis |
2017-10-13 | specs: Describe the TPM support in QEMU | Stefan Berger |
2017-10-13 | tpm: Move tpm_cleanup() to right place | Amarnath Valluri |
2017-10-13 | tpm: Added support for TPM emulator | Amarnath Valluri |
2017-10-13 | tpm-passthrough: move reusable code to utils | Amarnath Valluri |
2017-10-13 | tpm-backend: Move realloc_buffer() implementation to tpm-tis model | Amarnath Valluri |
2017-10-13 | tpm-backend: Add new API to read backend TpmInfo | Amarnath Valluri |