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
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
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-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
2013-03-13
chardev: add vc support to qapi
Gerd Hoffmann
1
-2
/
+2
2013-03-13
chardev: add spice support to qapi
Gerd Hoffmann
1
-2
/
+5
2013-03-13
chardev: add braille support to qapi
Gerd Hoffmann
1
-0
/
+3
2013-03-13
chardev: add msmouse support to qapi
Gerd Hoffmann
1
-0
/
+3
2013-03-13
chardev: add support for qapi-based chardev initialization
Gerd Hoffmann
1
-0
/
+2
2013-03-12
Add a TPM Passthrough backend driver implementation
Stefan Berger
1
-0
/
+1
2013-03-12
Support for TPM command line options
Stefan Berger
1
-0
/
+21
2013-03-12
cpu: Replace do_interrupt() by CPUClass::do_interrupt method
Andreas Färber
1
-0
/
+2
2013-03-12
cpu: Pass CPUState to cpu_interrupt()
Andreas Färber
2
-13
/
+24
2013-03-12
exec: Pass CPUState to cpu_reset_interrupt()
Andreas Färber
2
-2
/
+9
2013-03-12
cpu: Move halted and interrupt_request fields to CPUState
Andreas Färber
2
-2
/
+4
2013-03-12
cpu: Introduce cpu_class_set_vmsd()
Andreas Färber
1
-0
/
+21
2013-03-12
cpu: Register VMStateDescription through CPUState
Andreas Färber
1
-0
/
+3
2013-03-12
stubs: Add a vmstate_dummy struct for CONFIG_USER_ONLY
Andreas Färber
1
-0
/
+4
2013-03-12
vmstate: Make vmstate_register() static inline
Andreas Färber
1
-2
/
+10
2013-03-11
page_cache: dup memory on insert
Peter Lieven
1
-1
/
+2
2013-03-11
migration: eliminate s->migration_file
Paolo Bonzini
1
-2
/
+0
2013-03-11
migration: move rate limiting to QEMUFile
Paolo Bonzini
1
-16
/
+2
2013-03-11
migration: use QEMUFile for writing outgoing migration data
Paolo Bonzini
1
-4
/
+0
2013-03-11
migration: use QEMUFile for migration channel lifetime
Paolo Bonzini
1
-3
/
+4
2013-03-11
qemu-file: add writable socket QEMUFile
Paolo Bonzini
1
-1
/
+1
2013-03-11
qemu-file: check exit status when closing a pipe QEMUFile
Paolo Bonzini
1
-0
/
+7
2013-03-11
migration: merge qemu_popen_cmd with qemu_popen
Paolo Bonzini
1
-1
/
+0
2013-03-11
qemu-file: make qemu_fflush and qemu_file_set_error private again
Paolo Bonzini
1
-2
/
+0
2013-03-11
migration: yay, buffering is gone
Paolo Bonzini
1
-3
/
+0
[next]