aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2015-10-09update-linux-headers: Rename SW_MAX to SW_MAX_Markus Armbruster1-2/+2
2015-10-09Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2015-10-0...Peter Maydell1-10/+10
2015-10-08s/cpu_get_real_ticks/cpu_get_host_ticks/Christopher Covington1-10/+10
2015-10-08Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20151007.0' i...Peter Maydell3-15/+25
2015-10-07tcg: Adjust CODE_GEN_AVG_BLOCK_SIZERichard Henderson1-5/+6
2015-10-07tcg: Check for overflow via highwater markRichard Henderson1-6/+0
2015-10-07tcg: Remove gen_intermediate_code_pcRichard Henderson1-1/+0
2015-10-07tcg: Save insn data and use it in cpu_restore_state_from_tbRichard Henderson1-0/+1
2015-10-07tcg: Pass data argument to restore_state_to_opcRichard Henderson1-1/+1
2015-10-07tcg: Merge cpu_gen_code into tb_gen_codeRichard Henderson1-2/+0
2015-10-07target-*: Introduce and use cpu_breakpoint_testRichard Henderson1-0/+16
2015-10-05memory: Allow replay of IOMMU mapping notificationsDavid Gibson1-0/+13
2015-10-05vfio: Record host IOMMU's available IO page sizesDavid Gibson1-0/+1
2015-10-05vfio: Check guest IOVA ranges against host IOMMU capabilitiesDavid Gibson1-0/+6
2015-10-05vfio: Remove unneeded union from VFIOContainerDavid Gibson1-13/+3
2015-10-05hw/vfio/platform: change interrupt/unmask fields into pointerEric Auger1-2/+2
2015-10-02icc_bus: drop the unused filesZhu Guihua1-82/+0
2015-10-02cpu/apic: drop icc bus/bridgeChen Fan2-4/+5
2015-10-02target-i386: add ABM to Haswell* and Broadwell* CPU modelsPaolo Bonzini1-1/+21
2015-10-02cpu: Introduce X86CPUTopoInfo structure for argument simplificationChen Fan1-16/+17
2015-10-02pc: memhp: force gaps between DIMM's GPAIgor Mammedov1-0/+1
2015-10-02memhp: extend address auto assignment to support gapsIgor Mammedov1-3/+4
2015-10-01virtio: introduce virtqueue_discard()Jason Wang1-0/+2
2015-09-30cpu: Provide vcpu throttling interfaceJason J. Herne1-0/+42
2015-09-29migration: qemu-file more size_t'ifyingDr. David Alan Gilbert1-5/+5
2015-09-29migration: size_t'ify some of qemu-fileDr. David Alan Gilbert1-4/+4
2015-09-29vmstate: Remove redefinition of VMSTATE_UINT32_ARRAYSoren Brinkmann1-3/+0
2015-09-25Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell11-59/+139
2015-09-25Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into stagingPeter Maydell1-3/+6
2015-09-25Merge remote-tracking branch 'remotes/vivier-misc/tags/pull-muldiv64-20150925...Peter Maydell1-2/+2
2015-09-25Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell5-0/+16
2015-09-25hpet: remove muldiv64()Laurent Vivier1-2/+2
2015-09-25block: Introduce a new API bdrv_co_no_copy_on_readv()Wen Congyang1-3/+6
2015-09-25typedef: add typedef for QemuOptsPavel Dovgalyuk2-4/+4
2015-09-25elf: Update EM_MOXIE definitionPeter Crosthwaite2-0/+11
2015-09-25elf_ops: Fix coding style for EM alias case statementPeter Crosthwaite1-6/+9
2015-09-25hmp: implemented io apic dump state for TCGPavel Butsykin1-0/+1
2015-09-25hmp: added io apic dump statePavel Butsykin3-0/+7
2015-09-25ioapic_internal.h: added more constantsPavel Butsykin1-0/+5
2015-09-25hmp: added local apic dump statePavel Butsykin1-0/+1
2015-09-25monitor: make monitor_fprintf and mon_get_cpu externally visiblePavel Butsykin2-0/+2
2015-09-25apic_internal.h: fix formatting and drop unused constsPavel Butsykin1-9/+7
2015-09-25apic_internal.h: added more constantsPavel Butsykin1-0/+58
2015-09-25apic_internal.h: rename ESR_ILLEGAL_ADDRESS to APIC_ESR_ILLEGAL_ADDRESSPavel Butsykin1-1/+1
2015-09-25apic_internal.h: make some apic_get_* functions externally visiblePavel Butsykin1-0/+18
2015-09-25vhost-scsi: include linux/vhost.hMarc-André Lureau1-25/+0
2015-09-25utils: rename strtosz to use qemu prefixMarc-André Lureau1-13/+14
2015-09-24oslib-win32: only provide localtime_r/gmtime_r if missingDaniel P. Berrange2-1/+5
2015-09-24gtk: avoid redefining _WIN32_WINNT macroDaniel P. Berrange1-4/+0
2015-09-24qemu-thread: add a fast path to the Win32 QemuEventPaolo Bonzini1-0/+1