aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2017-10-10vhost-user-scsi: remove vdev_scsi_add_iscsi_lun()Marc-André Lureau1-15/+1
2017-10-10vhost-user-scsi: assert() in iscsi_add_lun()Marc-André Lureau1-5/+1
2017-10-10vhost-user-scsi: use NULL pointerMarc-André Lureau1-1/+1
2017-10-10vhost-user-scsi: simplify unix path cleanupMarc-André Lureau1-17/+5
2017-10-10vhost-user-scsi: remove vdev_scsi_find_by_vu()Marc-André Lureau1-43/+4
2017-10-10vhost-user-scsi: also free the gtreeMarc-André Lureau1-0/+1
2017-10-10vhost-user-scsi: glib calls that allocate don't return NULLMarc-André Lureau1-45/+7
2017-10-10vhost-user-scsi: use glib allocationMarc-André Lureau1-26/+9
2017-10-10vhost-user-scsi: code style fixesMarc-André Lureau1-8/+12
2017-10-10vhost-user-scsi: connect unix socket before allocatingMarc-André Lureau1-10/+8
2017-10-10vhost-user-scsi: use g_strdup()Marc-André Lureau1-8/+4
2017-10-10libvhost-user: improve vu_queue_pop() docMarc-André Lureau1-1/+2
2017-10-10libvhost-user: drop dependency on glibMarc-André Lureau1-3/+26