aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2017-01-23machine: Make possible_cpu_arch_ids() return const pointerIgor Mammedov3-3/+3
2017-01-23arch_init: Remove unnecessary default_config_files tableEduardo Habkost1-4/+0
2017-01-23io: introduce a DNS resolver APIDaniel P. Berrange2-0/+230
2017-01-23io: remove Error parameter from QIOTask thread workerDaniel P. Berrange1-11/+8
2017-01-23io: change the QIOTask callback signatureDaniel P. Berrange1-31/+42
2017-01-23io: add ability to associate an error with a taskDaniel P. Berrange1-0/+32
2017-01-23io: add ability to associate an opaque "result" with with a taskDaniel P. Berrange1-0/+27
2017-01-23io: fix typo in docs for QIOTaskDaniel P. Berrange1-3/+3
2017-01-23io: stop incrementing reference in qio_task_get_sourceDaniel P. Berrange1-3/+4
2017-01-20Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell15-88/+214
2017-01-20Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20170120-v2' into sta...Peter Maydell1-0/+1
2017-01-20Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell2-4/+13
2017-01-20Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell10-238/+427
2017-01-20Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2017-01-19' into...Peter Maydell1-0/+3
2017-01-20pc.h: move x-mach-use-reliable-get-clock compat entry to PC_COMPAT_2_8Marcelo Tosatti1-3/+4
2017-01-20hw/arm/virt: Add board property to enable EL2Peter Maydell1-0/+1
2017-01-20hw/arm/virt: Support using SMC for PSCIPeter Maydell1-1/+1
2017-01-20hw/intc/arm_gicv3: Implement gicv3_cpuif_virt_update()Peter Maydell1-0/+1
2017-01-20hw/intc/gicv3: Add data fields for virtualization supportPeter Maydell1-0/+18
2017-01-20hw/arm/virt: Wire VIRQ, VFIQ, maintenance irq lines from GIC to CPUPeter Maydell1-0/+2
2017-01-20hw/intc/arm_gic: Add external IRQ lines for VIRQ and VFIQPeter Maydell1-0/+2
2017-01-20hw/intc/arm_gicv3: Add external IRQ lines for VIRQ and VFIQPeter Maydell1-0/+2
2017-01-20aspeed/smc: handle SPI flash Command modeCédric Le Goater1-1/+1
2017-01-20aspeed/smc: adjust the size of the register regionCédric Le Goater1-0/+1
2017-01-20aspeed/smc: unfold the AspeedSMCController arrayCédric Le Goater1-0/+1
2017-01-20virtio-ccw: fix ring sizingMichael S. Tsirkin1-0/+1
2017-01-20m68k: QOMify the MCF Fast Ethernet Controller deviceThomas Huth2-4/+13
2017-01-19Plumb the HAXM-based hardware acceleration supportVincent Palatin2-0/+14
2017-01-19target/i386: Add Intel HAX filesVincent Palatin1-0/+56
2017-01-19kvm: move cpu synchronization codeVincent Palatin2-23/+39
2017-01-19error: error_setg_errno(): errno gets preservedSascha Silbe1-0/+3
2017-01-18target-sparc: move common cpu initialisation routines to sparc64.cArtyom Tarasenko1-0/+5
2017-01-18target-sparc: implement sun4v RTCArtyom Tarasenko1-0/+1
2017-01-18virtio_crypto: header updateMichael S. Tsirkin1-230/+251
2017-01-18pci_regs: update to latest linuxMichael S. Tsirkin1-1/+0
2017-01-18virtio_mmio: add standard header fileMichael S. Tsirkin1-0/+141
2017-01-18fw-cfg: bump "x-file-slots" to 0x20 for 2.9+ machine typesLaszlo Ersek1-1/+9
2017-01-18pc: Add 2.9 machine-typesEduardo Habkost1-0/+2
2017-01-18fw-cfg: turn FW_CFG_FILE_SLOTS into a device propertyLaszlo Ersek1-2/+1
2017-01-18fw-cfg: support writeable blobsMichael S. Tsirkin2-4/+6
2017-01-18vhost_net: device IOTLB supportJason Wang2-0/+17
2017-01-17Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell5-24/+167
2017-01-16Merge remote-tracking branch 'remotes/stsquad/tags/pull-tcg-common-tlb-reset-...Peter Maydell1-8/+6
2017-01-16ramblock-notifier: newPaolo Bonzini3-49/+75
2017-01-16acpi: filter based on CONFIG_ACPI_X86 rather than TARGETPaolo Bonzini1-1/+0
2017-01-16event_notifier: cleanups around event_notifier_set_handlerPaolo Bonzini2-3/+15
2017-01-16hw: move reset handlers from vl.c to hw/corePaolo Bonzini3-6/+11
2017-01-16smbios: filter based on CONFIG_SMBIOS rather than TARGETLeif Lindholm2-2/+1
2017-01-16aio: document lockingPaolo Bonzini1-16/+16
2017-01-16qemu-thread: optimize QemuLockCnt with futexes on LinuxPaolo Bonzini2-0/+38