aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2016-10-30virtio: inline set_host_notifier_internalPaolo Bonzini1-36/+26
2016-10-30virtio: inline virtio_queue_set_host_notifier_fd_handlerPaolo Bonzini2-26/+20
2016-10-30virtio: use virtio_bus_set_host_notifier to start/stop ioeventfdPaolo Bonzini2-7/+5
2016-10-30virtio: remove ioeventfd_disabled altogetherPaolo Bonzini2-15/+11
2016-10-30virtio: remove set_handler argument from set_host_notifier_internalPaolo Bonzini2-12/+16
2016-10-30Revert "virtio: Introduce virtio_add_queue_aio"Paolo Bonzini1-34/+4
2016-10-30virtio-scsi: always use dataplane path if ioeventfd is activePaolo Bonzini2-35/+45
2016-10-30virtio-blk: always use dataplane path if ioeventfd is activePaolo Bonzini3-39/+55
2016-10-30virtio: introduce virtio_device_ioeventfd_enabledPaolo Bonzini5-10/+26
2016-10-30virtio: add start_ioeventfd and stop_ioeventfd to VirtioDeviceClassPaolo Bonzini2-37/+81
2016-10-30virtio: move ioeventfd_started flag to VirtioBusStatePaolo Bonzini9-69/+9
2016-10-30virtio: move ioeventfd_disabled flag to VirtioBusStatePaolo Bonzini6-36/+5
2016-10-30virtio: disable ioeventfd as early as possiblePaolo Bonzini2-8/+8
2016-10-30virtio/migration: Migrate balloon to VMStateDr. David Alan Gilbert1-16/+15
2016-10-30virtio/migration: Add VMStateDescription to VirtioDeviceClassDr. David Alan Gilbert1-0/+14
2016-10-28xen: Rename xen_be_del_xendevEmil Condrea2-2/+2
2016-10-28xen: Rename xen_be_find_xendevEmil Condrea3-4/+4
2016-10-28xen: Rename xen_be_evtchn_eventEmil Condrea2-2/+2
2016-10-28xen: Rename xen_be_send_notifyEmil Condrea6-14/+14
2016-10-28xen: Rename xen_be_unbind_evtchnEmil Condrea6-6/+6
2016-10-28xen: Rename xen_be_printf to xen_pv_printfEmil Condrea8-114/+114
2016-10-28xen: Move xenstore cleanup and mkdir functionsEmil Condrea2-49/+51
2016-10-28xen: Prepare xendev qtail to be shared with frontendsEmil Condrea2-50/+58
2016-10-28xen: Move evtchn functions to xen_pvdev.cEmil Condrea2-35/+35
2016-10-28xen: Move xenstore_update to xen_pvdev.cEmil Condrea2-27/+26
2016-10-28xen: Create a new file xen_pvdev.cEmil Condrea3-126/+152
2016-10-28xen: Fix coding style warningsEmil Condrea5-13/+26
2016-10-28xen: Fix coding style errorsEmil Condrea4-64/+76
2016-10-28Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.8-20161028' into...Peter Maydell24-625/+3118
2016-10-28clean-up: removed duplicate #includesAnand J11-11/+0
2016-10-28s390: avoid always-true comparison in s390_pci_generate_fid()Peter Maydell1-8/+2
2016-10-28usb: Change *_exitfn return type from int to voidAkanksha Srivastava4-15/+7
2016-10-28milkymist-pfpu: fix potential integer overflowMichael Walle1-1/+1
2016-10-28hw/block/nvme: Simplify if-statements a little bitThomas Huth1-2/+2
2016-10-28lm32: milkymist-tmu2: fix integer overflowMichael Walle1-1/+1
2016-10-28hw/tpm/tpm_passthrough: Simplify if-statements a little bitThomas Huth1-4/+2
2016-10-28hw/arm/tosa: Fix reset handlingGuenter Roeck1-1/+11
2016-10-28hw/arm/spitz: Fix reset handlingGuenter Roeck1-1/+12
2016-10-28arm: virt: add PMU property to mach-virt machine typeWei Huang1-0/+7
2016-10-28arm: Add an option to turn on/off vPMU supportWei Huang2-2/+2
2016-10-28char: cadence: correct reset value for baud rate registersPrasad J Pandit1-1/+2
2016-10-28versatilepb: do not run if user asks for more than 256MB RAMJean-Christophe Dubois1-0/+9
2016-10-28hw/arm/pxa2xx: Set value default values for CCCR and CKEN on PXA255Guenter Roeck1-1/+3
2016-10-28arm: cubieboard: Add support for initrdGuenter Roeck1-0/+1
2016-10-28i.MX: Fix GPIO ISR register writeGuenter Roeck1-1/+1
2016-10-28block: only call aio_poll on the current thread's AioContextPaolo Bonzini1-3/+1
2016-10-28Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into stagingPeter Maydell6-238/+262
2016-10-28Merge remote-tracking branch 'remotes/kraxel/tags/pull-vga-20161027-1' into s...Peter Maydell1-0/+1
2016-10-28spapr: Memory hot-unplug supportBharata B Rao2-1/+135
2016-10-28spapr: use count+index for memory hotplugMichael Roth1-4/+18