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
2012-09-28
blockdev: rename block_stream_cb to a generic block_job_cb
Jeff Cody
2
-4
/
+4
2012-09-28
block: add live block commit functionality
Jeff Cody
4
-0
/
+286
2012-09-28
block: add support functions for live commit, to find and delete images.
Jeff Cody
2
-0
/
+147
2012-09-28
block: Support GlusterFS as a QEMU block backend.
Bharata B Rao
2
-0
/
+625
2012-09-28
configure: Add a config option for GlusterFS as block backend
Bharata B Rao
1
-0
/
+35
2012-09-28
aio: Another fix to the walking_handlers logic
Paolo Bonzini
1
-5
/
+5
2012-09-28
qemu: URI parsing library
Paolo Bonzini
3
-1
/
+2363
2012-09-28
aio: Fix qemu_aio_wait() to maintain correct walking_handlers count
Paolo Bonzini
1
-4
/
+4
2012-09-28
block: after creating a live snapshot, make old image read-only
Jeff Cody
1
-0
/
+5
2012-09-28
block-migration: Flush requests in blk_mig_cleanup
Kevin Wolf
1
-0
/
+2
2012-09-28
virtio-serial-bus: let chardev know the exact number of bytes requested
Amit Shah
1
-8
/
+3
2012-09-28
virtio: Introduce virtqueue_get_avail_bytes()
Amit Shah
2
-8
/
+25
2012-09-28
virtio: use unsigned int for counting bytes in vq
Amit Shah
1
-1
/
+1
2012-09-28
iov: add const annotation
Michael S. Tsirkin
2
-2
/
+2
2012-09-28
virtio-net: fix used len for tx
Michael S. Tsirkin
1
-2
/
+2
2012-09-28
virtio: don't mark unaccessed memory as dirty
Michael S. Tsirkin
1
-1
/
+1
2012-09-27
Merge branch 'arm-devs.for-upstream' of git://git.linaro.org/people/pmaydell/...
Aurelien Jarno
3
-14
/
+40
2012-09-27
target-s390x: Tidy cpu_dump_state
Richard Henderson
1
-12
/
+10
2012-09-27
target-s390x: Avoid double CPU_LOG_TB_CPU
Richard Henderson
1
-1
/
+0
2012-09-27
target-s390x: Use CPU_LOG_INT
Richard Henderson
2
-4
/
+6
2012-09-27
target-unicore32: Call tcg_gen_debug_insn_start
Richard Henderson
1
-0
/
+4
2012-09-27
target-s390x: Call tcg_gen_debug_insn_start
Richard Henderson
1
-4
/
+5
2012-09-27
target-m68k: Call tcg_gen_debug_insn_start
Richard Henderson
1
-0
/
+4
2012-09-27
Emit debug_insn for CPU_LOG_TB_OP_OPT as well.
Richard Henderson
12
-12
/
+18
2012-09-27
tci: Fix for AREG0 free mode
Stefan Weil
2
-9
/
+14
2012-09-27
block: live snapshot documentation tweaks
Paolo Bonzini
1
-2
/
+2
2012-09-27
input: index_from_key(): drop unused code
Luiz Capitulino
1
-13
/
+1
2012-09-27
qmp: qmp_send_key(): accept key codes in hex
Luiz Capitulino
3
-23
/
+73
2012-09-27
input: qmp_send_key(): simplify
Luiz Capitulino
1
-22
/
+14
2012-09-27
hmp: dump-guest-memory: hardcode protocol argument to "file:"
Luiz Capitulino
2
-7
/
+9
2012-09-27
qmp: dump-guest-memory: don't spin if non-blocking fd would block
Luiz Capitulino
1
-11
/
+4
2012-09-27
qmp: dump-guest-memory: improve schema doc (again)
Luiz Capitulino
1
-12
/
+20
2012-09-26
Versatile Express: Add modelling of NOR flash
Francesco Lavra
1
-2
/
+24
2012-09-26
Versatile Express: Fix NOR flash 0 address and remove flash alias
Francesco Lavra
1
-5
/
+2
2012-09-26
hw/armv7m_nvic: Correctly register GIC region when setting up NVIC
Meador Inge
1
-1
/
+2
2012-09-26
pl190: fix read of VECTADDR
Brendan Fennell
1
-6
/
+12
2012-09-26
qapi: convert add_client
Luiz Capitulino
4
-43
/
+69
2012-09-26
monitor: add Error * argument to monitor_get_fd
Paolo Bonzini
4
-10
/
+12
2012-09-26
pci-assign: use monitor_handle_fd_param
Paolo Bonzini
1
-9
/
+3
2012-09-26
qapi: add "unix" to the set of reserved words
Paolo Bonzini
1
-1
/
+3
2012-09-26
qapi: do not protect enum values from namespace pollution
Paolo Bonzini
3
-7
/
+7
2012-09-26
Add qemu-ga-client script
Ryota Ozaki
1
-0
/
+299
2012-09-26
Support settimeout in QEMUMonitorProtocol
Ryota Ozaki
1
-0
/
+5
2012-09-26
Make negotiation optional in QEMUMonitorProtocol
Ryota Ozaki
1
-3
/
+4
2012-09-26
usb: Fix usb_packet_map() in the presence of IOMMUs
David Gibson
1
-9
/
+15
2012-09-26
usb-redir: Adjust pkg-config check for usbredirparser .pc file rename (v2)
Hans de Goede
1
-3
/
+3
2012-09-26
ehci: Fix interrupt packet MULT handling
Hans de Goede
1
-20
/
+20
2012-09-26
xhci: create a memory region for each port
Gerd Hoffmann
1
-42
/
+43
2012-09-26
xhci: route string & usb hub support
Gerd Hoffmann
1
-31
/
+55
2012-09-26
xhci: tweak limits
Gerd Hoffmann
1
-4
/
+4
[prev]
[next]