summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2016-06-14s390x/css: introduce property type for device idsCornelia Huck1-0/+17
2016-06-14s390x/kvm: add interface for clearing IO irqsHalil Pasic1-0/+2
2016-06-14linux-headers: updateCornelia Huck2-1/+21
2016-06-14spapr: Ensure all LMBs are represented in ibm,dynamic-memoryBharata B Rao1-2/+4
2016-06-14macio: call dma_memory_unmap() at the end of each DMA transferMark Cave-Ayland1-0/+5
2016-06-14Add PowerPC AT_HWCAP2 definitionsAnton Blanchard1-0/+13
2016-06-13Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20160613-1' into s...Peter Maydell1-1/+0
2016-06-13crypto: aes: always rename internal symbolsMike Frysinger1-3/+2
2016-06-13vl: Eliminate usb_enabled()Eduardo Habkost1-1/+0
2016-06-11tb hash: track translated blocks with qhtEmilio G. Cota3-7/+5
2016-06-11qht: QEMU's fast, resizable and scalable Hash TableEmilio G. Cota1-0/+183
2016-06-11qdist: add module to represent frequency distributions of dataEmilio G. Cota1-0/+63
2016-06-11tb hash: hash phys_pc, pc, and flags with xxhashEmilio G. Cota1-2/+6
2016-06-11exec: add tb_hash_func5, derived from xxhashEmilio G. Cota1-0/+94
2016-06-11qemu-thread: add simple test-and-set spinlockGuillaume Delbergue1-0/+35
2016-06-11include/processor.h: define cpu_relax()Emilio G. Cota1-0/+30
2016-06-11seqlock: rename write_lock/unlock to write_begin/endEmilio G. Cota1-2/+2
2016-06-11seqlock: remove optional mutexEmilio G. Cota1-9/+1
2016-06-11compiler.h: add QEMU_ALIGNED() to enforce struct alignmentEmilio G. Cota1-0/+2
2016-06-09cpu-exec: Rename cpu_resume_from_signal() to cpu_loop_exit_noexc()Peter Maydell1-1/+1
2016-06-08Merge remote-tracking branch 'remotes/riku/tags/pull-linux-user-20160608' int...Peter Maydell1-1/+0
2016-06-08block: Kill bdrv_co_write_zeroes()Eric Blake1-2/+0
2016-06-08block: Switch bdrv_write_zeroes() to byte interfaceEric Blake1-5/+5
2016-06-08block: Add .bdrv_co_pwrite_zeroes()Eric Blake1-1/+3
2016-06-08block: Track write zero limits in bytesEric Blake1-4/+6
2016-06-07Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2016-06-0...Peter Maydell14-31/+17
2016-06-07thunk: Rename args and fields in host-target bitmask conversion codePeter Maydell1-6/+6
2016-06-07thunk: Drop unused NO_THUNK_TYPE_SIZE guardsPeter Maydell1-3/+0
2016-06-07qemu-common.h: Drop WORDS_ALIGNED definePeter Maydell2-9/+0
2016-06-07host-utils: Prefer 'false' for bool typeEric Blake1-1/+1
2016-06-07all: Remove unnecessary glib.h includesPeter Maydell6-6/+0
2016-06-07hw: Clean up includesPeter Maydell2-2/+0
2016-06-07qdev: Clean up around propertiesCao jin1-2/+8
2016-06-07ICH9: fix typoCao jin1-2/+2
2016-06-07Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell4-37/+1
2016-06-07Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell12-80/+104
2016-06-07block: Move BlockRequest type to io.cEric Blake1-21/+0
2016-06-07iostatus: fix comments for block_job_iostatus_resetChanglong Xie1-1/+1
2016-06-07block/io: Remove unused bdrv_aio_write_zeroes()Kevin Wolf1-3/+0
2016-06-07virtio: drop duplicate virtio_queue_get_id() functionStefan Hajnoczi1-1/+0
2016-06-07virtio-scsi: Remove op blocker for dataplaneFam Zheng1-11/+0
2016-06-07linux-user: Remove redundant gdb_queuesig()Timothy E Baldwin1-1/+0
2016-06-07virtio: move bi-endian target support to a single locationGreg Kurz1-1/+5
2016-06-07pc-dimm: introduce realize callbackXiao Guangrong1-0/+3
2016-06-07pc-dimm: get memory region from ->get_memory_region()Xiao Guangrong1-1/+2
2016-06-07acpi: make bios_linker_loader_add_checksum() API offset basedIgor Mammedov1-2/+2
2016-06-07acpi: make bios_linker_loader_add_pointer() API offset basedIgor Mammedov1-2/+3
2016-06-07acpi: cleanup bios_linker_loader_cleanup()Igor Mammedov1-1/+1
2016-06-07acpi: simplify bios_linker API by removing redundant 'table' argumentIgor Mammedov2-4/+5
2016-06-07acpi: convert linker from GArray to BIOSLinker structureIgor Mammedov3-9/+15