Sign in
qemu
/
qemu
/
b1af7959a66610669e1a019b9a84f6ed3a7936c6
/
vl.c
4815185
trace: Add per-vCPU tracing states for events with the 'vcpu' property
by Lluís Vilanova
· 9 years ago
aa5cb7f
char: do not use atexit cleanup handler
by Marc-André Lureau
· 9 years ago
8caf911
net: do not use atexit for cleanup
by Paolo Bonzini
· 9 years ago
39a3b37
machine: Add machine_register_compat_props() function
by Eduardo Habkost
· 9 years ago
8d76bfe
qdev: Eliminate qemu_add_globals() function
by Eduardo Habkost
· 9 years ago
b86eacb
hw/pci: delay bus_master_enable_region initialization
by Marcel Apfelbaum
· 9 years ago
1ec20c2
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
by Peter Maydell
· 9 years ago
66f37d3
vl: smp_parse: fix regression
by Andrew Jones
· 9 years ago
33df7bf
vnc: generalize "VNC server running on ..." message
by Paolo Bonzini
· 9 years ago
e9e0bb2
trace: move qemu_trace_opts to trace/control.c
by Denis V. Lunev
· 9 years ago
62c9467
qapi: Report support for -device cpu hotplug in query-machines
by Peter Krempa
· 9 years ago
daa76aa
log: Fix qemu_set_log_filename() error handling
by Markus Armbruster
· 9 years ago
bd6fee9
log: Fix qemu_set_dfilter_ranges() error reporting
by Markus Armbruster
· 9 years ago
9be3859
coccinelle: Remove unnecessary variables for function return value
by Eduardo Habkost
· 9 years ago
da00252
vl: Error messages need to go to stderr, fix some
by Markus Armbruster
· 9 years ago
a663fbd
vnc: Wrap vnc initialization code with CONFIG_VNC
by Chao Peng
· 9 years ago
0544edd
vl: smp_parse: cleanups
by Andrew Jones
· 9 years ago
37146e7
vl.c: Add '-L help' which lists data dirs.
by Richard W.M. Jones
· 9 years ago
4bcbe0b
vl: Eliminate usb_enabled()
by Eduardo Habkost
· 9 years ago
c503a85
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
by Peter Maydell
· 9 years ago
030c98a
all: Remove unnecessary glib.h includes
by Peter Maydell
· 9 years ago
67a1de0
Makefile: Derive "PKGVERSION" from "git describe" by default
by Fam Zheng
· 9 years ago
d30300f
net: vl: Move default_net to vl.c
by Eduardo Habkost
· 9 years ago
3e2c0e0
cpu: Eliminate cpudef_init(), cpudef_setup()
by Eduardo Habkost
· 9 years ago
e92a2d9
vl: change runstate only if new state is different from current state
by Li Zhijian
· 9 years ago
822ac12
vl: Use &error_fatal when parsing monitor options
by Eduardo Habkost
· 9 years ago
7b1ee0f
vl: Use &error_fatal when parsing VNC options
by Eduardo Habkost
· 9 years ago
bacc344
machine: add properties to compat_props incrementaly
by Igor Mammedov
· 9 years ago
16714b1
vl: Simplify global property registration
by Eduardo Habkost
· 9 years ago
1f0dfe0
vl: Make display_remote a local variable
by Eduardo Habkost
· 9 years ago
0cb48c4
vl: Move DisplayType typedef to vl.c
by Eduardo Habkost
· 9 years ago
d29345d
vl: Make display_type a local variable
by Eduardo Habkost
· 9 years ago
cfc58cf
vl: Replace DT_NOGRAPHIC with machine option
by Eduardo Habkost
· 9 years ago
6f0c894
spice: Initialization stubs on qemu-spice.h
by Eduardo Habkost
· 9 years ago
19a2c62
gtk: Initialization stubs
by Eduardo Habkost
· 9 years ago
e35ee7c
cocoa: cocoa_display_init() stub
by Eduardo Habkost
· 9 years ago
476db08
sdl: Initialization stubs
by Eduardo Habkost
· 9 years ago
674ec68
curses: curses_display_init() stub
by Eduardo Habkost
· 9 years ago
f8c75b2
vnc: Initialization stubs
by Eduardo Habkost
· 9 years ago
7b7d2be
vl: Add DT_COCOA DisplayType value
by Eduardo Habkost
· 9 years ago
c2c7b22
vl: Replace *_vga_available() functions with class_names field
by Eduardo Habkost
· 9 years ago
8c9a2b7
vl: Table-based select_vgahw()
by Eduardo Habkost
· 9 years ago
4aeae87
vl: Use exit(1) when requested VGA interface is unavailable
by Eduardo Habkost
· 9 years ago
03dd024
hw: explicitly include qemu/log.h
by Paolo Bonzini
· 9 years ago
4b4629d
include: move CPU-related definitions out of qemu-common.h
by Paolo Bonzini
· 9 years ago
37a3e63
vl: fix comment about when parsing cpu definitions
by Wei Jiangang
· 9 years ago
51b9b47
qom: -object error messages lost location, restore it
by Markus Armbruster
· 9 years ago
bab47d9
Sort the fw_cfg file list
by Gerd Hoffmann
· 9 years ago
efdaf79
vl: Move cpu_synchronize_all_states() into qemu_system_reset()
by David Gibson
· 9 years ago
d46f75b
net/filter-mirror: implement filter-redirector
by Zhang Chen
· 9 years ago
f6d3afb
net/filter-mirror:Add filter-mirror
by Zhang Chen
· 9 years ago
84a5a80
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
by Peter Maydell
· 9 years ago
0e066b2
input-linux: switch over to -object
by Gerd Hoffmann
· 9 years ago
3514552
qemu-log: new option -dfilter to limit output
by Alex Bennée
· 9 years ago
f348b6d
util: move declarations out of qemu-common.h
by Veronia Bahaa
· 9 years ago
34294e2
module: Rename machine_init() to opts_init()
by Eduardo Habkost
· 9 years ago
e0d2bd5
input: linux evdev support
by Gerd Hoffmann
· 9 years ago
62cb414
vl: fix tracing initialization
by Denis V. Lunev
· 9 years ago
7580f23
vl: Clean up machine selection in main().
by Markus Armbruster
· 9 years ago
bbe2d25
vl: Set error location when parsing memory options
by Eduardo Habkost
· 9 years ago
43fa1e0
vl: Reset location after handling command-line arguments
by Eduardo Habkost
· 9 years ago
34f405a
vl.c: Fix regression in machine error message
by Marcel Apfelbaum
· 9 years ago
90998d5
qom: add helpers for UserCreatable object types
by Daniel P. Berrange
· 9 years ago
98799b0
vl: fix migration from prelaunch state
by Paolo Bonzini
· 9 years ago
7ec13c7
vl: change QEMU state machine for system reset
by Denis V. Lunev
· 9 years ago
84c0781
Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2016-02-09' into staging
by Peter Maydell
· 9 years ago
337283d
qapi: Drop unused 'kind' for struct/enum visit
by Eric Blake
· 9 years ago
51e72bc
qapi: Swap visit_* arguments for consistent 'name' placement
by Eric Blake
· 9 years ago
014791b
vl: Ensure qapi visitor properly ends struct visit
by Eric Blake
· 9 years ago
9b65859
hmp: Cache use of qapi visitor
by Eric Blake
· 9 years ago
7019738
hmp: Drop pointless allocation during qapi visit
by Eric Blake
· 9 years ago
07d04a0
Use error_fatal to simplify obvious fatal errors (again)
by Markus Armbruster
· 9 years ago
d38ea87
all: Clean up includes
by Peter Maydell
· 9 years ago
bac8e20
Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into staging
by Peter Maydell
· 9 years ago
f853ac6
net/slirp: Tell the users when they are using deprecated options
by Thomas Huth
· 9 years ago
ed7f5f1
trace: convert stderr backend to log
by Paolo Bonzini
· 9 years ago
10578a2
trace: add "-trace enable=..."
by Paolo Bonzini
· 9 years ago
f246b86
trace: no need to call trace_backend_init in different branches now
by Denis V. Lunev
· 9 years ago
41fc57e
trace: split trace_init_file out of trace_init_backends
by Paolo Bonzini
· 9 years ago
45bd0b4
trace: split trace_init_events out of trace_init_backends
by Paolo Bonzini
· 9 years ago
7746abd
qom: Change object property iterator API contract
by Daniel P. Berrange
· 9 years ago
17c8a21
Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2016-01-13' into staging
by Peter Maydell
· 9 years ago
c29b77f
error: Use error_reportf_err() where it makes obvious sense
by Markus Armbruster
· 9 years ago
4fffeb5
error: Use error_report_err() where appropriate (again)
by Markus Armbruster
· 9 years ago
007b065
Use error_fatal to simplify obvious fatal errors
by Markus Armbruster
· 10 years ago
7b3fdbd
s390x: remove s390-virtio devices
by Pierre Morel
· 9 years ago
7fb1cf1
qapi: Don't let implicit enum MAX member collide
by Eric Blake
· 9 years ago
2c189a4
Revert "exec: silence hugetlbfs warning under qtest"
by Daniel P. Berrange
· 9 years ago
28c3e6e
Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' into staging
by Peter Maydell
· 9 years ago
1c7ba94
exec: silence hugetlbfs warning under qtest
by Marc-André Lureau
· 9 years ago
2465bc5
vl: Convert machine help code to use object property iterators
by Daniel P. Berrange
· 9 years ago
87f50ca
Move page_size_init earlier
by Dr. David Alan Gilbert
· 9 years ago
9319738
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream-replay' into staging
by Peter Maydell
· 9 years ago
4c27b85
replay: command line options
by Pavel Dovgalyuk
· 9 years ago
0194749
replay: replay blockers for devices
by Pavel Dovgalyuk
· 9 years ago
7615936
replay: initialization and deinitialization
by Pavel Dovgalyuk
· 9 years ago
8bd7f71
replay: checkpoints
by Pavel Dovgalyuk
· 9 years ago
b60c48a
replay: shutdown event
by Pavel Dovgalyuk
· 9 years ago
496c1b1
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
by Peter Maydell
· 9 years ago
35c2c8d
osdep: Rename qemu_{get, set}_version() to qemu_{, set_}hw_version()
by Eduardo Habkost
· 9 years ago
Next »