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-07-13
char: do not use atexit cleanup handler
Marc-André Lureau
1
-0
/
+2
2016-07-13
net: do not use atexit for cleanup
Paolo Bonzini
1
-3
/
+2
2016-07-07
machine: Add machine_register_compat_props() function
Eduardo Habkost
1
-7
/
+2
2016-07-07
qdev: Eliminate qemu_add_globals() function
Eduardo Habkost
1
-1
/
+15
2016-07-04
hw/pci: delay bus_master_enable_region initialization
Marcel Apfelbaum
1
-0
/
+5
2016-06-29
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-7
/
+2
2016-06-29
vl: smp_parse: fix regression
Andrew Jones
1
-0
/
+2
2016-06-29
vnc: generalize "VNC server running on ..." message
Paolo Bonzini
1
-7
/
+0
2016-06-28
trace: move qemu_trace_opts to trace/control.c
Denis V. Lunev
1
-36
/
+2
2016-06-27
qapi: Report support for -device cpu hotplug in query-machines
Peter Krempa
1
-0
/
+1
2016-06-20
log: Fix qemu_set_log_filename() error handling
Markus Armbruster
1
-1
/
+1
2016-06-20
log: Fix qemu_set_dfilter_ranges() error reporting
Markus Armbruster
1
-1
/
+1
2016-06-20
coccinelle: Remove unnecessary variables for function return value
Eduardo Habkost
1
-4
/
+1
2016-06-20
vl: Error messages need to go to stderr, fix some
Markus Armbruster
1
-4
/
+4
2016-06-17
vnc: Wrap vnc initialization code with CONFIG_VNC
Chao Peng
1
-0
/
+2
2016-06-16
vl: smp_parse: cleanups
Andrew Jones
1
-19
/
+15
2016-06-16
vl.c: Add '-L help' which lists data dirs.
Richard W.M. Jones
1
-1
/
+12
2016-06-13
vl: Eliminate usb_enabled()
Eduardo Habkost
1
-8
/
+3
2016-06-08
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-0
/
+1
2016-06-07
all: Remove unnecessary glib.h includes
Peter Maydell
1
-1
/
+0
2016-06-07
Makefile: Derive "PKGVERSION" from "git describe" by default
Fam Zheng
1
-0
/
+1
2016-06-01
net: vl: Move default_net to vl.c
Eduardo Habkost
1
-1
/
+23
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
[next]