aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2018-06-29device_tree: Add qemu_fdt_node_unit_pathEric Auger1-0/+16
2018-06-29Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell17-34/+67
2018-06-29hw/scsi: add VPD Block Limits emulationDaniel Henrique Barboza1-1/+2
2018-06-29hw/scsi: centralize SG_IO calls into single functionDaniel Henrique Barboza1-0/+2
2018-06-29hw/scsi: cleanups before VPD BL emulationDaniel Henrique Barboza1-0/+1
2018-06-28kvm: support -overcommit cpu-pm=on|offMichael S. Tsirkin1-0/+1
2018-06-28hmp: obsolete "info ioapic"Peter Xu1-3/+0
2018-06-28ioapic: support "info irq"Peter Xu1-0/+3
2018-06-28memory/hmp: Print owners/parents in "info mtree"Alexey Kardashevskiy1-1/+1
2018-06-28esp: remove legacy esp_init() functionMark Cave-Ayland1-5/+0
2018-06-28pr-manager: add query-pr-managers QMP commandPaolo Bonzini1-0/+2
2018-06-28pr-manager: put stubs in .c filePaolo Bonzini1-9/+0
2018-06-28osdep: work around Coverity parsing errorsPaolo Bonzini1-0/+15
2018-06-28pc-dimm: get_memory_region() will not fail after realizeDavid Hildenbrand1-2/+4
2018-06-28nvdimm: convert nvdimm_mr into a pointerDavid Hildenbrand1-1/+1
2018-06-28pc-dimm: merge get_(vmstate_)memory_region()David Hildenbrand1-1/+2
2018-06-28hostmem: drop error variable from host_memory_backend_get_memory()David Hildenbrand1-2/+1
2018-06-28pc-dimm: remove pc_dimm_get_free_slot() from headerDavid Hildenbrand1-2/+0
2018-06-28pc-dimm: rename pc_dimm_memory_* to pc_dimm_*David Hildenbrand1-3/+3
2018-06-28QemuMutex: support --enable-debug-mutexPaolo Bonzini2-0/+8
2018-06-28kvm: Delete the slot if and only if the KVM_MEM_READONLY flag is changedShannon Zhao1-0/+1
2018-06-28main-loop: document IOCanReadHandlerStefan Hajnoczi1-0/+14
2018-06-28move public invalidate APIs out of translate-all.{c,h}, clean upPaolo Bonzini2-4/+6
2018-06-28Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell4-2/+7
2018-06-28Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20180627' i...Peter Maydell1-1/+0
2018-06-27linux-aio: properly bubble up errors from initializationNishanth Aravamudan2-1/+4
2018-06-27compiler: add a sizeof_field() macroStefan Hajnoczi2-1/+3
2018-06-27postcopy: drop ram_pages parameter from postcopy_ram_incoming_init()David Hildenbrand1-1/+0
2018-06-27trace: fix misreporting of TCG access sizes for user-spaceEmilio G. Cota1-3/+8
2018-06-26Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180626'...Peter Maydell7-30/+109
2018-06-26aspeed/timer: use the APB frequency from the SCUCédric Le Goater1-0/+4
2018-06-26aspeed/scu: introduce clock frequenciesCédric Le Goater1-4/+66
2018-06-26hw/arm/smmuv3: Add notifications on invalidationEric Auger1-0/+6
2018-06-26hw/arm/smmuv3: IOTLB emulationEric Auger1-0/+13
2018-06-26hw/arm/smmuv3: Cache/invalidate config dataEric Auger2-0/+6
2018-06-26tcg: Support MMU protection regions smaller than TARGET_PAGE_SIZEPeter Maydell1-1/+4
2018-06-26hw/arm/omap: Use qemu_log_mask(GUEST_ERROR) instead of fprintfPhilippe Mathieu-Daudé1-6/+6
2018-06-26hw/arm/omap1: Use qemu_log_mask(GUEST_ERROR) instead of fprintfPhilippe Mathieu-Daudé1-18/+0
2018-06-26xilinx_spips: Make dma transactions as per dma_burst_sizeSai Pavan Boddu1-1/+4
2018-06-26Merge remote-tracking branch 'remotes/kraxel/tags/vga-20180626-pull-request' ...Peter Maydell1-5/+0
2018-06-26Merge remote-tracking branch 'remotes/kraxel/tags/ui-20180626-pull-request' i...Peter Maydell2-4/+5
2018-06-26virtio-gpu-3d: Drop workaround for VIRTIO_GPU_CAPSET_VIRGL2 definePeter Maydell1-5/+0
2018-06-26Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell1-0/+3
2018-06-26Add gles support to egl-helpers, wire up in egl-headless and gtk.Gerd Hoffmann2-4/+5
2018-06-25Merge branch 'master' of git://git.qemu.org/qemu into x86-nextEduardo Habkost1-0/+4
2018-06-25hw/i386: Deprecate the machine types pc-0.10 and pc-0.11Thomas Huth1-0/+3
2018-06-25Merge remote-tracking branch 'remotes/kraxel/tags/audio-20180625-pull-request...Peter Maydell1-0/+4
2018-06-25audio/hda: enable new timer code by default.Gerd Hoffmann1-0/+4
2018-06-22i386: Enable TOPOEXT feature on AMD EPYC CPUBabu Moger1-0/+12
2018-06-22Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180622'...Peter Maydell8-2/+133