aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-07-04virtio-scsi: finalize IOMMU supportJason Wang1-1/+2
2017-07-04checkpatch: should not use signal except for SIG_DFL or SIG_IGNPaolo Bonzini1-0/+4
2017-07-04main_loop: Make main_loop_wait() return voidPeter Maydell2-8/+2
2017-07-04tests/test-char.c: Don't use main_loop_wait()'s return valuePeter Maydell1-5/+1
2017-07-04util/oslib-win32: Remove if conditionalAlistair Francis1-4/+2
2017-07-04xsave_helper: pull xsave and xrstor out of kvm.c into helper functionSergio Andres Gomez Del Real4-88/+120
2017-07-04sockets: avoid formatting buffer that may not be NUL terminatedDaniel P. Berrange1-1/+1
2017-07-04hw/misc/edu: Compile the edu device as common objectThomas Huth1-1/+1
2017-07-04Makefile: Move bootdevice.o to common-obj-yThomas Huth3-3/+3
2017-07-04include/exec/poison: Mark CONFIG_SOFTMMU as poisonedThomas Huth2-0/+9
2017-07-04cpu: Introduce a wrapper for tlb_flush() that can be used in common codeThomas Huth3-3/+12
2017-07-04include/exec/poison: Mark CONFIG_KVM as poisoned, tooThomas Huth3-6/+14
2017-07-04Move CONFIG_KVM related definitions to kvm_i386.hThomas Huth4-28/+24
2017-07-04include/exec/poison: Add some more missing TARGET and CONFIG definesThomas Huth1-0/+6
2017-07-04target/i386: simplify handling of conforming code segments on interruptPaolo Bonzini1-18/+10
2017-07-04target/i386: fix interrupt CPL error when using ist in x86-64Wu Xiang1-2/+4
2017-07-04nbd: fix NBD over TLSPaolo Bonzini1-2/+2
2017-07-04qemu-doc: Add missing "@c man end" statementsThomas Huth1-0/+6
2017-07-04vcpu_dirty: share the same field in CPUState for all acceleratorsSergio Andres Gomez Del Real4-19/+20
2017-07-04Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell41-204/+492
2017-07-03i386/acpi: update expected acpi filesMichael S. Tsirkin5-0/+0
2017-07-03virtio-net: fix tx queue size for !vhost-userMichael S. Tsirkin1-8/+20
2017-07-03tests: Add unit tests for the VM Generation ID featureBen Warren2-0/+205
2017-07-03vhost-user: unregister slave req handler at cleanup timeMaxime Coquelin1-0/+1
2017-07-03vhost: ensure vhost_ops are set before calling iotlb callbackMaxime Coquelin1-2/+8
2017-07-03intel_iommu: fix migration breakage on mr switchPeter Xu1-0/+15
2017-07-03hw/acpi: remove dead acpi codeAleksandr Bezzubikov1-10/+0
2017-07-03fw_cfg: move setting of FW_CFG_VERSION_DMA bit to fw_cfg_init1()Mark Cave-Ayland1-9/+7
2017-07-03fw_cfg: don't map the fw_cfg IO ports in fw_cfg_io_realize()Mark Cave-Ayland1-8/+8
2017-07-03i386/kvm/pci-assign: Use errp directly rather than local_errMao Zhongyi1-15/+7
2017-07-03i386/kvm/pci-assign: Fix return type of verify_irqchip_kernel()Mao Zhongyi1-12/+6
2017-07-03pci: Convert shpc_init() to ErrorMao Zhongyi5-22/+20
2017-07-03pci: Convert to realizeMao Zhongyi8-50/+56
2017-07-03pci: Replace pci_add_capability2() with pci_add_capability()Mao Zhongyi7-34/+15
2017-07-03pci: Make errp the last parameter of pci_add_capability()Mao Zhongyi12-42/+94
2017-07-03pci: Fix the wrong assertion.Mao Zhongyi4-4/+4
2017-07-03pci: Add comment for pci_add_capability2()Mao Zhongyi1-0/+6
2017-07-03pci: Clean up error checking in pci_add_capability()Mao Zhongyi1-5/+1
2017-07-03intel_iommu: relax iq tail check on VTD_GCMD_QIE enableLadi Prosek2-15/+20
2017-07-03hw/pci-bridge/dec: Classify the DEC PCI bridge as bridge deviceThomas Huth1-0/+2
2017-07-03virtio-net: enable configurable tx queue sizeWei Wang2-2/+31
2017-07-03Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20170603' into stagingPeter Maydell5-26/+32
2017-06-30tcg: consistently access cpu->tb_jmp_cache atomicallyEmilio G. Cota4-21/+25
2017-06-30gen-icount: use tcg_ctx.tcg_env instead of cpu_envEmilio G. Cota1-4/+6
2017-06-30gen-icount: add missing inline to gen_tb_endEmilio G. Cota1-1/+1
2017-06-30Merge remote-tracking branch 'remotes/famz/tags/block-pull-request' into stagingPeter Maydell4-19/+41
2017-06-30Merge remote-tracking branch 'remotes/vivier/tags/m68k-for-2.10-pull-request'...Peter Maydell5-123/+619
2017-06-30block: Exploit BDRV_BLOCK_EOF for larger zero blocksEric Blake3-15/+28
2017-06-30block: Add BDRV_BLOCK_EOF to bdrv_get_block_status()Eric Blake2-4/+13
2017-06-30Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell8-26/+101