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
2014-07-18
qemu-iotests: fix 028 failure due to disk image path
Stefan Hajnoczi
2
-3
/
+3
2014-07-18
raw-posix: Fail gracefully if no working alignment is found
Kevin Wolf
1
-8
/
+27
2014-07-18
block: Add Error argument to bdrv_refresh_limits()
Kevin Wolf
10
-29
/
+32
2014-07-18
qcow2: Fix error path for unknown incompatible features
Kevin Wolf
4
-11
/
+112
2014-07-15
Update version for v2.1.0-rc2 release
v2.1.0-rc2
Peter Maydell
1
-1
/
+1
2014-07-15
tests/Makefile: Only run vhost-user-test on Linux
Peter Maydell
1
-1
/
+1
2014-07-15
Merge remote-tracking branch 'remotes/riku/linux-user-for-upstream' into staging
Peter Maydell
4
-7
/
+44
2014-07-15
Merge remote-tracking branch 'remotes/agraf/tags/signed-ppc-for-upstream' int...
Peter Maydell
14
-66
/
+51
2014-07-15
sPAPR/IOMMU: Fix TCE entry permission
Gavin Shan
2
-3
/
+3
2014-07-15
spapr: Enable use of huge pages
Alexey Kardashevskiy
1
-8
/
+3
2014-07-15
spapr: Move RMA memory region registration code
Alexey Kardashevskiy
3
-13
/
+16
2014-07-15
ppc: memory: Replace memory_region_init_ram with memory_region_allocate_syste...
Shreyas B. Prabhu
8
-30
/
+25
2014-07-15
target-ppc: Fix number of threads per core limit
Alexey Kardashevskiy
1
-13
/
+5
2014-07-15
linux-user: use TARGET_SA_ONSTACK in get_sigframe
Riku Voipio
1
-3
/
+4
2014-07-15
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
2
-4
/
+28
2014-07-15
virtio-blk: dataplane: notify guest as a batch
Ming Lei
1
-1
/
+19
2014-07-15
virtio-blk: data-plane: fix save/set .complete_request in start
Ming Lei
1
-3
/
+4
2014-07-15
linux-aio: Fix laio resource leak
Gonglei
1
-0
/
+5
2014-07-15
alloca one extra byte sockets
Joakim Tjernlund
1
-3
/
+3
2014-07-15
linux-user: handle AF_PACKET sockaddrs in target_to_host_sockaddr
Joakim Tjernlund
2
-0
/
+17
2014-07-15
qemu-user: Impl. setsockopt(SO_BINDTODEVICE)
Joakim Tjernlund
1
-0
/
+19
2014-07-15
SIOCGIFINDEX: fix typo
Joakim Tjernlund
1
-1
/
+1
2014-07-15
libqos: Fix PC PCI endianness glitches
Andreas Färber
1
-6
/
+6
2014-07-14
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
5
-29
/
+59
2014-07-14
serial-pci: remove memory regions from BAR before destroying them
Paolo Bonzini
1
-0
/
+1
2014-07-14
virtio-scsi: fix with -M pc-i440fx-2.0
Paolo Bonzini
1
-0
/
+2
2014-07-14
serial: change retry logic to avoid concurrency
Kirill Batuzov
1
-26
/
+33
2014-07-14
qemu-char: fix deadlock with "-monitor pty"
Paolo Bonzini
1
-2
/
+21
2014-07-14
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
30
-167
/
+699
2014-07-14
Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20140714' into staging
Peter Maydell
1
-0
/
+23
2014-07-14
ide: Treat read/write beyond end as invalid
Markus Armbruster
1
-0
/
+28
2014-07-14
virtio-blk: Treat read/write beyond end as invalid
Markus Armbruster
1
-0
/
+7
2014-07-14
virtio-blk: Bypass error action and I/O accounting on invalid r/w
Markus Armbruster
1
-6
/
+8
2014-07-14
virtio-blk: Factor common checks out of virtio_blk_handle_read/write()
Markus Armbruster
1
-10
/
+14
2014-07-14
dma-helpers: Fix too long qiov
Kevin Wolf
3
-0
/
+18
2014-07-14
qtest: fix vhost-user-test compilation with old GLib
Nikolay Nikolaev
1
-0
/
+4
2014-07-14
tests: Fix unterminated string output visitor enum human string
Andreas Färber
1
-6
/
+1
2014-07-14
AioContext: do not rely on aio_poll(ctx, true) result to end a loop
Paolo Bonzini
3
-16
/
+20
2014-07-14
virtio-blk: embed VirtQueueElement in VirtIOBlockReq
Stefan Hajnoczi
5
-52
/
+48
2014-07-14
virtio-blk: avoid g_slice_new0() for VirtIOBlockReq and VirtQueueElement
Stefan Hajnoczi
1
-2
/
+4
2014-07-14
dataplane: do not free VirtQueueElement in vring_push()
Stefan Hajnoczi
2
-6
/
+4
2014-07-14
virtio-blk: avoid dataplane VirtIOBlockReq early free
Stefan Hajnoczi
1
-1
/
+0
2014-07-14
block: Assert qiov length matches request length
Kevin Wolf
2
-4
/
+13
2014-07-14
qed: Make qiov match request size until backing file EOF
Kevin Wolf
2
-8
/
+31
2014-07-14
qcow2: Make qiov match request size until backing file EOF
Kevin Wolf
1
-1
/
+10
2014-07-14
block: Make qiov match the request size until EOF
Kevin Wolf
1
-2
/
+14
2014-07-14
scsi: Report error when lun number is in use
Fam Zheng
1
-1
/
+2
2014-07-14
s390x/kvm: synchronize guest floating point registers
Jason J. Herne
1
-0
/
+23
2014-07-11
Merge remote-tracking branch 'remotes/kraxel/tags/pull-vga-20140711-1' into s...
Peter Maydell
2
-6
/
+21
2014-07-11
Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20140711-1' into s...
Peter Maydell
1
-0
/
+4
[next]