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-03-15
aio: add a ThreadPool instance to AioContext
Stefan Hajnoczi
2
-0
/
+17
2013-03-15
threadpool: add thread_pool_new() and thread_pool_free()
Stefan Hajnoczi
2
-4
/
+53
2013-03-15
threadpool: move globals into struct ThreadPool
Stefan Hajnoczi
2
-82
/
+112
2013-03-15
main-loop: add qemu_get_aio_context()
Stefan Hajnoczi
2
-0
/
+10
2013-03-15
sheepdog: set io_flush handler in do_co_req
MORITA Kazutaka
1
-2
/
+11
2013-03-15
sheepdog: use non-blocking fd in coroutine context
MORITA Kazutaka
1
-4
/
+2
2013-03-15
qcow2: make is_allocated return true for zero clusters
Paolo Bonzini
2
-5
/
+4
2013-03-15
qcow2: drop unnecessary flush in qcow2_update_snapshot_refcount()
Stefan Hajnoczi
1
-4
/
+0
2013-03-15
qcow2: drop flush in update_cluster_refcount()
Stefan Hajnoczi
1
-2
/
+0
2013-03-15
qcow2: flush in qcow2_update_snapshot_refcount()
Stefan Hajnoczi
2
-6
/
+1
2013-03-15
qcow2: set L2 cache dependency in qcow2_alloc_bytes()
Stefan Hajnoczi
1
-1
/
+5
2013-03-15
qcow2: flush refcount cache correctly in qcow2_write_snapshots()
Stefan Hajnoczi
1
-1
/
+4
2013-03-15
qcow2: flush refcount cache correctly in alloc_refcount_block()
Stefan Hajnoczi
1
-2
/
+8
2013-03-15
qcow2: Allow lazy refcounts to be enabled on the command line
Kevin Wolf
3
-1
/
+39
2013-03-15
block: Support driver specific options in drive_init()
Kevin Wolf
1
-10
/
+59
2013-03-15
blockdev: Keep a copy of DriveInfo.serial
Kevin Wolf
2
-2
/
+5
2013-03-15
qemu-option: Add qemu_opts_absorb_qdict()
Kevin Wolf
2
-0
/
+35
2013-03-15
block: Add options QDict to bdrv_open_common()
Kevin Wolf
1
-6
/
+26
2013-03-15
Add qdict_clone_shallow()
Kevin Wolf
2
-0
/
+24
2013-03-15
block: Add options QDict to bdrv_open() prototype
Kevin Wolf
12
-28
/
+54
2013-03-15
block: Add options QDict to .bdrv_open()
Kevin Wolf
14
-17
/
+17
2013-03-15
qga/main.c: Don't use g_key_file_get/set_int64
Peter Crosthwaite
1
-2
/
+2
2013-03-14
Merge remote-tracking branch 'kraxel/chardev.5' into staging
Anthony Liguori
13
-230
/
+522
2013-03-14
Merge remote-tracking branch 'afaerber/qom-cpu' into staging
Anthony Liguori
133
-878
/
+1268
2013-03-14
Merge remote-tracking branch 'mdroth/qga-pull-3-11-2013' into staging
Anthony Liguori
7
-8
/
+584
2013-03-14
Merge remote-tracking branch 'riku/linux-user-for-upstream' into staging
Anthony Liguori
6
-47
/
+302
2013-03-14
spice-qemu-char: Remove dead debugging code
Hans de Goede
1
-17
/
+0
2013-03-14
spice-qemu-char: Fix name parameter issues after qapi-ifying
Hans de Goede
1
-2
/
+7
2013-03-13
gtk: fix vc initialization
Anthony Liguori
1
-1
/
+1
2013-03-13
qemu-char.c: fix waiting for telnet connection message
Igor Mitsyanko
1
-1
/
+1
2013-03-13
Revert "hmp: Disable chardev-add and chardev-remove"
Gerd Hoffmann
1
-32
/
+31
2013-03-13
chardev: add udp support to qapi
Gerd Hoffmann
4
-19
/
+67
2013-03-13
chardev: add memory (ringbuf) support to qapi
Gerd Hoffmann
2
-8
/
+36
2013-03-13
chardev: add vc support to qapi
Gerd Hoffmann
5
-16
/
+74
2013-03-13
chardev: add spice support to qapi
Gerd Hoffmann
4
-24
/
+79
2013-03-13
chardev: add pipe support to qapi
Gerd Hoffmann
2
-10
/
+24
2013-03-13
chardev: add console support to qapi
Gerd Hoffmann
2
-3
/
+9
2013-03-13
chardev: switch pty init to qapi
Gerd Hoffmann
1
-25
/
+10
2013-03-13
chardev: switch parallel init to qapi
Gerd Hoffmann
1
-20
/
+17
2013-03-13
chardev: switch serial/tty init to qapi
Gerd Hoffmann
1
-20
/
+17
2013-03-13
chardev: add stdio support to qapi
Gerd Hoffmann
2
-7
/
+35
2013-03-13
chardev: switch file init to qapi
Gerd Hoffmann
1
-28
/
+15
2013-03-13
chardev: add braille support to qapi
Gerd Hoffmann
4
-3
/
+12
2013-03-13
chardev: add msmouse support to qapi
Gerd Hoffmann
4
-3
/
+10
2013-03-13
chardev: switch null init to qapi
Gerd Hoffmann
1
-3
/
+3
2013-03-13
chardev: add mux chardev support to qapi
Gerd Hoffmann
2
-4
/
+45
2013-03-13
chardev: add support for qapi-based chardev initialization
Gerd Hoffmann
2
-0
/
+45
2013-03-12
exec: make -mem-path filenames deterministic
Peter Feiner
1
-1
/
+12
2013-03-12
Add search path support for qemu data files.
Gerd Hoffmann
2
-13
/
+24
2013-03-12
Build TPM passthrough for i386 and x86_64 targets
Stefan Berger
2
-0
/
+2
[prev]
[next]