index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
console: add surface_*() getters
Gerd Hoffmann
2013-03-18
1
-8
/
+38
*
console: rework DisplaySurface handling [dcl/ui side]
Gerd Hoffmann
2013-03-18
2
-5
/
+5
*
console: rework DisplaySurface handling [vga emu side]
Gerd Hoffmann
2013-03-18
1
-7
/
+4
*
console: kill DisplayState->opaque
Gerd Hoffmann
2013-03-18
1
-1
/
+0
*
console: fix displaychangelisteners interface
Gerd Hoffmann
2013-03-18
2
-154
/
+54
*
iov: Factor out hexdumper
Peter Crosthwaite
2013-03-15
1
-0
/
+6
*
coroutine: use AioContext for CoQueue BH
Stefan Hajnoczi
2013-03-15
1
-0
/
+1
*
threadpool: drop global thread pool
Stefan Hajnoczi
2013-03-15
1
-4
/
+6
*
block: add bdrv_get_aio_context()
Stefan Hajnoczi
2013-03-15
1
-0
/
+7
*
aio: add a ThreadPool instance to AioContext
Stefan Hajnoczi
2013-03-15
1
-0
/
+6
*
threadpool: add thread_pool_new() and thread_pool_free()
Stefan Hajnoczi
2013-03-15
1
-0
/
+5
*
main-loop: add qemu_get_aio_context()
Stefan Hajnoczi
2013-03-15
1
-0
/
+5
*
blockdev: Keep a copy of DriveInfo.serial
Kevin Wolf
2013-03-15
1
-1
/
+1
*
qemu-option: Add qemu_opts_absorb_qdict()
Kevin Wolf
2013-03-15
1
-0
/
+1
*
Add qdict_clone_shallow()
Kevin Wolf
2013-03-15
1
-0
/
+2
*
block: Add options QDict to bdrv_open() prototype
Kevin Wolf
2013-03-15
2
-2
/
+3
*
block: Add options QDict to .bdrv_open()
Kevin Wolf
2013-03-15
1
-1
/
+1
*
Merge remote-tracking branch 'kraxel/chardev.5' into staging
Anthony Liguori
2013-03-14
4
-4
/
+16
|
\
|
*
chardev: add udp support to qapi
Gerd Hoffmann
2013-03-13
1
-0
/
+1
|
*
chardev: add vc support to qapi
Gerd Hoffmann
2013-03-13
1
-2
/
+2
|
*
chardev: add spice support to qapi
Gerd Hoffmann
2013-03-13
1
-2
/
+5
|
*
chardev: add braille support to qapi
Gerd Hoffmann
2013-03-13
1
-0
/
+3
|
*
chardev: add msmouse support to qapi
Gerd Hoffmann
2013-03-13
1
-0
/
+3
|
*
chardev: add support for qapi-based chardev initialization
Gerd Hoffmann
2013-03-13
1
-0
/
+2
*
|
Merge remote-tracking branch 'afaerber/qom-cpu' into staging
Anthony Liguori
2013-03-14
4
-19
/
+77
|
\
\
|
|
/
|
/
|
|
*
cpu: Replace do_interrupt() by CPUClass::do_interrupt method
Andreas Färber
2013-03-12
1
-0
/
+2
|
*
cpu: Pass CPUState to cpu_interrupt()
Andreas Färber
2013-03-12
2
-13
/
+24
|
*
exec: Pass CPUState to cpu_reset_interrupt()
Andreas Färber
2013-03-12
2
-2
/
+9
|
*
cpu: Move halted and interrupt_request fields to CPUState
Andreas Färber
2013-03-12
2
-2
/
+4
|
*
cpu: Introduce cpu_class_set_vmsd()
Andreas Färber
2013-03-12
1
-0
/
+21
|
*
cpu: Register VMStateDescription through CPUState
Andreas Färber
2013-03-12
1
-0
/
+3
|
*
stubs: Add a vmstate_dummy struct for CONFIG_USER_ONLY
Andreas Färber
2013-03-12
1
-0
/
+4
|
*
vmstate: Make vmstate_register() static inline
Andreas Färber
2013-03-12
1
-2
/
+10
*
|
Add a TPM Passthrough backend driver implementation
Stefan Berger
2013-03-12
1
-0
/
+1
*
|
Support for TPM command line options
Stefan Berger
2013-03-12
1
-0
/
+21
|
/
*
page_cache: dup memory on insert
Peter Lieven
2013-03-11
1
-1
/
+2
*
migration: eliminate s->migration_file
Paolo Bonzini
2013-03-11
1
-2
/
+0
*
migration: move rate limiting to QEMUFile
Paolo Bonzini
2013-03-11
1
-16
/
+2
*
migration: use QEMUFile for writing outgoing migration data
Paolo Bonzini
2013-03-11
1
-4
/
+0
*
migration: use QEMUFile for migration channel lifetime
Paolo Bonzini
2013-03-11
1
-3
/
+4
*
qemu-file: add writable socket QEMUFile
Paolo Bonzini
2013-03-11
1
-1
/
+1
*
qemu-file: check exit status when closing a pipe QEMUFile
Paolo Bonzini
2013-03-11
1
-0
/
+7
*
migration: merge qemu_popen_cmd with qemu_popen
Paolo Bonzini
2013-03-11
1
-1
/
+0
*
qemu-file: make qemu_fflush and qemu_file_set_error private again
Paolo Bonzini
2013-03-11
1
-2
/
+0
*
migration: yay, buffering is gone
Paolo Bonzini
2013-03-11
1
-3
/
+0
*
migration: run setup callbacks out of big lock
Paolo Bonzini
2013-03-11
1
-1
/
+1
*
migration: run pending/iterate callbacks out of big lock
Paolo Bonzini
2013-03-11
1
-0
/
+11
*
migration: reorder SaveVMHandlers members
Paolo Bonzini
2013-03-11
1
-3
/
+5
*
block-migration: add lock
Paolo Bonzini
2013-03-11
1
-0
/
+1
*
migration: cleanup migration (including thread) in the iothread
Paolo Bonzini
2013-03-11
1
-0
/
+1
[next]