index
:
sdk/emulator/qemu
1.0_post
2.0alpha
features/brillcodec_2i
features/camera
features/cnp
features/dr
features/qt_dr
features/smp
features/virtio-9p
features/vmodem
glesv3
master
opensrc_p2.3
opensrc_p2.3.1
opensrc_p2.3.2
opensrc_p2.4
opensrc_p3.0
opensrc_p4.0
sandbox/byungchul.so/tizen
sandbox/elebideau/tizen
sandbox/mmajewski2/maru-virgl-rendering-wip
sandbox/mmajewski2/standalone-virgl-wip
sandbox/pcoval/tizen
spin
tizen
tizen_2.0
tizen_2.1
tizen_2.2
tizen_3.0.m14.4_ivi
tizen_p2.3
tizen_p2.3.1
tizen_qemu_1.6
tizen_qemu_1.7
tizen_qemu_2.0
tizen_qemu_5.0.1
tizen_studio_1.2_p2.3
tizen_studio_1.2_p2.3.1
tizen_studio_1.2_p2.3.2
tizen_studio_1.2_p2.4
tizen_studio_1.2_p3.0
tizen_studio_1.3_p2.3
tizen_studio_1.3_p2.3.1
tizen_studio_1.3_p2.3.2
tizen_studio_1.3_p2.4
tizen_studio_1.3_p3.0
tizen_studio_2.0_p2.3
tizen_studio_2.0_p2.3.1
tizen_studio_2.0_p2.3.2
tizen_studio_2.0_p2.4
tizen_studio_2.0_p3.0
tizen_studio_2.0_p4.0
tizen_studio_2.0_p5.0
tizen_studio_3.0_p2.3
tizen_studio_3.0_p2.3.1
tizen_studio_3.0_p2.3.2
tizen_studio_3.0_p2.4
tizen_studio_3.0_p3.0
tizen_studio_3.0_p4.0
tizen_studio_3.0_p5.0
tizen_studio_3.5_p2.3
tizen_studio_3.5_p2.3.1
tizen_studio_3.5_p2.3.2
tizen_studio_3.5_p2.4
tizen_studio_3.5_p3.0
tizen_studio_3.5_p4.0
tizen_studio_3.5_p5.0
tizen_studio_3.5_p5.5
tizen_studio_4.0_p2.3
tizen_studio_4.0_p2.3.1
tizen_studio_4.0_p2.3.2
tizen_studio_4.0_p2.4
tizen_studio_4.0_p3.0
tizen_studio_4.0_p4.0
tizen_studio_4.0_p5.0
tizen_studio_4.0_p5.5
tizen_studio_4.0_p6.0
tizen_studio_4.5_p6.5
tizen_studio_5.0_p7.0
tizen_studio_5.5_p7.5
tizen_studio_5.5_p8.0
tizen_studio_6.0_p9.0
tizen_studio_p2.3
tizen_studio_p2.3.1
tizen_studio_p2.3.2
tizen_studio_p2.4
tizen_studio_p3.0
tizen_studio_p4.0
works/arg_renewal
Domain: SDK / Emulator;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
vl.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-02-27
timer: replace time() with QEMU_CLOCK_HOST
Pavel Dovgalyuk
1
-4
/
+8
2015-02-26
block: Simplify setting numeric options
Markus Armbruster
1
-7
/
+6
2015-02-26
QemuOpts: Drop qemu_opt_set(), rename qemu_opt_set_err(), fix use
Markus Armbruster
1
-33
/
+40
2015-02-26
QemuOpts: Convert qemu_opts_set() to Error, fix its use
Markus Armbruster
1
-5
/
+10
2015-02-26
QemuOpts: Convert qemu_opt_set_number() to Error, fix its use
Markus Armbruster
1
-1
/
+1
2015-02-26
QemuOpts: Convert qemu_opt_set_bool() to Error, fix its use
Markus Armbruster
1
-2
/
+3
2015-02-26
vl.c: Fix error messages when parsing maxmem parameters
Peter Krempa
1
-18
/
+16
2015-02-26
Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2015-02-18' into...
Peter Maydell
1
-13
/
+8
2015-02-23
numa: Rename set_numa_modes() to numa_post_machine_init()
Eduardo Habkost
1
-1
/
+1
2015-02-23
numa: Rename option parsing functions
Eduardo Habkost
1
-1
/
+1
2015-02-23
numa: Move QemuOpts parsing to set_numa_nodes()
Eduardo Habkost
1
-5
/
+0
2015-02-23
numa: Move NUMA globals to numa.c
Eduardo Habkost
1
-4
/
+0
2015-02-23
vl.c: Remove unnecessary zero-initialization of NUMA globals
Eduardo Habkost
1
-8
/
+0
2015-02-23
numa: Move NUMA declarations from sysemu.h to numa.h
Eduardo Habkost
1
-0
/
+1
2015-02-18
hmp: Name HMP command handler functions hmp_COMMAND()
Markus Armbruster
1
-2
/
+2
2015-02-18
vl: Avoid qerror_report_err() outside QMP command handlers
Markus Armbruster
1
-4
/
+2
2015-02-18
error: Use error_report_err() where appropriate
Markus Armbruster
1
-9
/
+6
2015-02-10
vl.c: fix memory leak spotted by valgrind
Christian Borntraeger
1
-0
/
+1
2015-02-10
vl: Fix bogus error message for implied mon ID clashing
Markus Armbruster
1
-2
/
+4
2015-01-22
vnc: switch to QemuOpts, allow multiple servers
Gerd Hoffmann
1
-29
/
+13
2015-01-22
vnc: remove unused DisplayState parameter, add id instead.
Gerd Hoffmann
1
-3
/
+4
2015-01-15
vl.c: fix some alignment issues
Marcel Apfelbaum
1
-19
/
+19
2015-01-14
vl.c: fix regression when reading memory size from config file
Marcel Apfelbaum
1
-87
/
+90
2015-01-09
vl: Don't silently change topology when all -smp options were set
Eduardo Habkost
1
-1
/
+7
2015-01-09
vl: fix max_cpus check
Andrew Jones
1
-2
/
+2
2015-01-09
vl: Avoid unnecessary 'if' nesting
Eduardo Habkost
1
-6
/
+4
2015-01-09
vl.c: fix regression when reading machine type from config file
Marcel Apfelbaum
1
-7
/
+8
2015-01-08
hw/usb: simplified usb_enabled
Marcel Apfelbaum
1
-6
/
+5
2015-01-08
hw/ppc: modified the condition for usb controllers to be created for some ppc...
Marcel Apfelbaum
1
-1
/
+6
2014-12-22
vl.c: add HMP help to machine
Marcel Apfelbaum
1
-0
/
+28
2014-12-22
vl.c: simplified machine_set_property
Marcel Apfelbaum
1
-4
/
+1
2014-12-22
machine: remove qemu_machine_opts global list
Marcel Apfelbaum
1
-78
/
+6
2014-12-22
bootdevice: add Error **errp argument for validate_bootdevices()
Gonglei
1
-2
/
+11
2014-12-22
bootdevice: move code about bootorder from vl.c to bootdevice.c
Gonglei
1
-62
/
+0
2014-12-11
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20141211'...
Peter Maydell
1
-0
/
+48
2014-12-11
Add the "-semihosting-config" option.
Liviu Ionescu
1
-0
/
+48
2014-12-10
chardev: Add -qmp-pretty
Max Reitz
1
-5
/
+10
2014-11-26
-machine vmport=auto: Fix handling of VMWare ioport emulation for xen
Don Slutz
1
-1
/
+1
2014-11-04
sysbus: Make devices spawnable via -device
Alexander Graf
1
-0
/
+1
2014-11-03
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
1
-2
/
+44
2014-11-03
vga: add default display to machine class
Gerd Hoffmann
1
-1
/
+4
2014-11-03
Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2014-11-0...
Peter Maydell
1
-1
/
+1
2014-11-02
smbios: Encode UUID according to SMBIOS specification
Eduardo Habkost
1
-0
/
+3
2014-11-02
-machine vmport=off: Allow disabling of VMWare ioport emulation
Dr. David Alan Gilbert
1
-0
/
+4
2014-11-02
well-defined listing order for machine types
Laszlo Ersek
1
-1
/
+37
2014-11-02
pidfile: stop making pidfile error a special case
Michael Tokarev
1
-1
/
+1
2014-10-31
vl.c: Fix Coverity complaining for vmstate_dump_file
Gonglei
1
-0
/
+5
2014-10-31
-machine vmport=off: Allow disabling of VMWare ioport emulation
Dr. David Alan Gilbert
1
-0
/
+4
2014-10-27
Make qemu_shutdown_requested signal-safe
Jan Kiszka
1
-3
/
+1
2014-10-24
hmp: Remove "info pcmcia"
Markus Armbruster
1
-44
/
+0
[prev]
[next]