summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-10-15pci: Add INTERFACE_PCIE_DEVICE to all PCIe devicesEduardo Habkost8-0/+31
2017-10-15pci: Add interface names to hybrid PCI devicesEduardo Habkost5-0/+22
2017-10-15pci: conventional-pci-device and pci-express-device interfacesEduardo Habkost2-0/+18
2017-10-15PCI: PCIe access should always be little endianMatt Redfearn1-1/+1
2017-10-15virtio/pci/migration: Convert to VMStateDr. David Alan Gilbert1-81/+27
2017-10-15hw/pci-bridge/pcie_pci_bridge: properly handle MSI unavailability caseAleksandr Bezzubikov1-6/+18
2017-10-15pci: allow 32-bit PCI IO accesses to pass through the PCI bridgeMark Cave-Ayland1-1/+2
2017-10-15virtio/vhost: reset dev->log after syncingFelipe Franciosi1-2/+3
2017-10-15MAINTAINERS: add Dump maintainersMarc-André Lureau1-0/+11
2017-10-15scripts/dump-guest-memory.py: add vmcoreinfoMarc-André Lureau1-0/+61
2017-10-15kdump: set vmcoreinfo locationMarc-André Lureau1-0/+24
2017-10-15dump: update phys_base header field based on VMCOREINFO contentMarc-André Lureau2-2/+62
2017-10-15dump: add guest ELF noteMarc-André Lureau2-0/+109
2017-10-15hw/misc: add vmcoreinfo deviceMarc-André Lureau4-0/+184
2017-10-15fw_cfg: add write callbackMarc-André Lureau6-9/+18
2017-10-15pci: Set err to errp directly rather than through error_propagate()Mao Zhongyi1-3/+1
2017-10-15xio3130_downstream: Report error if pcie_chassis_add_slot() failedEduardo Habkost1-0/+1
2017-10-12Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20171012'...Peter Maydell7-115/+521
2017-10-12nvic: Fix miscalculation of offsets into ITNS arrayPeter Maydell1-2/+2
2017-10-12nvic: Add missing 'break'Peter Maydell1-0/+1
2017-10-12target/arm: Implement SG instruction corner casesPeter Maydell1-1/+22
2017-10-12target/arm: Support some Thumb insns being always unconditionalPeter Maydell1-1/+47
2017-10-12target-arm: Simplify insn_crosses_page()Peter Maydell1-21/+6
2017-10-12target/arm: Pull Thumb insn word loads up to top levelPeter Maydell1-70/+108
2017-10-12target-arm: Don't check for "Thumb2 or M profile" for not-Thumb1Peter Maydell1-2/+1
2017-10-12target/arm: Implement secure function returnPeter Maydell3-10/+126
2017-10-12target/arm: Implement BLXNSPeter Maydell4-2/+76
2017-10-12target/arm: Implement SG instructionPeter Maydell1-5/+127
2017-10-12target/arm: Add M profile secure MMU index values to get_a32_user_mem_index()Peter Maydell1-0/+4
2017-10-12arm: fix armv7m_init() declaration to match definitionIgor Mammedov1-1/+1
2017-10-12watchdog/aspeed: fix variable type to store reload valueCédric Le Goater1-2/+2
2017-10-12Merge remote-tracking branch 'remotes/ehabkost/tags/python-next-pull-request'...Peter Maydell6-23/+30
2017-10-11scripts: Remove debug parameter from QEMUMachineEduardo Habkost3-10/+4
2017-10-11scripts: Remove debug parameter from QEMUMonitorProtocolEduardo Habkost2-11/+8
2017-10-11guestperf: Configure logging on all shell frontendsEduardo Habkost1-0/+13
2017-10-11basevm: Call logging.basicConfig()Eduardo Habkost1-2/+2
2017-10-11iotests: Set up Python loggingEduardo Habkost1-0/+3
2017-10-11Merge remote-tracking branch 'remotes/elmarco/tags/vus-pull-request' into sta...Peter Maydell10-547/+315
2017-10-11Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20171010' into stagingPeter Maydell29-434/+521
2017-10-10vhost-user-scsi: remove server_sock from VusDevMarc-André Lureau1-53/+24
2017-10-10vhost-user-scsi: use libvhost-user glib helperMarc-André Lureau1-146/+16
2017-10-10libvhost-user: add glib source helperMarc-André Lureau3-1/+187
2017-10-10vhost-user-scsi: use glib loggingMarc-André Lureau1-56/+21
2017-10-10vhost-user-scsi: simplify source handlingMarc-André Lureau1-33/+12
2017-10-10vhost-user-scsi: drop extra callback pointerMarc-André Lureau1-9/+3
2017-10-10vhost-user-scsi: don't copy iscsi/scsi-lowlevel.hMarc-André Lureau1-87/+9
2017-10-10vhost-user-scsi: avoid use of iscsi_ namespaceMarc-André Lureau1-2/+2
2017-10-10vhost-user-scsi: rename VUS typesMarc-André Lureau1-23/+23
2017-10-10vhost-user-scsi: remove unimplemented functionsMarc-André Lureau1-18/+3
2017-10-10vhost-user-scsi: remove VUS_MAX_LUNSMarc-André Lureau1-5/+3