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
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2013-03-26
migration: do not sent zero pages in bulk stage
Peter Lieven
1
-0
/
+2
2013-03-26
cutils: add a function to find non-zero content in a buffer
Peter Lieven
1
-0
/
+10
2013-03-26
move vector definitions to qemu-common.h
Peter Lieven
1
-0
/
+21
2013-03-26
savevm: Fix bugs in the VMSTATE_VBUFFER_MULTIPLY definition
David Gibson
1
-2
/
+2
2013-03-26
savevm: Add VMSTATE_STRUCT_VARRAY_POINTER_UINT32
David Gibson
1
-0
/
+10
2013-03-26
savevm: Add VMSTATE_FLOAT64 helpers
David Gibson
1
-0
/
+15
2013-03-26
savevm: Add VMSTATE_UINTTL_EQUAL helper
David Gibson
1
-2
/
+5
2013-03-26
savevm: Add VMSTATE_UINT64_EQUAL helpers
David Gibson
1
-0
/
+7
2013-03-25
Merge remote-tracking branch 'stefanha/net' into staging
Anthony Liguori
3
-1
/
+377
2013-03-25
glib: add a compatibility interface for g_timeout_add_seconds
Anthony Liguori
2
-1
/
+28
2013-03-25
net: increase buffer size to accommodate Jumbo frame pkts
Scott Feldman
1
-0
/
+5
2013-03-25
Common definitions for VMWARE devices
Dmitry Fleytman
1
-0
/
+347
2013-03-25
net: iovec checksum calculator
Dmitry Fleytman
1
-0
/
+12
2013-03-25
Checksum-related utility functions
Dmitry Fleytman
1
-1
/
+13
2013-03-23
Add sample moxie system
Anthony Green
1
-0
/
+1
2013-03-23
Add moxie disassembler
Anthony Green
1
-0
/
+2
2013-03-22
Merge remote-tracking branch 'kwolf/for-anthony' into staging
Anthony Liguori
4
-4
/
+13
2013-03-22
block: Allow omitting the file name when using driver-specific options
Kevin Wolf
1
-0
/
+3
2013-03-22
block: Introduce .bdrv_parse_filename callback
Kevin Wolf
1
-0
/
+1
2013-03-22
nbd: Remove unused functions
Kevin Wolf
1
-2
/
+0
2013-03-22
nbd: Keep hostname and port separate
Kevin Wolf
2
-0
/
+3
2013-03-22
qemu-socket: Make socket_optslist public
Kevin Wolf
1
-0
/
+2
2013-03-22
block: Add options QDict to bdrv_file_open() prototypes
Kevin Wolf
2
-2
/
+4
2013-03-22
Fix typos and misspellings
Peter Maydell
1
-1
/
+1
2013-03-19
char: Fix return type of qemu_chr_fe_add_watch()
Kevin Wolf
1
-2
/
+2
2013-03-18
console: remove ds_get_* helper functions
Gerd Hoffmann
1
-60
/
+0
2013-03-18
console: stop using DisplayState in gfx hardware emulation
Gerd Hoffmann
2
-17
/
+20
2013-03-18
console: zap displaystate from dcl callbacks
Gerd Hoffmann
1
-10
/
+2
2013-03-18
spice: stop using DisplayState
Gerd Hoffmann
1
-1
/
+1
2013-03-18
console: add surface_*() getters
Gerd Hoffmann
1
-8
/
+38
2013-03-18
console: rework DisplaySurface handling [dcl/ui side]
Gerd Hoffmann
2
-5
/
+5
2013-03-18
console: rework DisplaySurface handling [vga emu side]
Gerd Hoffmann
1
-7
/
+4
2013-03-18
console: kill DisplayState->opaque
Gerd Hoffmann
1
-1
/
+0
2013-03-18
console: fix displaychangelisteners interface
Gerd Hoffmann
2
-154
/
+54
2013-03-17
qdev: DEVICE_DELETED event
Michael S. Tsirkin
1
-0
/
+1
2013-03-15
iov: Factor out hexdumper
Peter Crosthwaite
1
-0
/
+6
2013-03-15
coroutine: use AioContext for CoQueue BH
Stefan Hajnoczi
1
-0
/
+1
2013-03-15
threadpool: drop global thread pool
Stefan Hajnoczi
1
-4
/
+6
2013-03-15
block: add bdrv_get_aio_context()
Stefan Hajnoczi
1
-0
/
+7
2013-03-15
aio: add a ThreadPool instance to AioContext
Stefan Hajnoczi
1
-0
/
+6
2013-03-15
threadpool: add thread_pool_new() and thread_pool_free()
Stefan Hajnoczi
1
-0
/
+5
2013-03-15
main-loop: add qemu_get_aio_context()
Stefan Hajnoczi
1
-0
/
+5
2013-03-15
blockdev: Keep a copy of DriveInfo.serial
Kevin Wolf
1
-1
/
+1
2013-03-15
qemu-option: Add qemu_opts_absorb_qdict()
Kevin Wolf
1
-0
/
+1
2013-03-15
Add qdict_clone_shallow()
Kevin Wolf
1
-0
/
+2
2013-03-15
block: Add options QDict to bdrv_open() prototype
Kevin Wolf
2
-2
/
+3
2013-03-15
block: Add options QDict to .bdrv_open()
Kevin Wolf
1
-1
/
+1
2013-03-14
Merge remote-tracking branch 'kraxel/chardev.5' into staging
Anthony Liguori
4
-4
/
+16
2013-03-14
Merge remote-tracking branch 'afaerber/qom-cpu' into staging
Anthony Liguori
4
-19
/
+77
2013-03-13
chardev: add udp support to qapi
Gerd Hoffmann
1
-0
/
+1
[prev]
[next]