summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* virtio: move ioeventfd_disabled flag to VirtioBusStatePaolo Bonzini2016-10-307-38/+11Star
* virtio: disable ioeventfd as early as possiblePaolo Bonzini2016-10-302-8/+8
* virtio/migration: Migrate balloon to VMStateDr. David Alan Gilbert2016-10-301-16/+15Star
* virtio/migration: Add VMStateDescription to VirtioDeviceClassDr. David Alan Gilbert2016-10-302-0/+18
* Merge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20161028-1' into st...Peter Maydell2016-10-284-150/+225
|\
| * curses: Use cursesw instead of cursesSamuel Thibault2016-10-281-9/+20
| * curses: fix left/right arrow translationSamuel Thibault2016-10-281-2/+2
| * ui/gtk: Fix non-working DELETE keyThomas Huth2016-10-281-1/+3
| * gtk: fix compilation warning with gtk 3.22.2Alberto Garcia2016-10-281-2/+21
| * Defer BrlAPI tty acquisition to when guest starts using deviceSamuel Thibault2016-10-281-32/+49
| * Add dots keypresses support to the baum braille deviceSamuel Thibault2016-10-281-104/+130
* | Merge remote-tracking branch 'remotes/vivier/tags/m68k-part2-pull-request' in...Peter Maydell2016-10-285-248/+507
|\ \
| * | MAINTAINERS: update M68K entryLaurent Vivier2016-10-281-1/+2
| * | target-m68k: immediate ops manage word and byte operandsLaurent Vivier2016-10-281-22/+35
| * | target-m68k: cmp manages word and bytes operandsLaurent Vivier2016-10-281-6/+11
| * | target-m68k: add/sub manage word and byte operandsLaurent Vivier2016-10-281-33/+40
| * | target-m68k: add addressing modes to negLaurent Vivier2016-10-281-8/+12
| * | target-m68k: introduce byte and word cc_opsLaurent Vivier2016-10-283-69/+93
| * | target-m68k: some bit ops cleanupLaurent Vivier2016-10-281-19/+15Star
| * | target-m68k: suba/adda can manage word operandLaurent Vivier2016-10-281-2/+3
| * | target-m68k: and can manage word and byte operandsLaurent Vivier2016-10-281-6/+10
| * | target-m68k: or can manage word and byte operandsLaurent Vivier2016-10-281-6/+8
| * | target-m68k: eor can manage word and byte operandsLaurent Vivier2016-10-281-6/+7
| * | target-m68k: add addressing modes to notLaurent Vivier2016-10-281-4/+10
| * | target-m68k: Inline addx, subx, negxRichard Henderson2016-10-283-60/+178
| * | target-m68k: add dbccLaurent Vivier2016-10-281-0/+25
| * | target-m68k: add addressing modes to sccLaurent Vivier2016-10-281-20/+20
| * | target-m68k: add exg opsLaurent Vivier2016-10-281-0/+30
| * | target-m68k: add linklLaurent Vivier2016-10-281-5/+21
| * | target-m68k: add bkpt instructionLaurent Vivier2016-10-281-0/+6
* | | Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.8-20161028' into...Peter Maydell2016-10-2887-1713/+4981
|\ \ \
| * | | ppc: allow certain HV interrupts to be delivered to guestsNicholas Piggin2016-10-281-6/+26
| * | | spapr: Memory hot-unplug supportBharata B Rao2016-10-282-1/+135
| * | | spapr: use count+index for memory hotplugMichael Roth2016-10-281-4/+18
| * | | spapr: Add DRC count indexed hotplug identifier typeBharata B Rao2016-10-282-15/+65
| * | | spapr: add hotplug interrupt machine optionsMichael Roth2016-10-281-0/+28
| * | | spapr_events: add support for dedicated hotplug event sourceMichael Roth2016-10-284-41/+177
| * | | spapr: update spapr hotplug documentationMichael Roth2016-10-281-9/+46
| * | | target-ppc: Add xvcmpnesp, xvcmpnedp instructionsSwapnil Bokade2016-10-284-8/+17
| * | | target-ppc: add xscmp[eq,gt,ge,ne]dp instructionsSandipan Das2016-10-284-0/+64
| * | | tests: Add pseries machine to the prom-env-test, tooDavid Gibson2016-10-281-8/+12
| * | | spapr_nvram: Pre-initialize the NVRAM to support the -prom-env parameterThomas Huth2016-10-281-0/+6
| * | | libqos: Change PCI accessors to take opaque BAR handleDavid Gibson2016-10-2814-309/+300Star
| * | | tests: Don't assume structure of PCI IO base in ahci-testDavid Gibson2016-10-283-6/+9
| * | | tests: Use qpci_mem{read,write} in ivshmem-testDavid Gibson2016-10-281-8/+27
| * | | libqos: Add 64-bit PCI IO accessorsDavid Gibson2016-10-285-12/+60
| * | | tests: Clean up IO handling in ide-testDavid Gibson2016-10-281-61/+118
| * | | libqos: Implement mmio accessors in terms of mem{read,write}David Gibson2016-10-284-96/+14Star
| * | | libqos: Add streaming accessors for PCI MMIODavid Gibson2016-10-284-0/+53
| * | | tests: Adjust tco-test to use qpci_legacy_iomap()David Gibson2016-10-281-1/+1