Age | Commit message (Expand) | Author |
2017-12-22 | smbus: do not immediately complete commands | Hervé Poussineau |
2017-12-22 | dump-guest-memory.py: fix "You can't do that without a process to debug" | Marc-André Lureau |
2017-12-22 | virtio-pci: Don't force Subsystem Vendor ID = Vendor ID | Ladi Prosek |
2017-12-22 | intel_iommu: fix error param in string | Peter Xu |
2017-12-22 | intel_iommu: remove X86_IOMMU_PCI_DEVFN_MAX | Peter Xu |
2017-12-22 | vhost-user: document memory accesses | Stefan Hajnoczi |
2017-12-22 | vhost-user: fix indentation in protocol specification | Stefan Hajnoczi |
2017-12-21 | hw/pci-host/xilinx: QOM'ify the AXI-PCIe host bridge | Philippe Mathieu-Daudé |
2017-12-21 | hw/pci-host/piix: QOM'ify the IGD Passthrough host bridge | Philippe Mathieu-Daudé |
2017-12-21 | tests/pxe-test: Add some extra tests | David Gibson |
2017-12-21 | tests/pxe-test: Test net booting over IPv6 in some cases | David Gibson |
2017-12-21 | tests/pxe-test: Use table of testcases rather than open-coding | David Gibson |
2017-12-21 | tests/pxe-test: Remove unnecessary special case test functions | David Gibson |
2017-12-19 | virtio_error: don't invoke status callbacks | Michael S. Tsirkin |
2017-12-05 | pci: Eliminate pci_find_primary_bus() | David Gibson |
2017-12-05 | pci: Eliminate redundant PCIDevice::bus pointer | David Gibson |
2017-12-05 | pci: Add pci_dev_bus_num() helper | David Gibson |
2017-12-05 | pci: Move bridge data structures from pci_bus.h to pci_bridge.h | David Gibson |
2017-12-05 | pci: Rename root bus initialization functions for clarity | David Gibson |
2017-12-05 | tests: add test to check VirtQueue object | Prasad J Pandit |
2017-12-05 | vmgenid: use UUID property type | Roman Kagan |
2017-12-05 | qdev-properties: add UUID property type | Roman Kagan |
2017-12-05 | smbios: support setting OEM strings table | Daniel P. Berrange |
2017-12-05 | Update version for v2.11.0-rc4 releasev2.11.0-rc4 | Peter Maydell |
2017-12-05 | vhost-scsi: add missing virtqueue_size parameter | Eric Farman |
2017-12-05 | Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.11-20171205' int... | Peter Maydell |
2017-12-05 | target/ppc: Fix system lockups caused by interrupt_request state corruption | Richard Purdie |
2017-12-04 | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging | Peter Maydell |
2017-12-04 | blockjob: Make block_job_pause_all() keep a reference to the jobs | Alberto Garcia |
2017-12-04 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell |
2017-12-04 | Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.11-20171204' int... | Peter Maydell |
2017-12-04 | spapr: Include "pre-plugged" DIMMS in ram size calculation at reset | David Gibson |
2017-12-01 | pc: fix crash on attempted cpu unplug | Igor Mammedov |
2017-12-01 | virtio: check VirtQueue Vring object is set | Prasad J Pandit |
2017-12-01 | vhost: fix error check in vhost_verify_ring_mappings() | Greg Kurz |
2017-12-01 | dump-guest-memory.py: fix No symbol "vmcoreinfo_find" | Marc-André Lureau |
2017-12-01 | vhost: restore avail index from vring used index on disconnection | Maxime Coquelin |
2017-12-01 | virtio: Add queue interface to restore avail index from vring used index | Maxime Coquelin |
2017-12-01 | i386/msi: Correct mask of destination ID in MSI address | Chao Gao |
2017-11-30 | target-ppc: Don't invalidate non-supported msr bits | Kurban Mallachiev |
2017-11-30 | pseries: fix TCG migration | Laurent Vivier |
2017-11-29 | Update version for v2.11.0-rc3 releasev2.11.0-rc3 | Peter Maydell |
2017-11-29 | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging | Peter Maydell |
2017-11-29 | Merge remote-tracking branch 'mreitz/tags/pull-block-2017-11-29' into queue-b... | Kevin Wolf |
2017-11-29 | block/nfs: fix nfs_client_open for filesize greater than 1TB | Peter Lieven |
2017-11-29 | blockjob: reimplement block_job_sleep_ns to allow cancellation | Paolo Bonzini |
2017-11-29 | blockjob: introduce block_job_do_yield | Paolo Bonzini |
2017-11-29 | blockjob: remove clock argument from block_job_sleep_ns | Paolo Bonzini |
2017-11-29 | block: Expect graph changes in bdrv_parent_drained_begin/end | Kevin Wolf |
2017-11-28 | blockjob: Remove the job from the list earlier in block_job_unref() | Alberto Garcia |