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