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
2012-03-12
qcow2: Reduce number of I/O requests
Kevin Wolf
3
-77
/
+168
2012-03-12
qcow2: Add qcow2_alloc_clusters_at()
Kevin Wolf
2
-0
/
+30
2012-03-12
qcow2: Factor out count_cow_clusters
Kevin Wolf
1
-19
/
+36
2012-03-12
qmp: convert blockdev-snapshot-sync to a wrapper around transactions
Paolo Bonzini
5
-73
/
+44
2012-03-12
add mode field to blockdev-snapshot-sync transaction item
Paolo Bonzini
3
-10
/
+44
2012-03-12
rename blockdev-group-snapshot-sync
Paolo Bonzini
3
-76
/
+96
2012-03-12
qapi: complete implementation of unions
Paolo Bonzini
5
-1
/
+98
2012-03-12
use QSIMPLEQ_FOREACH_SAFE when freeing list elements
Paolo Bonzini
1
-2
/
+2
2012-03-12
Add 'make check-block'
Kevin Wolf
2
-1
/
+27
2012-03-12
make check: Add qemu-iotests subset
Kevin Wolf
2
-0
/
+22
2012-03-12
qemu-iotests: Mark some tests as quick
Kevin Wolf
1
-12
/
+12
2012-03-12
qcow2: Add error messages in qcow2_truncate
Kevin Wolf
2
-1
/
+4
2012-03-12
block: handle -EBUSY in bdrv_commit_all()
Stefan Hajnoczi
3
-6
/
+13
2012-03-12
qcow2: Add some tracing
Kevin Wolf
4
-1
/
+65
2012-03-12
qed: do not evict in-use L2 table cache entries
Stefan Hajnoczi
1
-4
/
+18
2012-03-12
Group snapshot: Fix format name for backing file
Paolo Bonzini
1
-1
/
+2
2012-03-11
Add missing const attributes for MemoryRegionOps
Stefan Weil
9
-13
/
+13
2012-03-11
tcg: Improve tcg_out_label and fix its usage for w64
Stefan Weil
4
-14
/
+14
2012-03-11
configure: Test for libiberty.a (mingw32)
Stefan Weil
1
-1
/
+7
2012-03-11
w64: Don't redefine lseek, ftruncate
Stefan Weil
1
-2
/
+6
2012-03-11
cache-utils: Add missing include file for uintptr_t
Stefan Weil
1
-0
/
+3
2012-03-11
build: Include config-host.mak as soon as possible
LluĂs Vilanova
1
-7
/
+8
2012-03-11
gdbstub: Do not kill target in system emulation mode
Jan Kiszka
1
-0
/
+2
2012-03-11
target-i386: Mask NX bit from cpu_get_phys_page_debug result
Jan Kiszka
2
-6
/
+8
2012-03-09
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
Anthony Liguori
17
-58
/
+45
2012-03-09
Merge remote-tracking branch 'qemu-kvm/uq/master' into staging
Anthony Liguori
12
-242
/
+742
2012-03-09
Merge remote-tracking branch 'kraxel/usb.42' into staging
Anthony Liguori
8
-143
/
+203
2012-03-09
libcacard: Fix compilation with gcc-4.7
Hans de Goede
1
-2
/
+2
2012-03-09
xilinx_zynq: fix the build
Anthony Liguori
1
-2
/
+2
2012-03-08
configure: Quote the configure args printed in config.log
Peter Maydell
1
-1
/
+3
2012-03-08
osdep: Remove local definition of macro offsetof
Stefan Weil
2
-17
/
+0
2012-03-08
libcacard: Spelling and grammar fixes in documentation
Stefan Weil
1
-13
/
+13
2012-03-08
Spelling fixes in comments (it's -> its)
Stefan Weil
9
-10
/
+10
2012-03-08
vnc: Add break statement
Stefan Weil
1
-0
/
+1
2012-03-08
libcacard: Use format specifier %u instead of %d for unsigned values
Stefan Weil
1
-10
/
+10
2012-03-07
Fix sign of sscanf format specifiers
Stefan Weil
1
-1
/
+2
2012-03-07
block/vmdk: Fix warning from splint (comparision of unsigned value)
Stefan Weil
1
-1
/
+1
2012-03-07
qmp: Fix spelling fourty -> forty
Stefan Weil
1
-2
/
+2
2012-03-07
qom: Fix spelling in documentation
Stefan Weil
1
-1
/
+1
2012-03-07
sh7750: Remove redundant 'struct' from MemoryRegionOps
Stefan Weil
2
-2
/
+2
2012-03-07
xhci: fix port status
Gerd Hoffmann
1
-1
/
+1
2012-03-07
xhci: fix control xfers
Gerd Hoffmann
1
-8
/
+5
2012-03-07
usb: add shortcut for control transfers
Gerd Hoffmann
2
-0
/
+60
2012-03-07
usb-host: enable pipelineing for bulk endpoints.
Gerd Hoffmann
1
-0
/
+3
2012-03-07
usb: add pipelining option to usb endpoints
Gerd Hoffmann
2
-1
/
+12
2012-03-07
usb: queue can have async packets
Gerd Hoffmann
1
-0
/
+3
2012-03-07
uhci_fill_queue: zap debug printf
Gerd Hoffmann
1
-1
/
+0
2012-03-07
usb: add USB_RET_IOERROR
Hans de Goede
6
-10
/
+19
2012-03-07
usb: return BABBLE rather then NAK when we receive too much data
Hans de Goede
2
-3
/
+9
2012-03-07
usb-ehci: Cleanup itd error handling
Hans de Goede
1
-14
/
+14
[next]