Age | Commit message (Expand) | Author |
2017-10-16 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell |
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 | 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 | 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 |
2017-10-13 | tpm-backend: Made few interface methods optional | Amarnath Valluri |
2017-10-13 | tpm-backend: Initialize and free data members in it's own methods | Amarnath Valluri |
2017-10-13 | tpm-backend: Move thread handling inside TPMBackend | Amarnath Valluri |
2017-10-13 | tpm-backend: Remove unneeded member variable from backend class | Amarnath Valluri |
2017-10-13 | tpm: Use EMSGSIZE instead of EBADMSG to compile on OpenBSD | Stefan Berger |
2017-10-12 | nvic: Fix miscalculation of offsets into ITNS array | Peter Maydell |
2017-10-12 | nvic: Add missing 'break' | Peter Maydell |
2017-10-12 | watchdog/aspeed: fix variable type to store reload value | Cédric Le Goater |
2017-10-09 | machine: Add a valid_cpu_types property | Alistair Francis |
2017-10-06 | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging | Peter Maydell |
2017-10-06 | nvic: Add missing code for writing SHCSR.HARDFAULTPENDED bit | Peter Maydell |
2017-10-06 | nvic: Implement Security Attribution Unit registers | Peter Maydell |
2017-10-06 | target/arm: Add new-in-v8M SFSR and SFAR | Peter Maydell |
2017-10-06 | target/arm: Prepare for CONTROL.SPSEL being nonzero in Handler mode | Peter Maydell |
2017-10-06 | nvic: Clear the vector arrays and prigroup on reset | Peter Maydell |
2017-10-06 | hw/arm/xlnx-zynqmp: Mark the "xlnx, zynqmp" device with user_creatable = false | Thomas Huth |
2017-10-06 | hw/sd: fix out-of-bounds check for multi block reads | Michael Olbrich |
2017-10-06 | hw/block/onenand: Remove dead code block | Thomas Huth |
2017-10-06 | hw/s390x: Mark the "sclpquiesce" device with user_creatable = false | Thomas Huth |
2017-10-06 | s390x/sclp: mark sclp-cpu-hotplug as non-usercreatable | Cornelia Huck |
2017-10-06 | s390x/sclp: Mark the sclp device with user_creatable = false | Thomas Huth |
2017-10-06 | s390/kvm: make TOD setting failures fatal for migration | Collin L. Walling |
2017-10-06 | s390x/css: fix css migration compat handling | Halil Pasic |
2017-10-06 | s390x: sort some devices into categories | Cornelia Huck |
2017-10-06 | s390x: introduce and use S390_MAX_CPUS | David Hildenbrand |