aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-10-30virtio: remove ioeventfd_disabled altogetherPaolo Bonzini3-21/+11
2016-10-30virtio: remove set_handler argument from set_host_notifier_internalPaolo Bonzini3-13/+17
2016-10-30Revert "virtio: Introduce virtio_add_queue_aio"Paolo Bonzini2-37/+4
2016-10-30virtio-scsi: always use dataplane path if ioeventfd is activePaolo Bonzini3-38/+48
2016-10-30virtio-blk: always use dataplane path if ioeventfd is activePaolo Bonzini3-39/+55
2016-10-30virtio: introduce virtio_device_ioeventfd_enabledPaolo Bonzini7-13/+32
2016-10-30virtio: add start_ioeventfd and stop_ioeventfd to VirtioDeviceClassPaolo Bonzini4-38/+91
2016-10-30virtio: move ioeventfd_started flag to VirtioBusStatePaolo Bonzini10-79/+16
2016-10-30virtio: move ioeventfd_disabled flag to VirtioBusStatePaolo Bonzini7-38/+11
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 Gilbert2-0/+18
2016-10-28Merge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20161028-1' into st...Peter Maydell4-150/+225
2016-10-28Merge remote-tracking branch 'remotes/vivier/tags/m68k-part2-pull-request' in...Peter Maydell5-248/+507
2016-10-28Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.8-20161028' into...Peter Maydell87-1713/+4981
2016-10-28Merge remote-tracking branch 'remotes/berrange/tags/pull-qio-2016-10-27-1' in...Peter Maydell22-32/+213
2016-10-28Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into stagingPeter Maydell12-250/+1695
2016-10-28Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell18-250/+527
2016-10-28Merge remote-tracking branch 'remotes/kraxel/tags/pull-seabios-20161027-2' in...Peter Maydell9-0/+0
2016-10-28curses: Use cursesw instead of cursesSamuel Thibault1-9/+20
2016-10-28curses: fix left/right arrow translationSamuel Thibault1-2/+2
2016-10-28ui/gtk: Fix non-working DELETE keyThomas Huth1-1/+3
2016-10-28gtk: fix compilation warning with gtk 3.22.2Alberto Garcia1-2/+21
2016-10-28Defer BrlAPI tty acquisition to when guest starts using deviceSamuel Thibault1-32/+49
2016-10-28Add dots keypresses support to the baum braille deviceSamuel Thibault1-104/+130
2016-10-28Merge remote-tracking branch 'remotes/kraxel/tags/pull-vga-20161027-1' into s...Peter Maydell1-0/+1
2016-10-28MAINTAINERS: update M68K entryLaurent Vivier1-1/+2
2016-10-28target-m68k: immediate ops manage word and byte operandsLaurent Vivier1-22/+35
2016-10-28target-m68k: cmp manages word and bytes operandsLaurent Vivier1-6/+11
2016-10-28target-m68k: add/sub manage word and byte operandsLaurent Vivier1-33/+40
2016-10-28target-m68k: add addressing modes to negLaurent Vivier1-8/+12
2016-10-28target-m68k: introduce byte and word cc_opsLaurent Vivier3-69/+93
2016-10-28target-m68k: some bit ops cleanupLaurent Vivier1-19/+15
2016-10-28target-m68k: suba/adda can manage word operandLaurent Vivier1-2/+3
2016-10-28target-m68k: and can manage word and byte operandsLaurent Vivier1-6/+10
2016-10-28target-m68k: or can manage word and byte operandsLaurent Vivier1-6/+8
2016-10-28target-m68k: eor can manage word and byte operandsLaurent Vivier1-6/+7
2016-10-28target-m68k: add addressing modes to notLaurent Vivier1-4/+10
2016-10-28target-m68k: Inline addx, subx, negxRichard Henderson3-60/+178
2016-10-28target-m68k: add dbccLaurent Vivier1-0/+25
2016-10-28target-m68k: add addressing modes to sccLaurent Vivier1-20/+20
2016-10-28target-m68k: add exg opsLaurent Vivier1-0/+30
2016-10-28target-m68k: add linklLaurent Vivier1-5/+21
2016-10-28target-m68k: add bkpt instructionLaurent Vivier1-0/+6
2016-10-28ppc: allow certain HV interrupts to be delivered to guestsNicholas Piggin1-6/+26
2016-10-28spapr: Memory hot-unplug supportBharata B Rao2-1/+135
2016-10-28spapr: use count+index for memory hotplugMichael Roth1-4/+18
2016-10-28spapr: Add DRC count indexed hotplug identifier typeBharata B Rao2-15/+65
2016-10-28spapr: add hotplug interrupt machine optionsMichael Roth1-0/+28
2016-10-28spapr_events: add support for dedicated hotplug event sourceMichael Roth4-41/+177