summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
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
2015-09-24hw/arm/virt: Add gic-version option to virt machinePavel Fedin3-1/+13
2015-09-24intc/gic: Extract some reusable vGIC codePavel Fedin1-0/+26
2015-09-24hw/intc: Implement GIC-500 base classShlomo Pongratz1-0/+68
2015-09-23vfio: Change polarity of our no-mmap optionAlex Williamson1-1/+1
2015-09-23vfio/pci: Make interrupt bypass runtime configurableAlex Williamson1-5/+0
2015-09-23ppc/spapr: Implement H_RANDOM hypercall in QEMUThomas Huth1-0/+4
2015-09-23spapr: Support hotplug by specifying DRC countBharata B Rao1-2/+6
2015-09-23spapr: Support ibm,dynamic-reconfiguration-memoryBharata B Rao1-1/+14
2015-09-23spapr: Add LMB DR connectorsDavid Gibson1-0/+1
2015-09-23spapr_drc: use RTAS return codes for methods called by RTASMichael Roth1-7/+7
2015-09-23spapr: Initialize hotplug memory address spaceBharata B Rao1-0/+12
2015-09-23spapr_drc: don't allow 'empty' DRCs to be unisolated or allocatedMichael Roth1-0/+1
2015-09-23sPAPR: Introduce rtas_ldq()Gavin Shan1-0/+5
2015-09-23spapr_rtas: Prevent QEMU crash during hotplug without a prior device_addBharata B Rao1-7/+8
2015-09-23ppc/spapr: Use qemu_log_mask() for hcall_dprintf()Thomas Huth1-8/+3
2015-09-21qom: Don't use 'gen': false for qom-get, qom-set, object-addMarkus Armbruster1-3/+0
2015-09-21qapi: Introduce a first class 'any' typeMarkus Armbruster2-0/+3
2015-09-19machine: Eliminate QEMUMachine and qemu_register_machine()Eduardo Habkost4-30/+2
2015-09-19machine: DEFINE_MACHINE() macroEduardo Habkost1-0/+17
2015-09-19machine: MACHINE_TYPE_NAME macroEduardo Habkost1-0/+6
2015-09-18error: New error_fatalMarkus Armbruster1-0/+11
2015-09-18hmp: Allow for error message hints on HMPEric Blake1-0/+7
2015-09-16Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell8-113/+607
2015-09-16include/exec: Move cputlb exec.c defs outPeter Crosthwaite2-16/+18
2015-09-16cputlb: Change tlb_set_dirty() arg to cpuPeter Crosthwaite1-1/+1
2015-09-16cputlb: move CPU_LOOP() for tlb_reset() to exec.cPeter Crosthwaite1-1/+1
2015-09-16monitor: remove target-specific code from monitor.cPavel Butsykin2-0/+46
2015-09-16cpu: Add crash_occurred flag into CPUStateAndrey Smetanin1-0/+2
2015-09-16target-i386: move asm-x86/hyperv.h to standard-headersPaolo Bonzini1-0/+254
2015-09-16update Linux headers to 4.3-rc1Paolo Bonzini2-97/+287
2015-09-15Merge remote-tracking branch 'remotes/rth/tags/pull-tile-20150915' into stagingPeter Maydell2-0/+79
2015-09-15host-utils: Add revbit functionsRichard Henderson1-0/+77
2015-09-15linux-user: Support tilegx architecture in linux-userChen Gang1-0/+2
2015-09-15crypto: introduce new module for handling TLS sessionsDaniel P. Berrange1-0/+322
2015-09-15crypto: add sanity checking of TLS x509 credentialsDaniel P. Berrange1-0/+1
2015-09-15crypto: introduce new module for TLS x509 credentialsDaniel P. Berrange1-0/+112
2015-09-15crypto: introduce new module for TLS anonymous credentialsDaniel P. Berrange1-0/+112
2015-09-15crypto: introduce new base module for TLS credentialsDaniel P. Berrange1-0/+68
2015-09-14Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell1-5/+4
2015-09-14Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell12-161/+76