index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2018-02-08
curl: convert to CoQueue
Paolo Bonzini
1
-16
/
+4
2018-02-08
coroutine-lock: make qemu_co_enter_next thread-safe
Paolo Bonzini
3
-10
/
+23
2018-02-08
coroutine-lock: convert CoQueue to use QemuLockable
Paolo Bonzini
2
-6
/
+12
2018-02-08
lockable: add QemuLockable
Paolo Bonzini
6
-5
/
+168
2018-02-08
test-coroutine: add simple CoMutex test
Paolo Bonzini
1
-2
/
+48
2018-02-08
docker: change Fedora base image to fedora:27
Paolo Bonzini
1
-1
/
+1
2018-02-07
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
90
-330
/
+2447
2018-02-07
Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2018-02-06' into...
Peter Maydell
52
-273
/
+265
2018-02-07
Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20180206.0' i...
Peter Maydell
14
-31
/
+320
2018-02-07
Add the WHPX acceleration enlightenments
Justin Terry (VM)
3
-2
/
+82
2018-02-07
Introduce the WHPX impl
Justin Terry (VM)
2
-0
/
+1367
2018-02-07
Add the WHPX vcpu API
Justin Terry (VM)
3
-4
/
+93
2018-02-07
Add the Windows Hypervisor Platform accelerator.
Justin Terry (VM)
2
-5
/
+51
2018-02-07
tests/test-filter-redirector: move close()
Klim Kireev
1
-1
/
+1
2018-02-07
tests: use memfd in vhost-user-test
Marc-André Lureau
1
-26
/
+64
2018-02-07
vhost-user-test: make read-guest-mem setup its own qemu
Marc-André Lureau
1
-12
/
+15
2018-02-07
tests: keep compiling failing vhost-user tests
Marc-André Lureau
1
-13
/
+14
2018-02-07
Add memfd based hostmem
Marc-André Lureau
3
-0
/
+194
2018-02-07
memfd: add hugetlbsize argument
Marc-André Lureau
2
-5
/
+19
2018-02-07
memfd: add hugetlb support
Marc-André Lureau
2
-5
/
+12
2018-02-07
memfd: add error argument, instead of perror()
Marc-André Lureau
3
-30
/
+40
2018-02-07
cpus: join thread when removing a vCPU
Paolo Bonzini
1
-9
/
+4
2018-02-07
cpus: hvf: unregister thread with RCU
Paolo Bonzini
1
-0
/
+1
2018-02-07
cpus: tcg: unregister thread with RCU, fix exiting of loop on unplug
Paolo Bonzini
1
-7
/
+7
2018-02-07
cpus: dummy: unregister thread with RCU, exit loop on unplug
Paolo Bonzini
1
-2
/
+3
2018-02-07
cpus: kvm: unregister thread with RCU
Paolo Bonzini
1
-0
/
+1
2018-02-07
cpus: hax: register/unregister thread with RCU, exit loop on unplug
Paolo Bonzini
1
-2
/
+4
2018-02-07
ivshmem: Disable irqfd on device reset
Ladi Prosek
1
-0
/
+4
2018-02-07
ivshmem: Improve MSI irqfd error handling
Ladi Prosek
1
-13
/
+24
2018-02-07
ivshmem: Always remove irqfd notifiers
Ladi Prosek
1
-3
/
+23
2018-02-07
ivshmem: Don't update non-existent MSI routes
Ladi Prosek
1
-2
/
+10
2018-02-07
chardev/char-socket: add POLLHUP handler
Klim Kireev
1
-0
/
+22
2018-02-07
memory: do explicit cleanup when remove listeners
Peter Xu
2
-4
/
+27
2018-02-07
vfio: listener unregister before unset container
Peter Xu
1
-4
/
+12
2018-02-07
arm: postpone device listener unregister
Peter Xu
1
-1
/
+1
2018-02-07
vhost: add traces for memory listeners
Peter Xu
2
-0
/
+13
2018-02-07
ucontext: annotate coroutine stack for ASAN
Marc-André Lureau
4
-1
/
+84
2018-02-07
build-sys: add --enable-sanitizers
Marc-André Lureau
1
-0
/
+30
2018-02-07
Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20180206a'...
Peter Maydell
13
-96
/
+151
2018-02-06
Merge remote-tracking branch 'remotes/ehabkost/tags/python-next-pull-request'...
Peter Maydell
12
-100
/
+150
2018-02-06
vfio/pci: Add option to disable GeForce quirks
Alex Williamson
3
-3
/
+9
2018-02-06
vfio/common: Remove redundant copy of local variable
Alexey Kardashevskiy
1
-1
/
+0
2018-02-06
hw/vfio/platform: Init the interrupt mutex
Eric Auger
1
-0
/
+2
2018-02-06
vfio/pci: Allow relocating MSI-X MMIO
Alex Williamson
3
-1
/
+101
2018-02-06
qapi: Create DEFINE_PROP_OFF_AUTO_PCIBAR
Alex Williamson
3
-0
/
+41
2018-02-06
vfio/pci: Emulate BARs
Alex Williamson
1
-0
/
+2
2018-02-06
vfio/pci: Add base BAR MemoryRegion
Alex Williamson
2
-25
/
+72
2018-02-06
vfio/pci: Fixup VFIOMSIXInfo comment
Alex Williamson
1
-1
/
+1
2018-02-06
spapr/iommu: Enable in-kernel TCE acceleration via VFIO KVM device
Alexey Kardashevskiy
3
-1
/
+30
2018-02-06
vfio/spapr: Use iommu memory region's get_attr()
Alexey Kardashevskiy
2
-0
/
+28
[next]