aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-09-28hw/usb: Use lock guard macrosAmey Narkhede1-27/+27
2020-09-28usb: hcd-xhci-sysbus: Attach xhci to sysbus deviceSai Pavan Boddu5-0/+148
2020-09-28usb/hcd-xhci: Split pci wrapper for xhci base modelSai Pavan Boddu5-193/+303
2020-09-28usb/hcd-xhci: Move qemu-xhci device to hcd-xhci-pci.cSai Pavan Boddu5-31/+79
2020-09-28usb/hcd-xhci: Make dma read/writes hooks pci freeSai Pavan Boddu2-13/+12
2020-09-25Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20200925a'...Peter Maydell22-106/+797
2020-09-25virtiofsd: Add -o allow_direct_io|no_allow_direct_io optionsJiachen Zhang2-6/+18
2020-09-25virtiofsd: Used glib "shared" thread poolVivek Goyal2-1/+3
2020-09-25virtiofsd: document cache=auto defaultHarry G. Coin1-0/+1
2020-09-25monitor: Use LOCK_GUARD macrosDr. David Alan Gilbert1-30/+14
2020-09-25migration/tls: add trace points for multifd-tlsChuan Zheng2-1/+13
2020-09-25migration/tls: add support for multifd tls-handshakeChuan Zheng1-2/+75
2020-09-25migration/tls: extract cleanup function for common-useChuan Zheng1-12/+22
2020-09-25migration/tls: add tls_hostname into MultiFDSendParamsChuan Zheng2-0/+7
2020-09-25migration/tls: extract migration_tls_client_create for common-useChuan Zheng2-8/+24
2020-09-25migration/tls: save hostname into MigrationStateChuan Zheng4-0/+9
2020-09-25migration: increase max-bandwidth to 128 MiB/s (1 Gib/s)Laurent Vivier1-1/+1
2020-09-25migration: Truncate state file in xen-save-devices-stateDov Murik1-1/+2
2020-09-25migration/dirtyrate: Add trace_calls to make it easier to debugChuan Zheng2-0/+17
2020-09-25migration/dirtyrate: Implement qmp_cal_dirty_rate()/qmp_get_dirty_rate() func...Chuan Zheng2-0/+112
2020-09-25migration/dirtyrate: Implement calculate_dirtyrate() functionChuan Zheng1-2/+43
2020-09-25migration/dirtyrate: Implement set_sample_page_period() and is_sample_period_...Chuan Zheng2-0/+30
2020-09-25migration/dirtyrate: skip sampling ramblock with size below MIN_RAMBLOCK_SIZEChuan Zheng2-0/+26
2020-09-25migration/dirtyrate: Compare page hash results for recorded sampled pageChuan Zheng1-0/+63
2020-09-25migration/dirtyrate: Record hash results for each sampled pageChuan Zheng1-0/+109
2020-09-25migration/dirtyrate: move RAMBLOCK_FOREACH_MIGRATABLE into ram.hChuan Zheng3-10/+12
2020-09-25migration/dirtyrate: Add dirtyrate statistics series functionsChuan Zheng2-0/+44
2020-09-25migration/dirtyrate: Add RamblockDirtyInfo to store sampled page infoChuan Zheng1-0/+18
2020-09-25migration/dirtyrate: add DirtyRateStatus to denote calculation statusChuan Zheng2-0/+43
2020-09-25migration/dirtyrate: setup up query-dirtyrate framworkChuan Zheng3-1/+67
2020-09-25migration: Rework migrate_send_rp_req_pages() functionPeter Xu3-32/+22
2020-09-25migration: Properly destroy variables on incoming sidePeter Xu1-2/+5
2020-09-24Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell147-1075/+1514
2020-09-24Merge remote-tracking branch 'remotes/kraxel/tags/audio-20200923-pull-request...Peter Maydell5-32/+80
2020-09-24Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell35-182/+208
2020-09-23qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi133-1024/+1047
2020-09-23Merge remote-tracking branch 'remotes/ericb/tags/pull-bitmaps-2020-09-21' int...Peter Maydell3-3/+76
2020-09-23tests: add test-fdmon-epollStefan Hajnoczi3-0/+77
2020-09-23fdmon-poll: reset npfd when upgrading to fdmon-epollStefan Hajnoczi1-0/+1
2020-09-23gitmodules: add qemu.org vbootrom submoduleStefan Hajnoczi1-1/+1
2020-09-23gitmodules: switch to qemu.org meson mirrorStefan Hajnoczi1-1/+1
2020-09-23gitmodules: switch to qemu.org qboot mirrorStefan Hajnoczi1-1/+1
2020-09-23docs/system: clarify deprecation scheduleStefan Hajnoczi1-4/+5
2020-09-23virtio-crypto: don't modify elem->in/out_sgStefan Hajnoczi1-3/+14
2020-09-23virtio-blk: undo destructive iov_discard_*() operationsStefan Hajnoczi2-2/+11
2020-09-23util/iov: add iov_discard_undo()Stefan Hajnoczi3-4/+234
2020-09-23virtio: add vhost-user-fs-ccw deviceHalil Pasic2-0/+76
2020-09-23libvhost-user: handle endianness as mandated by the specMarc Hartmayer1-34/+43
2020-09-23MAINTAINERS: add Stefan Hajnoczi as block/nvme.c maintainerStefan Hajnoczi1-1/+3
2020-09-23audio: build spiceaudio as moduleGerd Hoffmann1-2/+2