index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2017-07-04
cpu: move interrupt handling out of translate-common.c
Paolo Bonzini
2017-07-04
tcg: move page_size_init() function
Yang Zhong
2017-07-04
vl: add tcg_enabled() for tcg related code
Yang Zhong
2017-07-04
vl: convert -tb-size to qemu_strtoul
Paolo Bonzini
2017-07-04
configure: add --disable-tcg configure option
Paolo Bonzini
2017-07-04
configure: early test for supported targets
Paolo Bonzini
2017-07-04
configure: factor out list of supported Xen/KVM/HAX targets
Paolo Bonzini
2017-07-04
qemu-doc: do not refer to years-old version numbers
Paolo Bonzini
2017-07-04
qemu-thread: Assert locks are initialized before using
Fam Zheng
2017-07-04
virtio-scsi: finalize IOMMU support
Jason Wang
2017-07-04
checkpatch: should not use signal except for SIG_DFL or SIG_IGN
Paolo Bonzini
2017-07-04
main_loop: Make main_loop_wait() return void
Peter Maydell
2017-07-04
tests/test-char.c: Don't use main_loop_wait()'s return value
Peter Maydell
2017-07-04
util/oslib-win32: Remove if conditional
Alistair Francis
2017-07-04
xsave_helper: pull xsave and xrstor out of kvm.c into helper function
Sergio Andres Gomez Del Real
2017-07-04
sockets: avoid formatting buffer that may not be NUL terminated
Daniel P. Berrange
2017-07-04
hw/misc/edu: Compile the edu device as common object
Thomas Huth
2017-07-04
Makefile: Move bootdevice.o to common-obj-y
Thomas Huth
2017-07-04
include/exec/poison: Mark CONFIG_SOFTMMU as poisoned
Thomas Huth
2017-07-04
cpu: Introduce a wrapper for tlb_flush() that can be used in common code
Thomas Huth
2017-07-04
include/exec/poison: Mark CONFIG_KVM as poisoned, too
Thomas Huth
2017-07-04
Move CONFIG_KVM related definitions to kvm_i386.h
Thomas Huth
2017-07-04
include/exec/poison: Add some more missing TARGET and CONFIG defines
Thomas Huth
2017-07-04
target/i386: simplify handling of conforming code segments on interrupt
Paolo Bonzini
2017-07-04
target/i386: fix interrupt CPL error when using ist in x86-64
Wu Xiang
2017-07-04
nbd: fix NBD over TLS
Paolo Bonzini
2017-07-04
qemu-doc: Add missing "@c man end" statements
Thomas Huth
2017-07-04
vcpu_dirty: share the same field in CPUState for all accelerators
Sergio Andres Gomez Del Real
2017-07-04
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2017-07-03
i386/acpi: update expected acpi files
Michael S. Tsirkin
2017-07-03
virtio-net: fix tx queue size for !vhost-user
Michael S. Tsirkin
2017-07-03
tests: Add unit tests for the VM Generation ID feature
Ben Warren
2017-07-03
vhost-user: unregister slave req handler at cleanup time
Maxime Coquelin
2017-07-03
vhost: ensure vhost_ops are set before calling iotlb callback
Maxime Coquelin
2017-07-03
intel_iommu: fix migration breakage on mr switch
Peter Xu
2017-07-03
hw/acpi: remove dead acpi code
Aleksandr Bezzubikov
2017-07-03
fw_cfg: move setting of FW_CFG_VERSION_DMA bit to fw_cfg_init1()
Mark Cave-Ayland
2017-07-03
fw_cfg: don't map the fw_cfg IO ports in fw_cfg_io_realize()
Mark Cave-Ayland
2017-07-03
i386/kvm/pci-assign: Use errp directly rather than local_err
Mao Zhongyi
2017-07-03
i386/kvm/pci-assign: Fix return type of verify_irqchip_kernel()
Mao Zhongyi
2017-07-03
pci: Convert shpc_init() to Error
Mao Zhongyi
2017-07-03
pci: Convert to realize
Mao Zhongyi
2017-07-03
pci: Replace pci_add_capability2() with pci_add_capability()
Mao Zhongyi
2017-07-03
pci: Make errp the last parameter of pci_add_capability()
Mao Zhongyi
2017-07-03
pci: Fix the wrong assertion.
Mao Zhongyi
2017-07-03
pci: Add comment for pci_add_capability2()
Mao Zhongyi
2017-07-03
pci: Clean up error checking in pci_add_capability()
Mao Zhongyi
2017-07-03
intel_iommu: relax iq tail check on VTD_GCMD_QIE enable
Ladi Prosek
2017-07-03
hw/pci-bridge/dec: Classify the DEC PCI bridge as bridge device
Thomas Huth
2017-07-03
virtio-net: enable configurable tx queue size
Wei Wang
[next]