summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* nvdimm acpi: prebuild nvdimm devices for available slotsXiao Guangrong2016-11-013-19/+27
* nvdimm acpi: use common macros instead of magic namesXiao Guangrong2016-11-011-34/+49
* acpi nvdimm: rename result_size to dsm_out_buf_sizXiao Guangrong2016-11-011-7/+8
* nvdimm acpi: compile nvdimm acpi code arch-independentlyXiao Guangrong2016-11-011-1/+1
* acpi nvdimm: fix Arg6 usageXiao Guangrong2016-11-011-3/+4
* acpi nvdimm: fix ARG3 conflictXiao Guangrong2016-11-011-3/+4
* acpi nvdimm: fix device physical address baseXiao Guangrong2016-11-011-3/+2Star
* acpi nvdimm: fix OperationRegion definitionXiao Guangrong2016-11-011-60/+62
* acpi nvdimm: fix wrong buffer size returned by DSM methodXiao Guangrong2016-11-011-1/+2
* virtio-crypto: add myself as virtio-crypto and cryptodev backends maintainerGonglei2016-11-011-0/+13
* virtio-crypto: using bh to handle dataq's requestsGonglei2016-11-012-3/+60
* cryptodev: introduce an unified wrapper for crypto operationGonglei2016-11-013-13/+38
* virtio-crypto: add data queue processing handlerGonglei2016-11-012-1/+361
* virtio-crypto: add control queue handlerGonglei2016-11-011-1/+298
* virtio-crypto: set capacity of algorithms supportedGonglei2016-11-012-0/+61
* virtio-crypto-pci: add virtio crypto pci supportGonglei2016-11-013-0/+93
* virtio-crypto: add virtio crypto device emulationGonglei2016-11-014-1/+226
* cryptodev: introduce a new cryptodev backendGonglei2016-10-303-0/+380
* virtio-crypto: introduce virtio_crypto.hGonglei2016-10-301-0/+429
* cryptodev: add symmetric algorithm operation stuffGonglei2016-10-302-0/+194
* cryptodev: introduce cryptodev backend interfaceGonglei2016-10-303-0/+326
* virtio: inline set_host_notifier_internalPaolo Bonzini2016-10-301-36/+26Star
* virtio: inline virtio_queue_set_host_notifier_fd_handlerPaolo Bonzini2016-10-303-28/+21Star
* virtio: use virtio_bus_set_host_notifier to start/stop ioeventfdPaolo Bonzini2016-10-303-12/+5Star
* virtio: remove ioeventfd_disabled altogetherPaolo Bonzini2016-10-303-21/+11Star
* virtio: remove set_handler argument from set_host_notifier_internalPaolo Bonzini2016-10-303-13/+17
* Revert "virtio: Introduce virtio_add_queue_aio"Paolo Bonzini2016-10-302-37/+4Star
* virtio-scsi: always use dataplane path if ioeventfd is activePaolo Bonzini2016-10-303-38/+48
* virtio-blk: always use dataplane path if ioeventfd is activePaolo Bonzini2016-10-303-39/+55
* virtio: introduce virtio_device_ioeventfd_enabledPaolo Bonzini2016-10-307-13/+32
* virtio: add start_ioeventfd and stop_ioeventfd to VirtioDeviceClassPaolo Bonzini2016-10-304-38/+91
* virtio: move ioeventfd_started flag to VirtioBusStatePaolo Bonzini2016-10-3010-79/+16Star
* 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