summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* include: Fix typos found by codespellStefan Weil2017-01-246-6/+7
* machine: Make possible_cpu_arch_ids() return const pointerIgor Mammedov2017-01-243-3/+3
* arch_init: Remove unnecessary default_config_files tableEduardo Habkost2017-01-241-4/+0Star
* io: introduce a DNS resolver APIDaniel P. Berrange2017-01-232-0/+230
* io: remove Error parameter from QIOTask thread workerDaniel P. Berrange2017-01-231-11/+8Star
* io: change the QIOTask callback signatureDaniel P. Berrange2017-01-231-31/+42
* io: add ability to associate an error with a taskDaniel P. Berrange2017-01-231-0/+32
* io: add ability to associate an opaque "result" with with a taskDaniel P. Berrange2017-01-231-0/+27
* io: fix typo in docs for QIOTaskDaniel P. Berrange2017-01-231-3/+3
* io: stop incrementing reference in qio_task_get_sourceDaniel P. Berrange2017-01-231-3/+4
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2017-01-2015-88/+214
|\
| * pc.h: move x-mach-use-reliable-get-clock compat entry to PC_COMPAT_2_8Marcelo Tosatti2017-01-201-3/+4
| * Plumb the HAXM-based hardware acceleration supportVincent Palatin2017-01-192-0/+14
| * target/i386: Add Intel HAX filesVincent Palatin2017-01-191-0/+56
| * kvm: move cpu synchronization codeVincent Palatin2017-01-192-23/+39
| * ramblock-notifier: newPaolo Bonzini2017-01-163-49/+75
| * acpi: filter based on CONFIG_ACPI_X86 rather than TARGETPaolo Bonzini2017-01-161-1/+0Star
| * event_notifier: cleanups around event_notifier_set_handlerPaolo Bonzini2017-01-162-3/+15
| * hw: move reset handlers from vl.c to hw/corePaolo Bonzini2017-01-163-6/+11
| * smbios: filter based on CONFIG_SMBIOS rather than TARGETLeif Lindholm2017-01-162-2/+1Star
* | Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20170120-v2' into sta...Peter Maydell2017-01-201-0/+1
|\ \
| * | virtio-ccw: fix ring sizingMichael S. Tsirkin2017-01-201-0/+1
* | | Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell2017-01-202-4/+13
|\ \ \
| * | | m68k: QOMify the MCF Fast Ethernet Controller deviceThomas Huth2017-01-202-4/+13
| |/ /
* | | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2017-01-2010-238/+427
|\ \ \
| * | | virtio_crypto: header updateMichael S. Tsirkin2017-01-181-230/+251
| * | | pci_regs: update to latest linuxMichael S. Tsirkin2017-01-181-1/+0Star
| * | | virtio_mmio: add standard header fileMichael S. Tsirkin2017-01-181-0/+141
| * | | fw-cfg: bump "x-file-slots" to 0x20 for 2.9+ machine typesLaszlo Ersek2017-01-181-1/+9
| * | | pc: Add 2.9 machine-typesEduardo Habkost2017-01-181-0/+2
| * | | fw-cfg: turn FW_CFG_FILE_SLOTS into a device propertyLaszlo Ersek2017-01-181-2/+1Star
| * | | fw-cfg: support writeable blobsMichael S. Tsirkin2017-01-182-4/+6
| * | | vhost_net: device IOTLB supportJason Wang2017-01-182-0/+17
* | | | Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2017-01-19' into...Peter Maydell2017-01-201-0/+3
|\ \ \ \
| * | | | error: error_setg_errno(): errno gets preservedSascha Silbe2017-01-191-0/+3
| |/ / /
* | | | hw/arm/virt: Add board property to enable EL2Peter Maydell2017-01-201-0/+1
* | | | hw/arm/virt: Support using SMC for PSCIPeter Maydell2017-01-201-1/+1
* | | | hw/intc/arm_gicv3: Implement gicv3_cpuif_virt_update()Peter Maydell2017-01-201-0/+1
* | | | hw/intc/gicv3: Add data fields for virtualization supportPeter Maydell2017-01-201-0/+18
* | | | hw/arm/virt: Wire VIRQ, VFIQ, maintenance irq lines from GIC to CPUPeter Maydell2017-01-201-0/+2
* | | | hw/intc/arm_gic: Add external IRQ lines for VIRQ and VFIQPeter Maydell2017-01-201-0/+2
* | | | hw/intc/arm_gicv3: Add external IRQ lines for VIRQ and VFIQPeter Maydell2017-01-201-0/+2
* | | | aspeed/smc: handle SPI flash Command modeCédric Le Goater2017-01-201-1/+1
* | | | aspeed/smc: adjust the size of the register regionCédric Le Goater2017-01-201-0/+1
* | | | aspeed/smc: unfold the AspeedSMCController arrayCédric Le Goater2017-01-201-0/+1
| |/ / |/| |
* | | target-sparc: move common cpu initialisation routines to sparc64.cArtyom Tarasenko2017-01-181-0/+5
* | | target-sparc: implement sun4v RTCArtyom Tarasenko2017-01-181-0/+1
|/ /
* | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell2017-01-175-24/+167
|\ \
| * | aio: document lockingPaolo Bonzini2017-01-161-16/+16
| * | qemu-thread: optimize QemuLockCnt with futexes on LinuxPaolo Bonzini2017-01-162-0/+38