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
2013-01-11
configure: Fix comment (copy+paste bug)
Stefan Weil
1
-1
/
+1
2013-01-08
readline: avoid memcpy() of overlapping regions
Nickolai Zeldovich
1
-2
/
+2
2013-01-06
Revert "virtio-pci: replace byte swap hack"
Blue Swirl
2
-1
/
+34
2013-01-06
virtio-pci: replace byte swap hack
Blue Swirl
2
-34
/
+1
2013-01-06
tests: add gcov support
Blue Swirl
3
-1
/
+64
2013-01-05
hw/i386: Fix broken build for non POSIX hosts
Stefan Weil
1
-0
/
+5
2013-01-05
softfloat: Implement uint64_to_float128
Richard Henderson
2
-0
/
+11
2013-01-05
softfloat: Fix uint64_to_float64
Richard Henderson
1
-3
/
+10
2013-01-04
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
Anthony Liguori
6
-11
/
+11
2013-01-04
Merge remote-tracking branch 'kraxel/testdev.1' into staging
Anthony Liguori
5
-49
/
+283
2013-01-04
Merge remote-tracking branch 'kraxel/acpi.2' into staging
Anthony Liguori
9
-11
/
+48
2013-01-04
spice: drop incorrect vm_change_state_handler() opaque
Stefan Hajnoczi
1
-3
/
+2
2013-01-04
linux-user/syscall.c: remove forward declarations
John Spencer
1
-5
/
+3
2013-01-04
hw/mcf5206: Reduce size of lookup table
Stefan Weil
1
-1
/
+1
2013-01-04
Remove --sparc_cpu option from the configure list
陳韋任 (Wei-Ren Chen)
1
-1
/
+0
2013-01-04
pseries: Remove unneeded include statement (fixes MinGW builds)
Stefan Weil
1
-1
/
+1
2013-01-04
pc_sysfw: Check for qemu_find_file() failure
Markus Armbruster
1
-0
/
+4
2013-01-04
pc: remove bochs bios debug ports
Gerd Hoffmann
1
-41
/
+0
2013-01-04
hw: Add test device for unittests execution
Lucas Meneghel Rodrigues
2
-0
/
+183
2013-01-04
add isa-debug-exit device.
Gerd Hoffmann
2
-1
/
+76
2013-01-04
switch debugcon to memory api
Gerd Hoffmann
1
-7
/
+24
2013-01-04
apci: assign memory regions to ich9 lpc device
Gerd Hoffmann
3
-4
/
+8
2013-01-04
apci: assign memory regions to piix4 acpi device
Gerd Hoffmann
1
-7
/
+13
2013-01-04
acpi: autoload dsdt
Gerd Hoffmann
4
-0
/
+26
2013-01-04
configure: also symlink *.aml files
Gerd Hoffmann
1
-0
/
+1
2013-01-03
pty: unbreak libvirt
Gerd Hoffmann
1
-4
/
+5
2013-01-03
dataplane: use linux-headers/ for virtio includes
Stefan Hajnoczi
2
-4
/
+3
2013-01-02
configure: Write new file "config-all-disas.mak" when running configure
Stefan Weil
1
-0
/
+2
2013-01-02
tci: Fix broken builds with TCG interpreter
Stefan Weil
2
-3
/
+4
2013-01-02
savevm.c: cleanup system includes
Michael Tokarev
1
-39
/
+1
2013-01-02
disallow -daemonize usage of stdio (curses display, -nographic, -serial stdio...
Michael Tokarev
2
-3
/
+29
2013-01-02
Merge remote-tracking branch 'stefanha/block' into staging
Anthony Liguori
27
-29
/
+1863
2013-01-02
tcg: Remove unneeded assertion
Stefan Weil
1
-1
/
+0
2013-01-02
sheepdog: pass oid directly to send_pending_req()
Liu Yuan
1
-1
/
+1
2013-01-02
sheepdog: don't update inode when create_and_write fails
Liu Yuan
1
-4
/
+5
2013-01-02
block/raw-win32: Fix compiler warnings (wrong format specifiers)
Stefan Weil
1
-2
/
+2
2013-01-02
qemu-img: report size overflow error message
liguang
1
-3
/
+7
2013-01-02
cutils: change strtosz_suffix_unit function
liguang
1
-2
/
+4
2013-01-02
virtio-blk: Return UNSUPP for unknown request types
Alexey Zaytsev
1
-1
/
+5
2013-01-02
virtio-blk: add x-data-plane=on|off performance feature
Stefan Hajnoczi
2
-1
/
+46
2013-01-02
dataplane: add virtio-blk data plane code
Stefan Hajnoczi
5
-1
/
+502
2013-01-02
virtio-blk: restore VirtIOBlkConf->config_wce flag
Stefan Hajnoczi
3
-2
/
+6
2013-01-02
iov: add qemu_iovec_concat_iov()
Stefan Hajnoczi
2
-12
/
+30
2013-01-02
test-iov: add iov_discard_front/back() testcases
Stefan Hajnoczi
1
-0
/
+150
2013-01-02
iov: add iov_discard_front/back() to remove data
Stefan Hajnoczi
2
-0
/
+64
2013-01-02
dataplane: add Linux AIO request queue
Stefan Hajnoczi
3
-1
/
+175
2013-01-02
dataplane: add event loop
Stefan Hajnoczi
3
-1
/
+141
2013-01-02
dataplane: add virtqueue vring code
Stefan Hajnoczi
4
-1
/
+428
2013-01-02
dataplane: add host memory mapping code
Stefan Hajnoczi
4
-1
/
+237
2013-01-02
configure: add CONFIG_VIRTIO_BLK_DATA_PLANE
Stefan Hajnoczi
1
-0
/
+21
[next]