summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* elf: Update EM_MOXIE definitionPeter Crosthwaite2015-09-252-0/+11
* elf_ops: Fix coding style for EM alias case statementPeter Crosthwaite2015-09-251-6/+9
* hmp: implemented io apic dump state for TCGPavel Butsykin2015-09-251-0/+1
* hmp: added io apic dump statePavel Butsykin2015-09-253-0/+7
* ioapic_internal.h: added more constantsPavel Butsykin2015-09-251-0/+5
* hmp: added local apic dump statePavel Butsykin2015-09-251-0/+1
* monitor: make monitor_fprintf and mon_get_cpu externally visiblePavel Butsykin2015-09-252-0/+2
* apic_internal.h: fix formatting and drop unused constsPavel Butsykin2015-09-251-9/+7
* apic_internal.h: added more constantsPavel Butsykin2015-09-251-0/+58
* apic_internal.h: rename ESR_ILLEGAL_ADDRESS to APIC_ESR_ILLEGAL_ADDRESSPavel Butsykin2015-09-251-1/+1
* apic_internal.h: make some apic_get_* functions externally visiblePavel Butsykin2015-09-251-0/+18
* vhost-scsi: include linux/vhost.hMarc-André Lureau2015-09-251-25/+0
* utils: rename strtosz to use qemu prefixMarc-André Lureau2015-09-251-13/+14
* oslib-win32: only provide localtime_r/gmtime_r if missingDaniel P. Berrange2015-09-242-1/+5
* gtk: avoid redefining _WIN32_WINNT macroDaniel P. Berrange2015-09-241-4/+0
* qemu-thread: add a fast path to the Win32 QemuEventPaolo Bonzini2015-09-241-0/+1
* hw/arm/virt: Add gic-version option to virt machinePavel Fedin2015-09-243-1/+13
* intc/gic: Extract some reusable vGIC codePavel Fedin2015-09-241-0/+26
* hw/intc: Implement GIC-500 base classShlomo Pongratz2015-09-241-0/+68
* vfio: Change polarity of our no-mmap optionAlex Williamson2015-09-231-1/+1
* vfio/pci: Make interrupt bypass runtime configurableAlex Williamson2015-09-231-5/+0
* ppc/spapr: Implement H_RANDOM hypercall in QEMUThomas Huth2015-09-231-0/+4
* spapr: Support hotplug by specifying DRC countBharata B Rao2015-09-231-2/+6
* spapr: Support ibm,dynamic-reconfiguration-memoryBharata B Rao2015-09-231-1/+14
* spapr: Add LMB DR connectorsDavid Gibson2015-09-231-0/+1
* spapr_drc: use RTAS return codes for methods called by RTASMichael Roth2015-09-231-7/+7
* spapr: Initialize hotplug memory address spaceBharata B Rao2015-09-231-0/+12
* spapr_drc: don't allow 'empty' DRCs to be unisolated or allocatedMichael Roth2015-09-231-0/+1
* sPAPR: Introduce rtas_ldq()Gavin Shan2015-09-231-0/+5
* spapr_rtas: Prevent QEMU crash during hotplug without a prior device_addBharata B Rao2015-09-231-7/+8
* ppc/spapr: Use qemu_log_mask() for hcall_dprintf()Thomas Huth2015-09-231-8/+3
* qom: Don't use 'gen': false for qom-get, qom-set, object-addMarkus Armbruster2015-09-211-3/+0
* qapi: Introduce a first class 'any' typeMarkus Armbruster2015-09-212-0/+3
* machine: Eliminate QEMUMachine and qemu_register_machine()Eduardo Habkost2015-09-194-30/+2
* machine: DEFINE_MACHINE() macroEduardo Habkost2015-09-191-0/+17
* machine: MACHINE_TYPE_NAME macroEduardo Habkost2015-09-191-0/+6
* error: New error_fatalMarkus Armbruster2015-09-181-0/+11
* hmp: Allow for error message hints on HMPEric Blake2015-09-181-0/+7
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2015-09-168-113/+607
|\
| * include/exec: Move cputlb exec.c defs outPeter Crosthwaite2015-09-162-16/+18
| * cputlb: Change tlb_set_dirty() arg to cpuPeter Crosthwaite2015-09-161-1/+1
| * cputlb: move CPU_LOOP() for tlb_reset() to exec.cPeter Crosthwaite2015-09-161-1/+1
| * monitor: remove target-specific code from monitor.cPavel Butsykin2015-09-162-0/+46
| * cpu: Add crash_occurred flag into CPUStateAndrey Smetanin2015-09-161-0/+2
| * target-i386: move asm-x86/hyperv.h to standard-headersPaolo Bonzini2015-09-161-0/+254
| * update Linux headers to 4.3-rc1Paolo Bonzini2015-09-162-97/+287
* | Merge remote-tracking branch 'remotes/rth/tags/pull-tile-20150915' into stagingPeter Maydell2015-09-152-0/+79
|\ \
| * | host-utils: Add revbit functionsRichard Henderson2015-09-151-0/+77
| * | linux-user: Support tilegx architecture in linux-userChen Gang2015-09-151-0/+2
| |/
* | crypto: introduce new module for handling TLS sessionsDaniel P. Berrange2015-09-151-0/+322
OpenPOWER on IntegriCloud