aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-10-18kvm: region_add and region_del is not called on updatesDavid Hildenbrand
2017-10-18kvm: fix error message when failing to unregister slotDavid Hildenbrand
2017-10-18kvm: tolerate non-existing slot for log_start/log_stop/log_syncDavid Hildenbrand
2017-10-18kvm: fix alignment of ram addressDavid Hildenbrand
2017-10-18memory: call log_start after region_addDavid Hildenbrand
2017-10-16target/i386: trap on instructions longer than >15 bytesPaolo Bonzini
2017-10-16target/i386: introduce x86_ld*_codePaolo Bonzini
2017-10-16tco: add trace eventsPaolo Bonzini
2017-10-16docs/devel/loads-stores.rst: Document our various load and store APIsPeter Maydell
2017-10-16nios2: define tcg_envPaolo Bonzini
2017-10-16build: remove CONFIG_LIBDECNUMBERPaolo Bonzini
2017-10-12disas: Always initialize read_memory_inner_func properlyThomas Huth
2017-10-12pc: make sure that plugged CPUs are of the same typeIgor Mammedov
2017-10-12memory: fix off-by-one error in memory_region_notify_one()Maxime Coquelin
2017-10-12exec: simplify address_space_get_iotlb_entryPeter Xu
2017-10-12exec: add page_mask for flatview_do_translatePeter Xu
2017-10-12char: don't skip client cleanup if 'connected' flag is unsetDaniel P. Berrange
2017-10-12ide: support reporting of rotation rateDaniel P. Berrange
2017-10-12scsi-disk: support reporting of rotation rateDaniel P. Berrange
2017-10-12checkpatch: refine mode selectionPaolo Bonzini
2017-10-12Merge remote-tracking branch 'remotes/ehabkost/tags/python-next-pull-request'...Peter Maydell
2017-10-11scripts: Remove debug parameter from QEMUMachineEduardo Habkost
2017-10-11scripts: Remove debug parameter from QEMUMonitorProtocolEduardo Habkost
2017-10-11guestperf: Configure logging on all shell frontendsEduardo Habkost
2017-10-11basevm: Call logging.basicConfig()Eduardo Habkost
2017-10-11iotests: Set up Python loggingEduardo Habkost
2017-10-11Merge remote-tracking branch 'remotes/elmarco/tags/vus-pull-request' into sta...Peter Maydell
2017-10-11Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20171010' into stagingPeter Maydell
2017-10-10vhost-user-scsi: remove server_sock from VusDevMarc-André Lureau
2017-10-10vhost-user-scsi: use libvhost-user glib helperMarc-André Lureau
2017-10-10libvhost-user: add glib source helperMarc-André Lureau
2017-10-10vhost-user-scsi: use glib loggingMarc-André Lureau
2017-10-10vhost-user-scsi: simplify source handlingMarc-André Lureau
2017-10-10vhost-user-scsi: drop extra callback pointerMarc-André Lureau
2017-10-10vhost-user-scsi: don't copy iscsi/scsi-lowlevel.hMarc-André Lureau
2017-10-10vhost-user-scsi: avoid use of iscsi_ namespaceMarc-André Lureau
2017-10-10vhost-user-scsi: rename VUS typesMarc-André Lureau
2017-10-10vhost-user-scsi: remove unimplemented functionsMarc-André Lureau
2017-10-10vhost-user-scsi: remove VUS_MAX_LUNSMarc-André Lureau
2017-10-10vhost-user-scsi: remove vdev_scsi_add_iscsi_lun()Marc-André Lureau
2017-10-10vhost-user-scsi: assert() in iscsi_add_lun()Marc-André Lureau
2017-10-10vhost-user-scsi: use NULL pointerMarc-André Lureau
2017-10-10vhost-user-scsi: simplify unix path cleanupMarc-André Lureau
2017-10-10vhost-user-scsi: remove vdev_scsi_find_by_vu()Marc-André Lureau
2017-10-10vhost-user-scsi: also free the gtreeMarc-André Lureau
2017-10-10vhost-user-scsi: glib calls that allocate don't return NULLMarc-André Lureau
2017-10-10vhost-user-scsi: use glib allocationMarc-André Lureau
2017-10-10vhost-user-scsi: code style fixesMarc-André Lureau
2017-10-10vhost-user-scsi: connect unix socket before allocatingMarc-André Lureau
2017-10-10vhost-user-scsi: use g_strdup()Marc-André Lureau