index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
vl.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: vl: Move default_net to vl.c
Eduardo Habkost
2016-06-01
1
-1
/
+23
*
cpu: Eliminate cpudef_init(), cpudef_setup()
Eduardo Habkost
2016-05-24
1
-7
/
+0
*
vl: change runstate only if new state is different from current state
Li Zhijian
2016-05-23
1
-0
/
+4
*
vl: Use &error_fatal when parsing monitor options
Eduardo Habkost
2016-05-20
1
-6
/
+1
*
vl: Use &error_fatal when parsing VNC options
Eduardo Habkost
2016-05-20
1
-13
/
+2
*
machine: add properties to compat_props incrementaly
Igor Mammedov
2016-05-20
1
-1
/
+5
*
vl: Simplify global property registration
Eduardo Habkost
2016-05-20
1
-24
/
+15
*
vl: Make display_remote a local variable
Eduardo Habkost
2016-05-20
1
-1
/
+1
*
vl: Move DisplayType typedef to vl.c
Eduardo Habkost
2016-05-20
1
-0
/
+9
*
vl: Make display_type a local variable
Eduardo Habkost
2016-05-20
1
-1
/
+1
*
vl: Replace DT_NOGRAPHIC with machine option
Eduardo Habkost
2016-05-20
1
-6
/
+7
*
spice: Initialization stubs on qemu-spice.h
Eduardo Habkost
2016-05-20
1
-4
/
+0
*
gtk: Initialization stubs
Eduardo Habkost
2016-05-20
1
-6
/
+1
*
cocoa: cocoa_display_init() stub
Eduardo Habkost
2016-05-20
1
-2
/
+0
*
sdl: Initialization stubs
Eduardo Habkost
2016-05-20
1
-4
/
+2
*
curses: curses_display_init() stub
Eduardo Habkost
2016-05-20
1
-2
/
+0
*
vnc: Initialization stubs
Eduardo Habkost
2016-05-20
1
-14
/
+1
*
vl: Add DT_COCOA DisplayType value
Eduardo Habkost
2016-05-20
1
-2
/
+4
*
vl: Replace *_vga_available() functions with class_names field
Eduardo Habkost
2016-05-20
1
-47
/
+23
*
vl: Table-based select_vgahw()
Eduardo Habkost
2016-05-20
1
-52
/
+63
*
vl: Use exit(1) when requested VGA interface is unavailable
Eduardo Habkost
2016-05-20
1
-7
/
+7
*
hw: explicitly include qemu/log.h
Paolo Bonzini
2016-05-19
1
-0
/
+1
*
include: move CPU-related definitions out of qemu-common.h
Paolo Bonzini
2016-05-19
1
-0
/
+1
*
vl: fix comment about when parsing cpu definitions
Wei Jiangang
2016-05-18
1
-1
/
+1
*
qom: -object error messages lost location, restore it
Markus Armbruster
2016-04-28
1
-4
/
+2
*
Sort the fw_cfg file list
Gerd Hoffmann
2016-04-07
1
-2
/
+8
*
vl: Move cpu_synchronize_all_states() into qemu_system_reset()
David Gibson
2016-04-05
1
-2
/
+2
*
net/filter-mirror: implement filter-redirector
Zhang Chen
2016-03-30
1
-1
/
+2
*
net/filter-mirror:Add filter-mirror
Zhang Chen
2016-03-30
1
-1
/
+2
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2016-03-24
1
-1
/
+5
|
\
|
*
qemu-log: new option -dfilter to limit output
Alex Bennée
2016-03-22
1
-0
/
+3
|
*
util: move declarations out of qemu-common.h
Veronia Bahaa
2016-03-22
1
-1
/
+2
*
|
input-linux: switch over to -object
Gerd Hoffmann
2016-03-24
1
-10
/
+0
|
/
*
module: Rename machine_init() to opts_init()
Eduardo Habkost
2016-03-16
1
-1
/
+1
*
input: linux evdev support
Gerd Hoffmann
2016-03-08
1
-0
/
+11
*
vl: fix tracing initialization
Denis V. Lunev
2016-03-01
1
-4
/
+3
*
vl: Clean up machine selection in main().
Markus Armbruster
2016-02-19
1
-5
/
+6
*
vl: Set error location when parsing memory options
Eduardo Habkost
2016-02-19
1
-0
/
+6
*
vl: Reset location after handling command-line arguments
Eduardo Habkost
2016-02-19
1
-2
/
+5
*
vl.c: Fix regression in machine error message
Marcel Apfelbaum
2016-02-19
1
-11
/
+26
*
qom: add helpers for UserCreatable object types
Daniel P. Berrange
2016-02-16
1
-62
/
+6
*
vl: fix migration from prelaunch state
Paolo Bonzini
2016-02-16
1
-0
/
+2
*
vl: change QEMU state machine for system reset
Denis V. Lunev
2016-02-16
1
-2
/
+14
*
Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2016-02-09' into...
Peter Maydell
2016-02-09
1
-6
/
+1
|
\
|
*
Use error_fatal to simplify obvious fatal errors (again)
Markus Armbruster
2016-02-08
1
-6
/
+1
*
|
qapi: Drop unused 'kind' for struct/enum visit
Eric Blake
2016-02-08
1
-1
/
+1
*
|
qapi: Swap visit_* arguments for consistent 'name' placement
Eric Blake
2016-02-08
1
-2
/
+2
*
|
vl: Ensure qapi visitor properly ends struct visit
Eric Blake
2016-02-08
1
-6
/
+8
*
|
hmp: Cache use of qapi visitor
Eric Blake
2016-02-08
1
-5
/
+7
*
|
hmp: Drop pointless allocation during qapi visit
Eric Blake
2016-02-08
1
-3
/
+1
|
/
[next]