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
2017-02-17
intel_iommu: add "caching-mode" option
Aviv Ben-David
3
-0
/
+8
2017-02-17
vfio: allow to notify unmap for very large region
Peter Xu
1
-4
/
+3
2017-02-17
vfio: introduce vfio_get_vaddr()
Peter Xu
1
-20
/
+45
2017-02-17
vfio: trace map/unmap for notify as well
Peter Xu
2
-2
/
+3
2017-02-17
pcie: simplify pcie_add_capability()
Peter Xu
1
-11
/
+3
2017-02-17
virtio: Fix no interrupt when not creating msi controller
Michael S. Tsirkin
1
-3
/
+8
2017-02-17
virtio: use VRingMemoryRegionCaches for avail and used rings
Paolo Bonzini
2
-37
/
+109
2017-02-17
virtio: check for vring setup in virtio_queue_update_used_idx
Paolo Bonzini
1
-1
/
+3
2017-02-17
virtio: use VRingMemoryRegionCaches for descriptor ring
Paolo Bonzini
1
-14
/
+12
2017-02-17
virtio: add MemoryListener to cache ring translations
Paolo Bonzini
2
-3
/
+103
2017-02-17
virtio: use MemoryRegionCache to access descriptors
Paolo Bonzini
2
-41
/
+41
2017-02-17
exec: make address_space_cache_destroy idempotent
Paolo Bonzini
1
-0
/
+1
2017-02-17
virtio: use address_space_map/unmap to access descriptors
Paolo Bonzini
1
-28
/
+75
2017-02-17
virtio: add virtio_*_phys_cached
Paolo Bonzini
1
-0
/
+52
2017-02-17
memory: make memory_listener_unregister idempotent
Paolo Bonzini
1
-0
/
+5
2017-02-17
docs: add document to explain the usage of vNVDIMM
Haozhong Zhang
1
-0
/
+124
2017-02-17
virtio: Report real progress in VQ aio poll handler
Fam Zheng
8
-26
/
+45
2017-02-17
pci/pcie: don't assume cap id 0 is reserved
Michael S. Tsirkin
1
-4
/
+7
2017-02-16
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
33
-253
/
+711
2017-02-16
target-i386: correctly propagate retaddr into SVM helpers
Paolo Bonzini
7
-58
/
+56
2017-02-16
Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-upstream-pu...
Peter Maydell
11
-23
/
+75
2017-02-16
vl: log available guest crash information
Anton Nefedov
1
-0
/
+11
2017-02-16
report guest crash information in GUEST_PANICKED event
Anton Nefedov
10
-11
/
+41
2017-02-16
i386/cpu: add crash-information QOM property
Anton Nefedov
3
-0
/
+75
2017-02-16
Makefile: avoid leaving the temporary QEMU_PKGVERSION header file
Lin Ma
1
-1
/
+5
2017-02-16
vl: Move the cpu_synchronize_all_post_init() after generic devices initializa...
Dou Liyang
1
-2
/
+2
2017-02-16
qemu-nbd: Implement socket activation.
Richard W.M. Jones
1
-9
/
+163
2017-02-16
linux-user: Add FICLONE and FICLONERANGE ioctls
Helge Deller
3
-0
/
+15
2017-02-16
linux-user: Use correct types in load_symbols()
Peter Maydell
1
-7
/
+15
2017-02-16
linux-user: fill target sigcontext struct accordingly
Jose Ricardo Ziviani
1
-0
/
+5
2017-02-16
linux-user: fix tcg/mmap test
Marc-André Lureau
1
-3
/
+3
2017-02-16
linux-user: fix settime old value location
Marc-André Lureau
1
-2
/
+6
2017-02-16
linux-user: Update m68k syscall definitions to match Linux 4.6
John Paul Adrian Glaubitz
1
-0
/
+3
2017-02-16
linux-user: Update sh4 syscall definitions to match Linux 4.8
John Paul Adrian Glaubitz
1
-0
/
+14
2017-02-16
qemu-doc: Clarify that -vga std is now the default
Alberto Garcia
1
-2
/
+2
2017-02-16
cpu-exec: remove outermost infinite loop
Paolo Bonzini
1
-31
/
+27
2017-02-16
cpu-exec: avoid repeated sigsetjmp on interrupts
Paolo Bonzini
1
-12
/
+12
2017-02-16
cpu-exec: avoid cpu_loop_exit in cpu_handle_interrupt
Paolo Bonzini
1
-11
/
+12
2017-02-16
cpu-exec: tighten barrier on TCG_EXIT_REQUESTED
Paolo Bonzini
1
-2
/
+2
2017-02-16
cpu-exec: fix icount out-of-bounds access
Paolo Bonzini
2
-3
/
+5
2017-02-16
hw/char/mcf_uart: QOMify the ColdFire UART
Thomas Huth
3
-33
/
+81
2017-02-16
gdbstub: Fix vCont behaviour
Claudio Imbrenda
1
-47
/
+162
2017-02-16
move vm_start to cpus.c
Claudio Imbrenda
3
-29
/
+45
2017-02-16
char: drop data written to a disconnected pty
Ed Swierk
1
-1
/
+1
2017-02-16
apic: reset apic_delivered global variable on machine reset
Pavel Dovgalyuk
1
-0
/
+2
2017-02-16
qemu-char: socket backend: disconnect on write error
Anton Nefedov
1
-0
/
+10
2017-02-16
test-vmstate: remove yield_until_fd_readable
Paolo Bonzini
1
-11
/
+0
2017-02-16
kvm/ioapic: correct kvm ioapic version
Peter Xu
1
-0
/
+5
2017-02-16
ioapic: fix error report value of def version
Peter Xu
1
-2
/
+4
2017-02-16
kvm/ioapic: dump real object instead of a fake one
Peter Xu
1
-4
/
+4
[next]