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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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
2016-05-27
PPC/KVM: early validation of vcpu id
Greg Kurz
3
-0
/
+16
2016-05-27
Added negative check for get_image_size()
Zhou Jie
1
-0
/
+4
2016-05-27
hw/net/spapr_llan: Provide counter with dropped rx frames to the guest
Thomas Huth
1
-0
/
+17
2016-05-27
hw/net/spapr_llan: Delay flushing of the RX queue while adding new RX buffers
Thomas Huth
1
-3
/
+25
2016-05-27
target-ppc: Cleanups to rldinm, rldnm, rldimi
Richard Henderson
1
-45
/
+46
2016-05-27
target-ppc: Use 32-bit rotate instead of deposit + 64-bit rotate
Richard Henderson
1
-102
/
+70
2016-05-27
target-ppc: Use movcond in isel
Richard Henderson
1
-18
/
+11
2016-05-27
target-ppc: Correct KVM synchronization for ppc_hash64_set_external_hpt()
David Gibson
1
-2
/
+0
2016-05-26
Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20160526.1' i...
Peter Maydell
8
-75
/
+1016
2016-05-26
vfio: Check that IOMMU MR translates to system address space
Alexey Kardashevskiy
1
-0
/
+6
2016-05-26
memory: Fix IOMMU replay base address
Alexey Kardashevskiy
3
-7
/
+10
2016-05-26
vfio: Fix 128 bit handling when deleting region
Alexey Kardashevskiy
1
-6
/
+11
2016-05-26
vfio/pci: Add IGD documentation
Alex Williamson
1
-0
/
+133
2016-05-26
vfio/pci: Add a separate option for IGD OpRegion support
Alex Williamson
3
-2
/
+39
2016-05-26
vfio/pci: Intel graphics legacy mode assignment
Alex Williamson
4
-1
/
+657
2016-05-26
vfio/pci: Setup BAR quirks after capabilities probing
Alex Williamson
1
-3
/
+5
2016-05-26
vfio/pci: Consolidate VGA setup
Alex Williamson
1
-23
/
+26
2016-05-26
vfio/pci: Fix return of vfio_populate_vga()
Alex Williamson
1
-29
/
+26
2016-05-26
vfio: Create device specific region info helper
Alex Williamson
3
-2
/
+40
2016-05-26
vfio: Enable sparse mmap capability
Alex Williamson
2
-4
/
+65
2016-05-26
Merge remote-tracking branch 'remotes/amit-migration/tags/migration-2.7-2' in...
Peter Maydell
32
-1675
/
+1281
2016-05-26
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
34
-574
/
+603
2016-05-26
qdev: Start disentangling bus from device
Andreas Färber
4
-222
/
+253
2016-05-26
cpu-exec: Fix direct jump to TB spanning page
Sergey Fedorov
1
-0
/
+9
2016-05-26
Merge remote-tracking branch 'remotes/afaerber/tags/maintainers-for-peter' in...
Peter Maydell
1
-5
/
+3
2016-05-26
migration: remove qemu_get_fd method from QEMUFile
Daniel P. Berrange
2
-15
/
+0
2016-05-26
migration: remove support for non-iovec based write handlers
Daniel P. Berrange
3
-45
/
+8
2016-05-26
migration: add support for encrypting data with TLS
Daniel P. Berrange
8
-17
/
+247
2016-05-26
migration: define 'tls-creds' and 'tls-hostname' migration parameters
Daniel P. Berrange
4
-10
/
+108
2016-05-26
migration: don't use an array for storing migrate parameters
Daniel P. Berrange
3
-37
/
+29
2016-05-26
migration: move definition of struct QEMUFile back into qemu-file.c
Daniel P. Berrange
2
-55
/
+23
2016-05-26
migration: delete QEMUFile stdio implementation
Daniel P. Berrange
3
-199
/
+1
2016-05-26
migration: delete QEMUFile sockets implementation
Daniel P. Berrange
3
-326
/
+1
2016-05-26
migration: delete QEMUSizedBuffer struct
Daniel P. Berrange
4
-386
/
+1
2016-05-26
migration: delete QEMUFile buffer implementation
Daniel P. Berrange
2
-102
/
+0
2016-05-26
migration: convert savevm to use QIOChannel for writing to files
Daniel P. Berrange
3
-6
/
+17
2016-05-26
migration: convert RDMA to use QIOChannel interface
Daniel P. Berrange
1
-99
/
+275
2016-05-26
migration: convert exec socket protocol to use QIOChannel
Daniel P. Berrange
4
-36
/
+37
2016-05-26
migration: convert fd socket protocol to use QIOChannel
Daniel P. Berrange
4
-52
/
+35
2016-05-26
migration: convert tcp socket protocol to use QIOChannel
Daniel P. Berrange
3
-103
/
+32
2016-05-26
migration: rename unix.c to socket.c
Daniel P. Berrange
3
-26
/
+37
2016-05-26
migration: convert unix socket protocol to use QIOChannel
Daniel P. Berrange
4
-53
/
+80
2016-05-26
migration: convert post-copy to use QIOChannelBuffer
Daniel P. Berrange
4
-42
/
+26
2016-05-26
migration: add reporting of errors for outgoing migration
Daniel P. Berrange
10
-18
/
+42
2016-05-26
migration: add helpers for creating QEMUFile from a QIOChannel
Daniel P. Berrange
2
-0
/
+27
2016-05-26
migration: introduce a new QEMUFile impl based on QIOChannel
Daniel P. Berrange
3
-0
/
+185
2016-05-26
migration: force QEMUFile to blocking mode for outgoing migration
Daniel P. Berrange
1
-0
/
+1
2016-05-26
migration: introduce set_blocking function in QEMUFileOps
Daniel P. Berrange
3
-6
/
+13
2016-05-26
migration: split migration hooks out of QEMUFileOps
Daniel P. Berrange
4
-12
/
+31
2016-05-26
migration: ensure qemu_fflush() always writes full data amount
Daniel P. Berrange
2
-6
/
+16
[prev]
[next]