summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-11-12block: Emulate bdrv_ioctl with bdrv_aio_ioctl and track bothFam Zheng1-9/+92
2015-11-12block: Add ioctl parameter fields to BlockRequestFam Zheng1-4/+12
2015-11-12iscsi: Emulate commands in iscsi_aio_ioctl as iscsi_ioctlFam Zheng1-2/+38
2015-11-12block: Track discard requestsFam Zheng1-3/+10
2015-11-12block: Track flush requestsFam Zheng1-3/+8
2015-11-12block: Add more types for tracked requestFam Zheng2-5/+14
2015-11-12virtio-9p: add savem handlersGreg Kurz1-0/+11
2015-11-12hw/virtio: Add PCIe capability to virtio devicesMarcel Apfelbaum3-0/+28
2015-11-12Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell17-172/+448
2015-11-12vhost: send SET_VRING_ENABLE at start/stopYuanhan Liu1-0/+9
2015-11-12vhost: rename RESET_DEVICE backto RESET_OWNERYuanhan Liu6-12/+12
2015-11-12vhost-user: modify SET_LOG_BASE to pass mmap size and offsetVictor Kaplansky3-3/+24
2015-11-12virtio-pci: unbreak queue_enable readJason Wang1-0/+7
2015-11-12virtio-pci: introduce pio notification capability for modern deviceJason Wang2-17/+113
2015-11-12virtio-pci: use zero length mmio eventfd for 1.0 notification cap when possibleJason Wang1-4/+15
2015-11-12KVM: add support for any length io eventfdJason Wang3-0/+13
2015-11-12memory: don't try to adjust endianness for zero length eventfdJason Wang1-2/+6
2015-11-12virtio-pci: fix 1.0 virtqueue migrationJason Wang5-7/+207
2015-11-12Merge remote-tracking branch 'remotes/dgibson/tags/ppc-next-20151112' into st...Peter Maydell11-266/+273
2015-11-12Merge remote-tracking branch 'remotes/mdroth/tags/qga-pull-2015-11-11-tag' in...Peter Maydell1-14/+15
2015-11-12tests: classify some ivshmem tests as slowMarc-André Lureau1-2/+4
2015-11-12Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2015-11-11' into...Peter Maydell6-30/+21
2015-11-12net: netmap: use error_setg() helpers in place of error_report()Vincenzo Maffione1-11/+11
2015-11-12net: netmap: Fix compilation issueVincenzo Maffione1-1/+1
2015-11-12e1000: Introducing backward compatibility command line parameterLeonid Bloch2-1/+7
2015-11-12e1000: Implementing various countersLeonid Bloch1-5/+85
2015-11-12e1000: Fixing the packet address filtering procedureLeonid Bloch1-3/+7
2015-11-12e1000: Fixing the received/transmitted octets' countersLeonid Bloch1-8/+18
2015-11-12e1000: Fixing the received/transmitted packets' countersLeonid Bloch1-4/+12
2015-11-12e1000: Trivial implementation of various MAC registersLeonid Bloch2-3/+100
2015-11-12e1000: Introduced an array to control the access to the MAC registersLeonid Bloch1-12/+46
2015-11-12e1000: Add support for migrating the entire MAC registers' arrayLeonid Bloch1-0/+21
2015-11-12e1000: Cosmetic and alignment fixesLeonid Bloch2-79/+89
2015-11-12slirp: Fix type casts and format strings in debug codeStefan Weil13-50/+56
2015-11-12monitor/target-ppc: Define target_get_monitor_defAlexey Kardashevskiy6-173/+107
2015-11-12cuda.c: add delay to setting of SR_INT bitMark Cave-Ayland2-11/+36
2015-11-12cuda.c: fix T2 timer and enable its interruptMark Cave-Ayland1-9/+24
2015-11-12cuda.c: rename get_counter() state variable from s to ti for consistencyMark Cave-Ayland1-9/+9
2015-11-12cuda.c: refactor get_tb() so that the time can be passed inMark Cave-Ayland1-5/+6
2015-11-12cuda.c: add defines for CUDA registersMark Cave-Ayland1-34/+53
2015-11-12cuda.c: fix CUDA SR interrupt clearingMark Cave-Ayland1-1/+3
2015-11-12cuda.c: implement dummy IIC access commandsMark Cave-Ayland1-0/+18
2015-11-12cuda.c: implement simple CUDA_GET_6805_ADDR commandMark Cave-Ayland1-0/+3
2015-11-12cuda.c: fix CUDA_PACKET response packet formatMark Cave-Ayland1-19/+5
2015-11-12cuda.c: fix CUDA ADB error packet formatMark Cave-Ayland1-2/+4
2015-11-12PPC: mac99: Always add USB controllerAlexander Graf1-1/+2
2015-11-12PPC: Fix lswx bounds checksAlexander Graf1-2/+3
2015-11-12PPC: Allow Rc bit to be set on mtsprAlexander Graf1-1/+1
2015-11-11Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into stagingPeter Maydell1-53/+33
2015-11-11Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20151111' into stagingPeter Maydell15-77/+506